- From: poot <cvsmail@w3.org>
- Date: Thu, 4 Jun 2009 04:43:17 +0900 (JST)
- To: public-html-diffs@w3.org
Improve compat for 'fallback-free' term. (credit: sp) (whatwg r3186) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2340.html#fallback-free http://people.w3.org/mike/diffs/html5/spec/Overview.1.2340.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.2339&r2=1.2340&f=h http://html5.org/tools/web-apps-tracker?from=3185&to=3186 =================================================================== 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:43:49 UTC