- From: poot <cvsmail@w3.org>
- Date: Fri, 2 Apr 2010 10:39:09 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r4946) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3967&r2=1.3968&f=h http://html5.org/tools/web-apps-tracker?from=4945&to=4946 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3967 retrieving revision 1.3968 diff -u -d -r1.3967 -r1.3968 --- Overview.html 2 Apr 2010 01:31:13 -0000 1.3967 +++ Overview.html 2 Apr 2010 01:38:57 -0000 1.3968 @@ -18524,8 +18524,8 @@ <li>The element's <code><a href="#document">Document</a></code> is <a href="#fully-active">fully active</a>.</li> <li>The element has either a <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute set or a <code title="attr-embed-type"><a href="#attr-embed-type">type</a></code> attribute set (or both).</li> <li>The element's <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute is either absent or its value is the empty string.</li> - <li>The element is not in a <code><a href="#document">Document</a></code> whose <a href="#browsing-context">browsing context</a> had the <a href="#sandboxed-plugins-browsing-context-flag">sandboxed plugins browsing context flag</a> set when the <code><a href="#document">Document</a></code> was created (unless this has been overrriden as described above).</li> - <li>The element's <code><a href="#document">Document</a></code> was not parsed from a resource whose <a href="#content-type-sniffing-0" title="Content-Type sniffing">sniffed type</a> as determined during <a href="#navigate" title="navigate">navigation</a> is <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> (unless this has been overrriden as described above).</li> + <li>The element is not in a <code><a href="#document">Document</a></code> whose <a href="#browsing-context">browsing context</a> had the <a href="#sandboxed-plugins-browsing-context-flag">sandboxed plugins browsing context flag</a> set when the <code><a href="#document">Document</a></code> was created (unless this has been overridden as described above).</li> + <li>The element's <code><a href="#document">Document</a></code> was not parsed from a resource whose <a href="#content-type-sniffing-0" title="Content-Type sniffing">sniffed type</a> as determined during <a href="#navigate" title="navigate">navigation</a> is <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> (unless this has been overridden as described above).</li> <li>The element is not a descendant of a <a href="#media-element">media element</a>.</li> <li>The element is not a descendant of an <code><a href="#the-object-element">object</a></code> element that is not showing its <a href="#fallback-content">fallback content</a>.</li> </ul><p>Whenever an <code><a href="#the-embed-element">embed</a></code> element that was not <a href="#concept-embed-active" title="concept-embed-active">potentially active</a> becomes <a href="#concept-embed-active" title="concept-embed-active">potentially active</a>, and whenever
Received on Friday, 2 April 2010 01:39:38 UTC