[html5] r3186 - [] (0) Improve compat for 'fallback-free' term. (credit: sp)
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 3 12:41:41 PDT 2009
Author: ianh
Date: 2009-06-03 12:41:39 -0700 (Wed, 03 Jun 2009)
New Revision: 3186
Modified:
index
source
Log:
[] (0) Improve compat for 'fallback-free' term. (credit: sp)
Modified: index
===================================================================
--- index 2009-06-03 19:27:23 UTC (rev 3185)
+++ index 2009-06-03 19:41:39 UTC (rev 3186)
@@ -7971,9 +7971,8 @@
<li><code><a href=#the-img-element>img</a></code> elements that have an <code title=attr-id><a href=#the-id-attribute>id</a></code> content attribute whose value is <var title="">name</var>, and that have a <code title=attr-name>name</code> content attribute present also.</li>
</ul><p>An <code><a href=#the-object-element>object</a></code> element is said to be
- <dfn id=fallback-free>fallback-free</dfn> if it has no element descendants other than
- <code><a href=#the-param-element>param</a></code> elements, and no <a href=#text-node>text node</a>
- descendants that are not <a href=#inter-element-whitespace>inter-element whitespace</a>.</p>
+ <dfn id=fallback-free>fallback-free</dfn> if it has no <code><a href=#the-object-element>object</a></code> or
+ <code><a href=#the-embed-element>embed</a></code> descendants.</p>
</div>
Modified: source
===================================================================
--- source 2009-06-03 19:27:23 UTC (rev 3185)
+++ source 2009-06-03 19:41:39 UTC (rev 3186)
@@ -8181,9 +8181,8 @@
</ul>
<p>An <code>object</code> element is said to be
- <dfn>fallback-free</dfn> if it has no element descendants other than
- <code>param</code> elements, and no <span>text node</span>
- descendants that are not <span>inter-element whitespace</span>.</p>
+ <dfn>fallback-free</dfn> if it has no <code>object</code> or
+ <code>embed</code> descendants.</p>
</div>
More information about the Commit-Watchers
mailing list