html5/pubnotes Overview.html,1.216,1.217 Overview.src.html,1.210,1.211

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv18667

Modified Files:
	Overview.html Overview.src.html 
Log Message:
r1.896: "Make data-='' invalid. (whatwg r1709)"


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- Overview.html	29 May 2008 05:43:55 -0000	1.216
+++ Overview.html	29 May 2008 05:56:08 -0000	1.217
@@ -484,11 +484,11 @@
             <li>The <code class="htmlattribute">onstorage</code> attribute
             was added to the list of global attributes.</li>
             <li>The following conformance statement was added:
-            <blockquote><q>any attribute starting with the string
-                “<code class="htmlattribute">data-</code>” can be
-                specified on any HTML element, to store custom
-                data specific to the page</q></blockquote>
-            Also, “Embedding custom non-visible data” subsection
+            <blockquote><q>custom data attributes (e.g.
+                data-foldername or data-msgid) can be specified on
+                any HTML element, to store custom data specific to
+                the page.</q></blockquote>
+            Also, an “Embedding custom non-visible data” subsection
             was added, with conformance criteria related to
             <code class="htmlattribute">data-</code> attributes and
             the associated <code class="domattribute">dataset</code>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- Overview.src.html	29 May 2008 05:43:55 -0000	1.210
+++ Overview.src.html	29 May 2008 05:56:08 -0000	1.211
@@ -467,11 +467,11 @@
             <li>The <code class=htmlattribute>onstorage</code> attribute
             was added to the list of global attributes.</li>
             <li>The following conformance statement was added:
-            <blockquote><q>any attribute starting with the string
-                “<code class=htmlattribute>data-</code>” can be
-                specified on any HTML element, to store custom
-                data specific to the page</q></blockquote>
-            Also, “Embedding custom non-visible data” subsection
+            <blockquote><q>custom data attributes (e.g.
+                data-foldername or data-msgid) can be specified on
+                any HTML element, to store custom data specific to
+                the page.</q></blockquote>
+            Also, an “Embedding custom non-visible data” subsection
             was added, with conformance criteria related to
             <code class=htmlattribute>data-</code> attributes and
             the associated <code class=domattribute>dataset</code>

Received on Thursday, 29 May 2008 05:56:45 UTC