hixie: prettyify (whatwg r6461)

hixie: prettyify (whatwg r6461)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5162&r2=1.5163&f=h
http://html5.org/tools/web-apps-tracker?from=6460&to=6461

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5162
retrieving revision 1.5163
diff -u -d -r1.5162 -r1.5163
--- Overview.html 15 Aug 2011 20:27:11 -0000 1.5162
+++ Overview.html 15 Aug 2011 20:30:39 -0000 1.5163
@@ -39,7 +39,7 @@
    .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
-   img.extra { float: right; }
+   img.extra, p.overview { float: right; }
    pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
    pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
@@ -55772,6 +55772,8 @@
 
   <h4 id="overview-of-the-parsing-model"><span class="secno">8.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://dev.w3.org/html5/spec/images/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
@@ -55788,8 +55790,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://dev.w3.org/html5/spec/images/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

Received on Monday, 15 August 2011 20:30:55 UTC