[html5] r2986 - [e] (0) insertion mode isn't a flag it's a state variable
whatwg at whatwg.org
whatwg at whatwg.org
Sat Apr 25 14:50:15 PDT 2009
Author: ianh
Date: 2009-04-25 14:50:14 -0700 (Sat, 25 Apr 2009)
New Revision: 2986
Modified:
index
source
Log:
[e] (0) insertion mode isn't a flag it's a state variable
Modified: index
===================================================================
--- index 2009-04-25 21:46:19 UTC (rev 2985)
+++ index 2009-04-25 21:50:14 UTC (rev 2986)
@@ -53033,8 +53033,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>",
Modified: source
===================================================================
--- source 2009-04-25 21:46:19 UTC (rev 2985)
+++ source 2009-04-25 21:50:14 UTC (rev 2986)
@@ -65231,8 +65231,8 @@
<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
More information about the Commit-Watchers
mailing list