html5/spec content-models.html,1.104,1.105 dom.html,1.1074,1.1075 history.html,1.1087,1.1088 spec.html,1.1762,1.1763 the-end.html,1.66,1.67

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19749

Modified Files:
	content-models.html dom.html history.html spec.html 
	the-end.html 
Log Message:
strings should be marked with <code> for consistency (whatwg r6785)

[updated by splitter]


Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- the-end.html	19 Oct 2011 23:46:27 -0000	1.66
+++ the-end.html	30 Oct 2011 16:47:20 -0000	1.67
@@ -341,7 +341,7 @@
   the document, the user agent must run the following steps:</p>
 
   <ol><li><p>Set the <a href="dom.html#current-document-readiness">current document readiness</a> to
-   "interactive"  and
+   "<code title="">interactive</code>"  and
    the <a href="parsing.html#insertion-point">insertion point</a> to undefined.</p></li>
 
    <li><p>Pop <em>all</em> the nodes off the <a href="parsing.html#stack-of-open-elements">stack of open
@@ -386,7 +386,7 @@
    the <code><a href="infrastructure.html#document">Document</a></code>.</p></li>
 
    <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to set the <a href="dom.html#current-document-readiness">current document
-   readiness</a> to "complete". </p></li>
+   readiness</a> to "<code title="">complete</code>". </p></li>
 
    <li><p>If the <code><a href="infrastructure.html#document">Document</a></code> is in a <a href="browsers.html#browsing-context">browsing
    context</a>, then <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1087
retrieving revision 1.1088
diff -u -d -r1.1087 -r1.1088
--- history.html	25 Oct 2011 00:47:14 -0000	1.1087
+++ history.html	30 Oct 2011 16:47:05 -0000	1.1088
@@ -2061,7 +2061,7 @@
      of those elements.</p></li>
 
      <li><p>If the <a href="dom.html#current-document-readiness">current document readiness</a> of the <var title="">specified entry</var>'s <code><a href="infrastructure.html#document">Document</a></code> is
-     "complete", <a href="webappapis.html#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="webappapis.html#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="browsers.html#window">Window</a></code> object of that <code><a href="infrastructure.html#document">Document</a></code>, but
      with its <code title="dom-event-target"><a href="infrastructure.html#dom-event-target">target</a></code> set to the
      <code><a href="infrastructure.html#document">Document</a></code> object (and the <code title="dom-event-currentTarget">currentTarget</code> set to the

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1074
retrieving revision 1.1075
diff -u -d -r1.1074 -r1.1075
--- dom.html	25 Oct 2011 18:46:25 -0000	1.1074
+++ dom.html	30 Oct 2011 16:46:55 -0000	1.1075
@@ -624,7 +624,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="infrastructure.html#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="infrastructure.html#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="infrastructure.html#document">Document</a></code> object when this value changes.</p>
    </dd>
 
@@ -632,9 +632,9 @@
 
   <p>Each document has a <dfn id="current-document-readiness">current document readiness</dfn>. When a
   <code><a href="infrastructure.html#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="parsing.html#html-parser">HTML parser</a> or an
-  <a href="the-xhtml-syntax.html#xml-parser">XML parser</a>, or to the string "complete" otherwise.
+  <a href="the-xhtml-syntax.html#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="webappapis.html#fire-a-simple-event">fire a simple event</a>
   named <dfn id="event-readystatechange" title="event-readystatechange"><code>readystatechange</code></dfn>
@@ -961,7 +961,7 @@
    exception and abort these steps.</p></li>
    <li><p>Remove all child nodes of <var title="">document</var>,
    without firing any mutation events.</p></li> 
-   <li><p>Set the <a href="#current-document-readiness">current document readiness</a> of <var title="">document</var> to "loading".</p></li>
+   <li><p>Set the <a href="#current-document-readiness">current document readiness</a> of <var title="">document</var> to "<code title="">loading</code>".</p></li>
 
    <li><p> Run the remainder of these steps asynchronously,
    and return true from the method.</p></li>
@@ -995,7 +995,7 @@
     <p> <a href="webappapis.html#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".</p></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>".</p></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

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- content-models.html	29 Oct 2011 05:46:23 -0000	1.104
+++ content-models.html	30 Oct 2011 16:46:51 -0000	1.105
@@ -1730,7 +1730,7 @@
    <i>irrelevant</i>.</p></li>
 
    <li><p>Set the <a href="dom.html#current-document-readiness">current document readiness</a> of the
-   document to "loading".</p></li>
+   document to "<code title="">loading</code>".</p></li>
 
    <li>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1762
retrieving revision 1.1763
diff -u -d -r1.1762 -r1.1763
--- spec.html	29 Oct 2011 16:46:37 -0000	1.1762
+++ spec.html	30 Oct 2011 16:47:10 -0000	1.1763
@@ -324,7 +324,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>
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5433.
+This is revision 1.5434.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,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

Received on Sunday, 30 October 2011 16:47:31 UTC