[html5] r5829 - [e] (0) add a note about <device> parsing Fixing http://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 3 14:41:20 PST 2011
Author: ianh
Date: 2011-02-03 14:41:19 -0800 (Thu, 03 Feb 2011)
New Revision: 5829
Modified:
complete.html
index
source
Log:
[e] (0) add a note about <device> parsing
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11935
Modified: complete.html
===================================================================
--- complete.html 2011-02-03 21:33:07 UTC (rev 5828)
+++ complete.html 2011-02-03 22:41:19 UTC (rev 5829)
@@ -50627,7 +50627,12 @@
</div>
+ <p class=XXX>The <code><a href=#devices>device</a></code> element is intended to be a
+ void element, but the parser spec hasn't yet been updated. This
+ section of the spec is very much awaiting implementation
+ experience.</p>
+
<h5 id=stream-api><span class=secno>4.11.6.1 </span>Stream API</h5>
<p>The <code><a href=#stream>Stream</a></code> interface is used to represent
Modified: index
===================================================================
--- index 2011-02-03 21:33:07 UTC (rev 5828)
+++ index 2011-02-03 22:41:19 UTC (rev 5829)
@@ -50609,7 +50609,12 @@
</div>
+ <p class=XXX>The <code><a href=#devices>device</a></code> element is intended to be a
+ void element, but the parser spec hasn't yet been updated. This
+ section of the spec is very much awaiting implementation
+ experience.</p>
+
<h5 id=stream-api><span class=secno>4.11.6.1 </span>Stream API</h5>
<p>The <code><a href=#stream>Stream</a></code> interface is used to represent
Modified: source
===================================================================
--- source 2011-02-03 21:33:07 UTC (rev 5828)
+++ source 2011-02-03 22:41:19 UTC (rev 5829)
@@ -57002,7 +57002,12 @@
</div>
+ <p class="XXX">The <code>device</code> element is intended to be a
+ void element, but the parser spec hasn't yet been updated. This
+ section of the spec is very much awaiting implementation
+ experience.</p>
+
<h5>Stream API</h5>
<p>The <code>Stream</code> interface is used to represent
More information about the Commit-Watchers
mailing list