- From: poot <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 14:40:18 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Rename an insertion mode to prepare for more tokenizer modes. (whatwg r4176) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3322&r2=1.3323&f=h http://html5.org/tools/web-apps-tracker?from=4175&to=4176 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3322 retrieving revision 1.3323 diff -u -d -r1.3322 -r1.3323 --- Overview.html 19 Oct 2009 04:40:11 -0000 1.3322 +++ Overview.html 19 Oct 2009 05:39:59 -0000 1.3323 @@ -1081,7 +1081,7 @@ <li><a href="#parsing-main-inheadnoscript"><span class="secno">9.2.5.8 </span>The "in head noscript" insertion mode</a></li> <li><a href="#the-after-head-insertion-mode"><span class="secno">9.2.5.9 </span>The "after head" insertion mode</a></li> <li><a href="#parsing-main-inbody"><span class="secno">9.2.5.10 </span>The "in body" insertion mode</a></li> - <li><a href="#parsing-main-incdata"><span class="secno">9.2.5.11 </span>The "in RAWTEXT/RCDATA" insertion mode</a></li> + <li><a href="#parsing-main-incdata"><span class="secno">9.2.5.11 </span>The "text" insertion mode</a></li> <li><a href="#parsing-main-intable"><span class="secno">9.2.5.12 </span>The "in table" insertion mode</a></li> <li><a href="#parsing-main-intabletext"><span class="secno">9.2.5.13 </span>The "in table text" insertion mode</a></li> <li><a href="#parsing-main-incaption"><span class="secno">9.2.5.14 </span>The "in caption" insertion mode</a></li> @@ -54653,7 +54653,7 @@ "<a href="#the-before-html-insertion-mode" title="insertion mode: before html">before html</a>", "<a href="#the-before-head-insertion-mode" title="insertion mode: before head">before head</a>", "<a href="#parsing-main-inhead" title="insertion mode: in head">in head</a>", "<a href="#parsing-main-inheadnoscript" title="insertion mode: in head noscript">in head noscript</a>", - "<a href="#the-after-head-insertion-mode" title="insertion mode: after head">after head</a>", "<a href="#parsing-main-inbody" title="insertion mode: in body">in body</a>", "<a href="#parsing-main-incdata" title="insertion mode: in RAWTEXT/RCDATA">in RAWTEXT/RCDATA</a>", + "<a href="#the-after-head-insertion-mode" title="insertion mode: after head">after head</a>", "<a href="#parsing-main-inbody" title="insertion mode: in body">in body</a>", "<a href="#parsing-main-incdata" title="insertion mode: text">text</a>", "<a href="#parsing-main-intable" title="insertion mode: in table">in table</a>", "<a href="#parsing-main-intabletext" title="insertion mode: in table text">in table text</a>", "<a href="#parsing-main-incaption" title="insertion mode: in caption">in caption</a>", "<a href="#parsing-main-incolgroup" title="insertion mode: in column group">in column group</a>", "<a href="#parsing-main-intbody" title="insertion mode: in table body">in table body</a>", "<a href="#parsing-main-intr" title="insertion mode: in row">in row</a>", "<a href="#parsing-main-intd" title="insertion mode: in cell">in cell</a>", "<a href="#parsing-main-inselect" title="insertion mode: in select">in select</a>", "<a href="#parsing-main-inselectintable" title="insertion mode: in select in table">in select in @@ -54684,9 +54684,10 @@ to a new value.</p> <p>When the insertion mode is switched to "<a href="#parsing-main-incdata" title="insertion - mode: in RAWTEXT/RCDATA">in RAWTEXT/RCDATA</a>" or "<a href="#parsing-main-intabletext" title="insertion mode: in table text">in table text</a>", the - <dfn id="original-insertion-mode">original insertion mode</dfn> is also set. This is the - insertion mode to which the tree construction stage will return.</p> + mode: text">text</a>" or "<a href="#parsing-main-intabletext" title="insertion mode: in table + text">in table text</a>", the <dfn id="original-insertion-mode">original insertion mode</dfn> + is also set. This is the insertion mode to which the tree + construction stage will return.</p> <p>When the insertion mode is switched to "<a href="#parsing-main-inforeign" title="insertion mode: in foreign content">in foreign content</a>", the @@ -56790,8 +56791,7 @@ <li><p>Let the <a href="#original-insertion-mode">original insertion mode</a> be the current <a href="#insertion-mode">insertion mode</a>.</p> - <li><p>Then, switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: in RAWTEXT/RCDATA">in - RAWTEXT/RCDATA</a>".</li> + <li><p>Then, switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: text">text</a>".</li> </ol><h5 id="closing-elements-that-have-implied-end-tags"><span class="secno">9.2.5.2 </span>Closing elements that have implied end tags</h5> @@ -57306,8 +57306,7 @@ <li><p>Let the <a href="#original-insertion-mode">original insertion mode</a> be the current <a href="#insertion-mode">insertion mode</a>.</p> - <li><p>Switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: in RAWTEXT/RCDATA">in - RAWTEXT/RCDATA</a>".</li> + <li><p>Switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: text">text</a>".</li> </ol></dd> @@ -58453,8 +58452,7 @@ <li><p>Set the <a href="#frameset-ok-flag">frameset-ok flag</a> to "not ok".</li> - <li><p>Switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: in RAWTEXT/RCDATA">in - RAWTEXT/RCDATA</a>".</li> + <li><p>Switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#parsing-main-incdata" title="insertion mode: text">text</a>".</li> </ol></dd> @@ -58706,11 +58704,10 @@ </ol></dd> - </dl><h5 id="parsing-main-incdata"><span class="secno">9.2.5.11 </span>The "<dfn title="insertion mode: in RAWTEXT/RCDATA">in RAWTEXT/RCDATA</dfn>" insertion mode</h5> + </dl><h5 id="parsing-main-incdata"><span class="secno">9.2.5.11 </span>The "<dfn title="insertion mode: text">text</dfn>" insertion mode</h5> <p>When the <a href="#insertion-mode">insertion mode</a> is "<a href="#parsing-main-incdata" title="insertion - mode: in RAWTEXT/RCDATA">in RAWTEXT/RCDATA</a>", tokens must be - handled as follows:</p> + mode: text">text</a>", tokens must be handled as follows:</p> <dl class="switch"><dt>A character token</dt> <dd>
Received on Monday, 19 October 2009 05:40:48 UTC