[html5] r3433 - [c] (0) Allow conformance checkers to be used offline.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 16 18:08:11 PDT 2009


Author: ianh
Date: 2009-07-16 18:08:10 -0700 (Thu, 16 Jul 2009)
New Revision: 3433

Modified:
   index
   source
Log:
[c] (0) Allow conformance checkers to be used offline.

Modified: index
===================================================================
--- index	2009-07-17 00:57:02 UTC (rev 3432)
+++ index	2009-07-17 01:08:10 UTC (rev 3433)
@@ -10334,12 +10334,15 @@
 
   <p>Conformance checkers must use the information given on the WHATWG
   Wiki MetaExtensions page to establish if a value not explicitly
-  defined in this specification is allowed or not. When an author uses
-  a new type not defined by either this specification or the Wiki
-  page, conformance checkers should offer to add the value to the
-  Wiki, with the details described above, with the "proposal"
-  status.</p>
+  defined in this specification is allowed or not. Conformance
+  checkers may cache this information (e.g. for performance reasons or
+  to avoid the use of unreliable network connectivity).</p>
 
+  <p>When an author uses a new type not defined by either this
+  specification or the Wiki page, conformance checkers should offer to
+  add the value to the Wiki, with the details described above, with
+  the "proposal" status.</p>
+
   </div>
 
   <p>This specification does not define how new values will get
@@ -10727,7 +10730,9 @@
 
   </dl><p>Conformance checkers must use the information given on the WHATWG
   Wiki PragmaExtensions page to establish if a value not explicitly
-  defined in this specification is allowed or not.</p>
+  defined in this specification is allowed or not. Conformance
+  checkers may cache this information (e.g. for performance reasons or
+  to avoid the use of unreliable network connectivity).</p>
 
 
   <h5 id=charset><span class=secno>4.2.5.5 </span>Specifying the document's character encoding</h5>
@@ -53425,12 +53430,15 @@
 
   <p>Conformance checkers must use the information given on the WHATWG
   Wiki RelExtensions page to establish if a value not explicitly
-  defined in this specification is allowed or not. When an author uses
-  a new type not defined by either this specification or the Wiki
-  page, conformance checkers should offer to add the value to the
-  Wiki, with the details described above, with the "proposal"
-  status.</p>
+  defined in this specification is allowed or not. Conformance
+  checkers may cache this information (e.g. for performance reasons or
+  to avoid the use of unreliable network connectivity).</p>
 
+  <p>When an author uses a new type not defined by either this
+  specification or the Wiki page, conformance checkers should offer to
+  add the value to the Wiki, with the details described above, with
+  the "proposal" status.</p>
+
   </div>
 
   <p>This specification does not define how new values will get

Modified: source
===================================================================
--- source	2009-07-17 00:57:02 UTC (rev 3432)
+++ source	2009-07-17 01:08:10 UTC (rev 3433)
@@ -10789,12 +10789,15 @@
 
   <p>Conformance checkers must use the information given on the WHATWG
   Wiki MetaExtensions page to establish if a value not explicitly
-  defined in this specification is allowed or not. When an author uses
-  a new type not defined by either this specification or the Wiki
-  page, conformance checkers should offer to add the value to the
-  Wiki, with the details described above, with the "proposal"
-  status.</p>
+  defined in this specification is allowed or not. Conformance
+  checkers may cache this information (e.g. for performance reasons or
+  to avoid the use of unreliable network connectivity).</p>
 
+  <p>When an author uses a new type not defined by either this
+  specification or the Wiki page, conformance checkers should offer to
+  add the value to the Wiki, with the details described above, with
+  the "proposal" status.</p>
+
   </div>
 
   <p>This specification does not define how new values will get
@@ -11255,7 +11258,9 @@
 
   <p>Conformance checkers must use the information given on the WHATWG
   Wiki PragmaExtensions page to establish if a value not explicitly
-  defined in this specification is allowed or not.</p>
+  defined in this specification is allowed or not. Conformance
+  checkers may cache this information (e.g. for performance reasons or
+  to avoid the use of unreliable network connectivity).</p>
 
 
   <h5 id="charset">Specifying the document's character encoding</h5>
@@ -62590,12 +62595,15 @@
 
   <p>Conformance checkers must use the information given on the WHATWG
   Wiki RelExtensions page to establish if a value not explicitly
-  defined in this specification is allowed or not. When an author uses
-  a new type not defined by either this specification or the Wiki
-  page, conformance checkers should offer to add the value to the
-  Wiki, with the details described above, with the "proposal"
-  status.</p>
+  defined in this specification is allowed or not. Conformance
+  checkers may cache this information (e.g. for performance reasons or
+  to avoid the use of unreliable network connectivity).</p>
 
+  <p>When an author uses a new type not defined by either this
+  specification or the Wiki page, conformance checkers should offer to
+  add the value to the Wiki, with the details described above, with
+  the "proposal" status.</p>
+
   </div>
 
   <p>This specification does not define how new values will get




More information about the Commit-Watchers mailing list