hixie: strings should be marked with <code> for consistency (whatwg r6785)

hixie: strings should be marked with <code> for consistency (whatwg
r6785)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5433&r2=1.5434&f=h
http://html5.org/tools/web-apps-tracker?from=6784&to=6785

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5433
retrieving revision 1.5434
diff -u -d -r1.5433 -r1.5434
--- Overview.html 29 Oct 2011 16:10:23 -0000 1.5433
+++ Overview.html 30 Oct 2011 16:17:13 -0000 1.5434
@@ -320,7 +320,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-october-2011">Editor's Draft 29 October 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-october-2011">Editor's Draft 30 October 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -466,7 +466,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 29 October 2011 Editor's Draft.
+  This specification is the 30 October 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -7949,7 +7949,7 @@
 
   <hr></div><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a href="#dom-document-readystate">readyState</a></code></dt>
    <dd>
-    <p>Returns "loading" while the <code><a href="#document">Document</a></code> is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded.</p>
+    <p>Returns "<code title="">loading</code>" while the <code><a href="#document">Document</a></code> is loading, "<code title="">interactive</code>" once it is finished parsing but still loading sub-resources, and "<code title="">complete</code>" once it has loaded.</p>
     <p>The <code title="event-readystatechange"><a href="#event-readystatechange">readystatechange</a></code> event fires on the <code><a href="#document">Document</a></code> object when this value changes.</p>
    </dd>
 
@@ -7957,9 +7957,9 @@
 
   <p>Each document has a <dfn id="current-document-readiness">current document readiness</dfn>. When a
   <code><a href="#document">Document</a></code> object is created, it must have its
-  <a href="#current-document-readiness">current document readiness</a> set to the string "loading"
+  <a href="#current-document-readiness">current document readiness</a> set to the string "<code title="">loading</code>"
   if the document is associated with an <a href="#html-parser">HTML parser</a> or an
-  <a href="#xml-parser">XML parser</a>, or to the string "complete" otherwise.
+  <a href="#xml-parser">XML parser</a>, or to the string "<code title="">complete</code>" otherwise.
   Various algorithms during page loading affect this value. When the
   value is set, the user agent must <a href="#fire-a-simple-event">fire a simple event</a>
   named <dfn id="event-readystatechange" title="event-readystatechange"><code>readystatechange</code></dfn>
@@ -8286,7 +8286,7 @@
    exception and abort these steps.</li>
    <li><p>Remove all child nodes of <var title="">document</var>,
    without firing any mutation events.</li> 
-   <li><p>Set the <a href="#current-document-readiness">current document readiness</a> of <var title="">document</var> to "loading".</li>
+   <li><p>Set the <a href="#current-document-readiness">current document readiness</a> of <var title="">document</var> to "<code title="">loading</code>".</li>
 
    <li><p> Run the remainder of these steps asynchronously,
    and return true from the method.</li>
@@ -8320,7 +8320,7 @@
     <p> <a href="#queue-a-task">Queue a task</a> to run the following
     steps. </p>
 
-    <ol><li><p>Set the <a href="#current-document-readiness">current document readiness</a> of <var title="">document</var> to "complete".</li>
+    <ol><li><p>Set the <a href="#current-document-readiness">current document readiness</a> of <var title="">document</var> to "<code title="">complete</code>".</li>
 
      <li><p>Replace all the children of <var title="">document</var>
      by the children of <var title="">result</var> (even if it has no
@@ -10707,7 +10707,7 @@
    <i>irrelevant</i>.</li>
 
    <li><p>Set the <a href="#current-document-readiness">current document readiness</a> of the
-   document to "loading".</li>
+   document to "<code title="">loading</code>".</li>
 
    <li>
 
@@ -47185,7 +47185,7 @@
      of those elements.</li>
 
      <li><p>If the <a href="#current-document-readiness">current document readiness</a> of the <var title="">specified entry</var>'s <code><a href="#document">Document</a></code> is
-     "complete", <a href="#queue-a-task">queue a task</a> to fire a <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event at the
+     "<code title="">complete</code>", <a href="#queue-a-task">queue a task</a> to fire a <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event at the
      <code><a href="#window">Window</a></code> object of that <code><a href="#document">Document</a></code>, but
      with its <code title="dom-event-target"><a href="#dom-event-target">target</a></code> set to the
      <code><a href="#document">Document</a></code> object (and the <code title="dom-event-currentTarget">currentTarget</code> set to the
@@ -63128,7 +63128,7 @@
   the document, the user agent must run the following steps:</p>
 
   <ol><li><p>Set the <a href="#current-document-readiness">current document readiness</a> to
-   "interactive"  and
+   "<code title="">interactive</code>"  and
    the <a href="#insertion-point">insertion point</a> to undefined.</li>
 
    <li><p>Pop <em>all</em> the nodes off the <a href="#stack-of-open-elements">stack of open
@@ -63173,7 +63173,7 @@
    the <code><a href="#document">Document</a></code>.</li>
 
    <li><p><a href="#queue-a-task">Queue a task</a> to set the <a href="#current-document-readiness">current document
-   readiness</a> to "complete". </li>
+   readiness</a> to "<code title="">complete</code>". </li>
 
    <li><p>If the <code><a href="#document">Document</a></code> is in a <a href="#browsing-context">browsing
    context</a>, then <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a

Received on Sunday, 30 October 2011 16:17:46 UTC