[html5] r6461 - [e] (0) prettyify

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 15 13:30:10 PDT 2011


Author: ianh
Date: 2011-08-15 13:30:08 -0700 (Mon, 15 Aug 2011)
New Revision: 6461

Modified:
   complete.html
   index
   source
Log:
[e] (0) prettyify

Modified: complete.html
===================================================================
--- complete.html	2011-08-15 20:26:36 UTC (rev 6460)
+++ complete.html	2011-08-15 20:30:08 UTC (rev 6461)
@@ -83642,6 +83642,8 @@
 
   <h4 id=overview-of-the-parsing-model><span class=secno>13.2.1 </span>Overview of the parsing model</h4>
 
+  <p class=overview><object data=images/parsing-model-overview.svg height=450 width=345><img alt="" height=450 src=http://images.whatwg.org/parsing-model-overview.png width=345></object></p>
+
   <p>The input to the HTML parsing process consists of a stream of
   Unicode code points, which is passed through a
   <a href=#tokenization>tokenization</a> stage followed by a <a href=#tree-construction>tree
@@ -83658,8 +83660,6 @@
   insertion">it can also come from script</a> running in the user
   agent, e.g. using the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> API.</p>
 
-  <p><object data=images/parsing-model-overview.svg height=450 width=345><img alt="" height=450 src=http://images.whatwg.org/parsing-model-overview.png width=345></object></p>
-
   <p id=nestedParsing>There is only one set of states for the
   tokenizer stage and the tree construction stage, but the tree
   construction stage is reentrant, meaning that while the tree

Modified: index
===================================================================
--- index	2011-08-15 20:26:36 UTC (rev 6460)
+++ index	2011-08-15 20:30:08 UTC (rev 6461)
@@ -79089,6 +79089,8 @@
 
   <h4 id=overview-of-the-parsing-model><span class=secno>11.2.1 </span>Overview of the parsing model</h4>
 
+  <p class=overview><object data=images/parsing-model-overview.svg height=450 width=345><img alt="" height=450 src=http://images.whatwg.org/parsing-model-overview.png width=345></object></p>
+
   <p>The input to the HTML parsing process consists of a stream of
   Unicode code points, which is passed through a
   <a href=#tokenization>tokenization</a> stage followed by a <a href=#tree-construction>tree
@@ -79105,8 +79107,6 @@
   insertion">it can also come from script</a> running in the user
   agent, e.g. using the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> API.</p>
 
-  <p><object data=images/parsing-model-overview.svg height=450 width=345><img alt="" height=450 src=http://images.whatwg.org/parsing-model-overview.png width=345></object></p>
-
   <p id=nestedParsing>There is only one set of states for the
   tokenizer stage and the tree construction stage, but the tree
   construction stage is reentrant, meaning that while the tree

Modified: source
===================================================================
--- source	2011-08-15 20:26:36 UTC (rev 6460)
+++ source	2011-08-15 20:30:08 UTC (rev 6461)
@@ -94697,6 +94697,8 @@
 
   <h4>Overview of the parsing model</h4>
 
+  <p class="overview"><object data="images/parsing-model-overview.svg" width="345" height="450"><img src="images/parsing-model-overview.png" width="345" height="450" alt=""></object></p>
+
   <p>The input to the HTML parsing process consists of a stream of
   Unicode code points, which is passed through a
   <span>tokenization</span> stage followed by a <span>tree
@@ -94714,8 +94716,6 @@
   agent, e.g. using the <code
   title="dom-document-write">document.write()</code> API.</p>
 
-  <p><object data="images/parsing-model-overview.svg" width="345" height="450"><img src="images/parsing-model-overview.png" width="345" height="450" alt=""></object></p>
-
   <p id="nestedParsing">There is only one set of states for the
   tokenizer stage and the tree construction stage, but the tree
   construction stage is reentrant, meaning that while the tree




More information about the Commit-Watchers mailing list