[html5] r8327 - [e] (0) Help people find validators Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 3 14:23:31 PST 2013


Author: ianh
Date: 2013-12-03 14:23:27 -0800 (Tue, 03 Dec 2013)
New Revision: 8327

Modified:
   complete.html
   index
   source
Log:
[e] (0) Help people find validators
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-03 01:22:17 UTC (rev 8326)
+++ complete.html	2013-12-03 22:23:27 UTC (rev 8327)
@@ -355,7 +355,8 @@
    <li><a href=#a-quick-introduction-to-html><span class=secno>1.11 </span>A quick introduction to HTML</a>
     <ol>
      <li><a href=#writing-secure-applications-with-html><span class=secno>1.11.1 </span>Writing secure applications with HTML</a></li>
-     <li><a href=#common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.11.2 </span>Common pitfalls to avoid when using the scripting APIs</a></ol></li>
+     <li><a href=#common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.11.2 </span>Common pitfalls to avoid when using the scripting APIs</a></li>
+     <li><a href=#how-to-catch-mistakes-when-writing-html:-validators-and-conformance-checkers><span class=secno>1.11.3 </span>How to catch mistakes when writing HTML: validators and conformance checkers</a></ol></li>
    <li><a href=#conformance-requirements-for-authors><span class=secno>1.12 </span>Conformance requirements for authors</a>
     <ol>
      <li><a href=#presentational-markup><span class=secno>1.12.1 </span>Presentational markup</a></li>
@@ -2313,6 +2314,15 @@
 
 
 
+  <h4 id=how-to-catch-mistakes-when-writing-html:-validators-and-conformance-checkers><span class=secno>1.11.3 </span>How to catch mistakes when writing HTML: validators and conformance checkers</h4>
+
+  <p><i>This section is non-normative.</i></p>
+
+  <p>Authors are encouraged to make use of conformance checkers (also known as <i>validators</i>) to
+  catch common mistakes. The WHATWG maintains a list of such tools at: <a href=http://validator.whatwg.org/>http://validator.whatwg.org/</a></p>
+
+
+
   <h3 id=conformance-requirements-for-authors><span class=secno>1.12 </span>Conformance requirements for authors</h3>
 
   <p><i>This section is non-normative.</i></p>
@@ -102293,6 +102303,7 @@
   Travis Leithead,
   Tyler Close,
   Victor Carbune,
+  Vipul Snehadeep Chawathe,
   Vitya Muhachev,
   Vladimir Katardjiev,
   Vladimir Vukićević,

Modified: index
===================================================================
--- index	2013-12-03 01:22:17 UTC (rev 8326)
+++ index	2013-12-03 22:23:27 UTC (rev 8327)
@@ -355,7 +355,8 @@
    <li><a href=#a-quick-introduction-to-html><span class=secno>1.11 </span>A quick introduction to HTML</a>
     <ol>
      <li><a href=#writing-secure-applications-with-html><span class=secno>1.11.1 </span>Writing secure applications with HTML</a></li>
-     <li><a href=#common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.11.2 </span>Common pitfalls to avoid when using the scripting APIs</a></ol></li>
+     <li><a href=#common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.11.2 </span>Common pitfalls to avoid when using the scripting APIs</a></li>
+     <li><a href=#how-to-catch-mistakes-when-writing-html:-validators-and-conformance-checkers><span class=secno>1.11.3 </span>How to catch mistakes when writing HTML: validators and conformance checkers</a></ol></li>
    <li><a href=#conformance-requirements-for-authors><span class=secno>1.12 </span>Conformance requirements for authors</a>
     <ol>
      <li><a href=#presentational-markup><span class=secno>1.12.1 </span>Presentational markup</a></li>
@@ -2313,6 +2314,15 @@
 
 
 
+  <h4 id=how-to-catch-mistakes-when-writing-html:-validators-and-conformance-checkers><span class=secno>1.11.3 </span>How to catch mistakes when writing HTML: validators and conformance checkers</h4>
+
+  <p><i>This section is non-normative.</i></p>
+
+  <p>Authors are encouraged to make use of conformance checkers (also known as <i>validators</i>) to
+  catch common mistakes. The WHATWG maintains a list of such tools at: <a href=http://validator.whatwg.org/>http://validator.whatwg.org/</a></p>
+
+
+
   <h3 id=conformance-requirements-for-authors><span class=secno>1.12 </span>Conformance requirements for authors</h3>
 
   <p><i>This section is non-normative.</i></p>
@@ -102293,6 +102303,7 @@
   Travis Leithead,
   Tyler Close,
   Victor Carbune,
+  Vipul Snehadeep Chawathe,
   Vitya Muhachev,
   Vladimir Katardjiev,
   Vladimir Vukićević,

Modified: source
===================================================================
--- source	2013-12-03 01:22:17 UTC (rev 8326)
+++ source	2013-12-03 22:23:27 UTC (rev 8327)
@@ -967,6 +967,16 @@
 
 
 
+  <h4>How to catch mistakes when writing HTML: validators and conformance checkers</h4>
+
+  <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
+
+  <p>Authors are encouraged to make use of conformance checkers (also known as <i>validators</i>) to
+  catch common mistakes. The WHATWG maintains a list of such tools at: <a
+  href="http://validator.whatwg.org/">http://validator.whatwg.org/</a></p>
+
+
+
   <h3>Conformance requirements for authors</h3>
 
   <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
@@ -114237,6 +114247,7 @@
   Travis Leithead,
   Tyler Close,
   Victor Carbune,
+  Vipul Snehadeep Chawathe,
   Vitya Muhachev,
   Vladimir Katardjiev,
   Vladimir Vuki&#x0107;evi&#x0107;,




More information about the Commit-Watchers mailing list