- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Apr 2009 21:50:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15377 Modified Files: Overview.html Log Message: insertion mode isn't a flag it's a state variable (whatwg r2986) Index: Overview.html =================================================================== 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:50:30 UTC