[html5] r3986 - [e] (0) Explain ABNF.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 24 03:10:13 PDT 2009


Author: ianh
Date: 2009-09-24 03:10:12 -0700 (Thu, 24 Sep 2009)
New Revision: 3986

Modified:
   index
   source
Log:
[e] (0) Explain ABNF.

Modified: index
===================================================================
--- index	2009-09-24 10:05:35 UTC (rev 3985)
+++ index	2009-09-24 10:10:12 UTC (rev 3986)
@@ -12570,6 +12570,9 @@
 not-slash     = %x0000-002E / %x0030-10FFFF
                 ; a Unicode character other than U+002F SOLIDUS</pre>
 
+  <p class=note>This corresponds to putting the contents of the
+  element in JavaScript comments.</p>
+
   <div class=example>
 
    <p>This allows authors to include documentation, such as license

Modified: source
===================================================================
--- source	2009-09-24 10:05:35 UTC (rev 3985)
+++ source	2009-09-24 10:10:12 UTC (rev 3986)
@@ -13353,6 +13353,9 @@
 not-slash     = %x0000-002E / %x0030-10FFFF
                 ; a Unicode character other than U+002F SOLIDUS</pre>
 
+  <p class="note">This corresponds to putting the contents of the
+  element in JavaScript comments.</p>
+
   <div class="example">
 
    <p>This allows authors to include documentation, such as license




More information about the Commit-Watchers mailing list