From 2dd699940bcf7f3592ccee625205ad3543934264 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 8 Dec 2015 01:29:39 +0100 Subject: [PATCH] Add W3C validation for sample html --- README/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README/CONTRIBUTING.md b/README/CONTRIBUTING.md index 3804f25..ea9fad7 100644 --- a/README/CONTRIBUTING.md +++ b/README/CONTRIBUTING.md @@ -8,6 +8,8 @@ If you are having trouble running console `Tidy`, or using the `Tidy Library` AP In either place please start with a short subject to describe the issue. If it involves running tidy on a html file, or an API question, make sure to include the version: `$ tidy -v`; what was the configuration used; a small sample input; the output, and the output expected; some sample code, to make quick testing easy. +If you do add a sample html input, then it can also be very helpful if that sample **passes** the W3C [validation](https://validator.w3.org/#validate_by_upload)... tidy attempts to follow all current W3C standards... + If you are able to build tidy from [source](https://github.com/htacg/tidy-html5), requires [CMake](https://cmake.org/download/), and can find the problem in the code, then read on about how you can create a `Pull Request`... share your code, ideas, .... ### What to change