- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Jan 2009 07:47:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22752
Modified Files:
Overview.html
Log Message:
Oops, <object><param></object> is still fallback-free. (credit: sp) (whatwg r2647)
Index: Overview.html
===================================================================
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:47:45 UTC