[html5] r2647 - [giow] (2) Oops, <object><param></object> is still fallback-free. (credit: sp)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 12 23:47:29 PST 2009
Author: ianh
Date: 2009-01-12 23:47:28 -0800 (Mon, 12 Jan 2009)
New Revision: 2647
Modified:
index
source
Log:
[giow] (2) Oops, <object><param></object> is still fallback-free. (credit: sp)
Modified: index
===================================================================
--- index 2009-01-13 07:46:36 UTC (rev 2646)
+++ index 2009-01-13 07:47:28 UTC (rev 2647)
@@ -6400,9 +6400,9 @@
<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 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 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>
<hr><p class=note>The <code title=dom-document-dir><a href=#dom-document-dir>dir</a></code>
attribute on the <code><a href=#htmldocument>HTMLDocument</a></code> interface is defined
Modified: source
===================================================================
--- source 2009-01-13 07:46:36 UTC (rev 2646)
+++ source 2009-01-13 07:47:28 UTC (rev 2647)
@@ -6465,9 +6465,9 @@
</ul>
<p>An <code>object</code> element is said to be
- <dfn>fallback-free</dfn> if it has no element descendants and no
- <span>text node</span> descendants that are not <span>inter-element
- whitespace</span>.</p>
+ <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>
<hr>
More information about the Commit-Watchers
mailing list