- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 10:02:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6373
Modified Files:
Overview.html
Log Message:
Explain ABNF. (whatwg r3986)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3147
retrieving revision 1.3148
diff -u -d -r1.3147 -r1.3148
--- Overview.html 24 Sep 2009 09:58:15 -0000 1.3147
+++ Overview.html 24 Sep 2009 10:02:52 -0000 1.3148
@@ -11149,7 +11149,8 @@
not-star = %x0000-0029 / %x002B-10FFFF
; a Unicode character other than U+002A ASTERISK
not-slash = %x0000-002E / %x0030-10FFFF
- ; a Unicode character other than U+002F SOLIDUS</pre><div class="example">
+ ; a Unicode character other than U+002F SOLIDUS</pre><p class="note">This corresponds to putting the contents of the
+ element in JavaScript comments.<div class="example">
<p>This allows authors to include documentation, such as license
information or API information, inside their documents while still
Received on Thursday, 24 September 2009 10:03:04 UTC