- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Jun 2009 19:41:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11997 Modified Files: Overview.html Log Message: Improve compat for 'fallback-free' term. (credit: sp) (whatwg r3186) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2339 retrieving revision 1.2340 diff -u -d -r1.2339 -r1.2340 --- Overview.html 3 Jun 2009 19:27:59 -0000 1.2339 +++ Overview.html 3 Jun 2009 19:41:45 -0000 1.2340 @@ -7247,9 +7247,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><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
Received on Wednesday, 3 June 2009 19:41:54 UTC