[html5] r6460 - / images

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 15 13:26:38 PDT 2011


Author: ianh
Date: 2011-08-15 13:26:36 -0700 (Mon, 15 Aug 2011)
New Revision: 6460

Modified:
   complete.html
   images/parsing-model-overview.png
   index
   source
Log:
[e] (0) Update diagram.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13337

Modified: complete.html
===================================================================
--- complete.html	2011-08-15 05:43:26 UTC (rev 6459)
+++ complete.html	2011-08-15 20:26:36 UTC (rev 6460)
@@ -22945,11 +22945,12 @@
 
    <pre><p>In the common case, the data handled by the tokenization stage
 comes from the network, but it can also come from script.</p>
-<p><strong><img src="images/parsing-model-overview.png" alt="The network
-passes data to the Tokenizer stage, which passes data to the Tree
-Construction stage. From there, data goes to both the DOM and to
-Script Execution. Script Execution is linked to the DOM, and, using
-document.write(), passes data to the Tokenizer."></strong></p></pre>
+<p><strong><img src="images/parsing-model-overview.png" alt="The Network
+passes data to the Input Stream Preprocessor, which passes it to the
+Tokenizer, which passes it to the Tree Construction stage. From there,
+data goes to both the DOM and to Script Execution. Script Execution is
+linked to the DOM, and, using document.write(), passes data to the
+Tokenizer."></strong></p></pre>
 
   </div>
 
@@ -23161,11 +23162,11 @@
 
    <p>A flowchart that repeats the previous paragraph in graphical form:</p>
 
-   <pre><p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+   <pre><p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <strong><p><img src="images/parsing-model-overview.png" alt=""></p></strong></pre>
 
    <p>In these cases, it would be wrong to include alternative text
@@ -23177,36 +23178,37 @@
    representation, and would thus require alternative text.</p>
 
    <pre><!-- Using the title="" attribute -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <p><strong><img src="images/parsing-model-overview.png" alt=""
         title="Flowchart representation of the parsing model."></strong></p></pre>
 
    <pre><!-- Using <figure> and <figcaption> -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <figure>
- <strong><img src="images/parsing-model-overview.png" alt="The Network leads
- to the Tokenizer, which leads to the Tree Construction. The Tree
- Construction leads to two items. The first is Script Execution, which
- leads via document.write() back to the Tokenizer. The second item
- from which Tree Construction leads is the DOM. The DOM is related to
- the Script Execution."></strong>
+ <strong><img src="images/parsing-model-overview.png" alt="The Network leads to
+ the Input Stream Preprocessor, which leads to the Tokenizer, which
+ leads to the Tree Construction stage. The Tree Construction stage
+ leads to two items. The first is Script Execution, which leads via
+ document.write() back to the Tokenizer. The second item from which
+ Tree Construction leads is the DOM. The DOM is related to the Script
+ Execution."></strong>
  <figcaption>Flowchart representation of the parsing model.</figcaption>
 </figure></pre>
 
    <pre class=bad><!-- This is WRONG. Do not do this. Instead, do what the above examples do. -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <p><img src="images/parsing-model-overview.png"
         alt="Flowchart representation of the parsing model."></p>
 <!-- Never put the image's caption in the alt="" attribute! --></pre>
@@ -83656,7 +83658,7 @@
   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><img alt="" height=554 src=http://images.whatwg.org/parsing-model-overview.png width=427></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

Modified: images/parsing-model-overview.png
===================================================================
(Binary files differ)

Modified: index
===================================================================
--- index	2011-08-15 05:43:26 UTC (rev 6459)
+++ index	2011-08-15 20:26:36 UTC (rev 6460)
@@ -22809,11 +22809,12 @@
 
    <pre><p>In the common case, the data handled by the tokenization stage
 comes from the network, but it can also come from script.</p>
-<p><strong><img src="images/parsing-model-overview.png" alt="The network
-passes data to the Tokenizer stage, which passes data to the Tree
-Construction stage. From there, data goes to both the DOM and to
-Script Execution. Script Execution is linked to the DOM, and, using
-document.write(), passes data to the Tokenizer."></strong></p></pre>
+<p><strong><img src="images/parsing-model-overview.png" alt="The Network
+passes data to the Input Stream Preprocessor, which passes it to the
+Tokenizer, which passes it to the Tree Construction stage. From there,
+data goes to both the DOM and to Script Execution. Script Execution is
+linked to the DOM, and, using document.write(), passes data to the
+Tokenizer."></strong></p></pre>
 
   </div>
 
@@ -23025,11 +23026,11 @@
 
    <p>A flowchart that repeats the previous paragraph in graphical form:</p>
 
-   <pre><p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+   <pre><p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <strong><p><img src="images/parsing-model-overview.png" alt=""></p></strong></pre>
 
    <p>In these cases, it would be wrong to include alternative text
@@ -23041,36 +23042,37 @@
    representation, and would thus require alternative text.</p>
 
    <pre><!-- Using the title="" attribute -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <p><strong><img src="images/parsing-model-overview.png" alt=""
         title="Flowchart representation of the parsing model."></strong></p></pre>
 
    <pre><!-- Using <figure> and <figcaption> -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <figure>
- <strong><img src="images/parsing-model-overview.png" alt="The Network leads
- to the Tokenizer, which leads to the Tree Construction. The Tree
- Construction leads to two items. The first is Script Execution, which
- leads via document.write() back to the Tokenizer. The second item
- from which Tree Construction leads is the DOM. The DOM is related to
- the Script Execution."></strong>
+ <strong><img src="images/parsing-model-overview.png" alt="The Network leads to
+ the Input Stream Preprocessor, which leads to the Tokenizer, which
+ leads to the Tree Construction stage. The Tree Construction stage
+ leads to two items. The first is Script Execution, which leads via
+ document.write() back to the Tokenizer. The second item from which
+ Tree Construction leads is the DOM. The DOM is related to the Script
+ Execution."></strong>
  <figcaption>Flowchart representation of the parsing model.</figcaption>
 </figure></pre>
 
    <pre class=bad><!-- This is WRONG. Do not do this. Instead, do what the above examples do. -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <p><img src="images/parsing-model-overview.png"
         alt="Flowchart representation of the parsing model."></p>
 <!-- Never put the image's caption in the alt="" attribute! --></pre>
@@ -79103,7 +79105,7 @@
   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><img alt="" height=554 src=http://images.whatwg.org/parsing-model-overview.png width=427></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

Modified: source
===================================================================
--- source	2011-08-15 05:43:26 UTC (rev 6459)
+++ source	2011-08-15 20:26:36 UTC (rev 6460)
@@ -24581,11 +24581,12 @@
 
    <pre><p>In the common case, the data handled by the tokenization stage
 comes from the network, but it can also come from script.</p>
-<p><strong><img src="images/parsing-model-overview.png" alt="The network
-passes data to the Tokenizer stage, which passes data to the Tree
-Construction stage. From there, data goes to both the DOM and to
-Script Execution. Script Execution is linked to the DOM, and, using
-document.write(), passes data to the Tokenizer."></strong></p></pre>
+<p><strong><img src="images/parsing-model-overview.png" alt="The Network
+passes data to the Input Stream Preprocessor, which passes it to the
+Tokenizer, which passes it to the Tree Construction stage. From there,
+data goes to both the DOM and to Script Execution. Script Execution is
+linked to the DOM, and, using document.write(), passes data to the
+Tokenizer."></strong></p></pre>
 
   </div>
 
@@ -24801,11 +24802,11 @@
 
    <p>A flowchart that repeats the previous paragraph in graphical form:</p>
 
-   <pre><p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+   <pre><p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <strong><p><img src="images/parsing-model-overview.png" alt=""></p></strong></pre>
 
    <p>In these cases, it would be wrong to include alternative text
@@ -24817,36 +24818,37 @@
    representation, and would thus require alternative text.</p>
 
    <pre><!-- Using the title="" attribute -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <p><strong><img src="images/parsing-model-overview.png" alt=""
         title="Flowchart representation of the parsing model."></strong></p></pre>
 
    <pre><!-- Using <figure> and <figcaption> -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <figure>
- <strong><img src="images/parsing-model-overview.png" alt="The Network leads
- to the Tokenizer, which leads to the Tree Construction. The Tree
- Construction leads to two items. The first is Script Execution, which
- leads via document.write() back to the Tokenizer. The second item
- from which Tree Construction leads is the DOM. The DOM is related to
- the Script Execution."></strong>
+ <strong><img src="images/parsing-model-overview.png" alt="The Network leads to
+ the Input Stream Preprocessor, which leads to the Tokenizer, which
+ leads to the Tree Construction stage. The Tree Construction stage
+ leads to two items. The first is Script Execution, which leads via
+ document.write() back to the Tokenizer. The second item from which
+ Tree Construction leads is the DOM. The DOM is related to the Script
+ Execution."></strong>
  <figcaption>Flowchart representation of the parsing model.</figcaption>
 </figure></pre>
 
    <pre class="bad"><!-- This is WRONG. Do not do this. Instead, do what the above examples do. -->
-<p>The network passes data to the Tokenizer stage, which
-passes data to the Tree Construction stage. From there, data goes
-to both the DOM and to Script Execution. Script Execution is
-linked to the DOM, and, using document.write(), passes data to
-the Tokenizer.</p>
+<p>The Network passes data to the Input Stream Preprocessor, which
+passes it to the Tokenizer, which passes it to the Tree Construction
+stage. From there, data goes to both the DOM and to Script Execution.
+Script Execution is linked to the DOM, and, using document.write(),
+passes data to the Tokenizer.</p>
 <p><img src="images/parsing-model-overview.png"
         alt="Flowchart representation of the parsing model."></p>
 <!-- Never put the image's caption in the alt="" attribute! --></pre>
@@ -94712,7 +94714,7 @@
   agent, e.g. using the <code
   title="dom-document-write">document.write()</code> API.</p>
 
-  <p><img src="images/parsing-model-overview.png" width="427" height="554" alt=""></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




More information about the Commit-Watchers mailing list