spec/Overview.html 1.1817 2647 Oops, <object><param></object> is still

Oops, <object><param></object> is still fallback-free. (credit: sp)
(whatwg r2647)

fallback-free
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1817.html#fallback-free
3.3 Elements
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1817.html#elements
Named elements
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1817.html#dom-document-nameditem-filter

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1816&r2=1.1817&f=h
http://html5.org/tools/web-apps-tracker?from=2646&to=2647

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1816
retrieving revision 1.1817
diff -u -d -r1.1816 -r1.1817
--- Overview.html 13 Jan 2009 07:46:41 -0000 1.1816
+++ Overview.html 13 Jan 2009 07:47:33 -0000 1.1817
@@ -5306,9 +5306,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><hr><p class=note>The <code title=dom-document-dir><a href=#dom-document-dir>dir</a></code>
+  <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
   along with the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> content
   attribute.<h3 id=elements><span class=secno>3.3 </span>Elements</h3><h4 id=semantics-0><span class=secno>3.3.1 </span>Semantics</h4><p>Elements, attributes, and attribute values in HTML are defined

Received on Tuesday, 13 January 2009 07:51:10 UTC