- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Apr 2009 06:51:51 +0900 (JST)
- To: public-html-diffs@w3.org
insertion mode isn't a flag it's a state variable (whatwg r2986) 8.2.3 Parse state http://people.w3.org/mike/diffs/html5/spec/Overview.1.2150.html#parse-state 8.2.3.1 The insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.2150.html#the-insertion-mode insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.2150.html#insertion-mode http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2149&r2=1.2150&f=h http://html5.org/tools/web-apps-tracker?from=2985&to=2986 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2149 retrieving revision 1.2150 diff -u -d -r1.2149 -r1.2150 --- Overview.html 25 Apr 2009 21:46:24 -0000 1.2149 +++ Overview.html 25 Apr 2009 21:50:18 -0000 1.2150 @@ -47349,8 +47349,8 @@ <h5 id="the-insertion-mode"><span class="secno">8.2.3.1 </span>The insertion mode</h5> - <p>The <dfn id="insertion-mode">insertion mode</dfn> is a flag that controls the primary - operation of the tree construction stage.</p> + <p>The <dfn id="insertion-mode">insertion mode</dfn> is a state variable that controls + the primary operation of the tree construction stage.</p> <p>Initially, the <a href="#insertion-mode">insertion mode</a> is "<a href="#the-initial-insertion-mode" title="insertion mode: initial">initial</a>". It can change to "<a href="#the-before-html-insertion-mode" title="insertion mode: before html">before html</a>",
Received on Saturday, 25 April 2009 21:52:29 UTC