- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Sep 2010 05:25:57 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: editorial fixes for bugs reported on IRC today (whatwg r5519) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4408&r2=1.4409&f=h http://html5.org/tools/web-apps-tracker?from=5518&to=5519 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4408 retrieving revision 1.4409 diff -u -d -r1.4408 -r1.4409 --- Overview.html 26 Sep 2010 20:17:30 -0000 1.4408 +++ Overview.html 26 Sep 2010 20:25:44 -0000 1.4409 @@ -54520,37 +54520,37 @@ it <a href="#has-an-element-in-the-specific-scope">has an element in the specific scope</a> consisting of the following element types:</p> - <ul class="brief"><li><code><a href="#the-applet-element">applet</a></code> in the HTML namespace</li> - <li><code><a href="#the-caption-element">caption</a></code> in the HTML namespace</li> - <li><code><a href="#the-html-element-0">html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) --> - <li><code><a href="#the-table-element">table</a></code> in the HTML namespace</li> - <li><code><a href="#the-td-element">td</a></code> in the HTML namespace</li> - <li><code><a href="#the-th-element">th</a></code> in the HTML namespace</li> - <li><code><a href="#the-marquee-element">marquee</a></code> in the HTML namespace</li> - <li><code><a href="#the-object-element">object</a></code> in the HTML namespace</li> - <li><code title="">annotation-xml</code> in the SVG namespace</li> - <li><code title="">foreignObject</code> in the SVG namespace</li> + <ul class="brief"><li><code><a href="#the-applet-element">applet</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-caption-element">caption</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-html-element-0">html</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) --> + <li><code><a href="#the-table-element">table</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-td-element">td</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-th-element">th</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-marquee-element">marquee</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-object-element">object</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code title="">annotation-xml</code> in the <a href="#mathml-namespace">MathML namespace</a></li> + <li><code title="">foreignObject</code> in the <a href="#svg-namespace">SVG namespace</a></li> </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-list-item-scope" title="has an element in list item scope">have an element in list item scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific scope</a> consisting of the following element types:</p> <ul class="brief"><li>All the element types listed above for the <i><a href="#has-an-element-in-scope">has an element in scope</a></i> algorithm.</li> - <li><code><a href="#the-ol-element">ol</a></code> in the HTML namespace</li> - <li><code><a href="#the-ul-element">ul</a></code> in the HTML namespace</li> + <li><code><a href="#the-ol-element">ol</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> + <li><code><a href="#the-ul-element">ul</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-button-scope" title="has an element in button scope">have an element in button scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific scope</a> consisting of the following element types:</p> <ul class="brief"><li>All the element types listed above for the <i><a href="#has-an-element-in-scope">has an element in scope</a></i> algorithm.</li> - <li><code><a href="#the-button-element">button</a></code> in the HTML namespace</li> + <li><code><a href="#the-button-element">button</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> </ul><p>The <a href="#stack-of-open-elements">stack of open elements</a> is said to <dfn id="has-an-element-in-table-scope" title="has an element in table scope">have an element in table scope</dfn> when it <a href="#has-an-element-in-the-specific-scope">has an element in the specific scope</a> consisting of the following element types:</p> - <ul class="brief"><li><code><a href="#the-html-element-0">html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) --> - <li><code><a href="#the-table-element">table</a></code> in the HTML namespace</li> + <ul class="brief"><li><code><a href="#the-html-element-0">html</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) --> + <li><code><a href="#the-table-element">table</a></code> in the <a href="#html-namespace-0">HTML namespace</a></li> </ul><p>Nothing happens if at any time any of the elements in the <a href="#stack-of-open-elements">stack of open elements</a> are moved to a new location in, or removed from, the <code><a href="#document">Document</a></code> tree. In particular, the
Received on Sunday, 26 September 2010 20:26:26 UTC