Skip to content

Commit

Permalink
[e] (0) insertion mode isn't a flag it's a state variable
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2986 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 25, 2009
1 parent 0da310d commit f0393cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -53033,8 +53033,8 @@ interface <dfn id=messageport>MessagePort</dfn> {

<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>",
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -65231,8 +65231,8 @@ interface <dfn>MessagePort</dfn> {

<h5>The insertion mode</h5>

<p>The <dfn>insertion mode</dfn> is a flag that controls the primary
operation of the tree construction stage.</p>
<p>The <dfn>insertion mode</dfn> is a state variable that controls
the primary operation of the tree construction stage.</p>

<p>Initially, the <span>insertion mode</span> is "<span
title="insertion mode: initial">initial</span>". It can change to
Expand Down

0 comments on commit f0393cc

Please sign in to comment.