html5/spec dom.html,1.879,1.880 infrastructure.html,1.884,1.885 spec.html,1.902,1.903 syntax.html,1.879,1.880

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

Modified Files:
	dom.html infrastructure.html spec.html syntax.html 
Log Message:
minor tweaks to grammar and marking a class=impl paragraph i'd missed (whatwg r4873)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.884
retrieving revision 1.885
diff -u -d -r1.884 -r1.885
--- infrastructure.html	17 Mar 2010 23:56:32 -0000	1.884
+++ infrastructure.html	27 Mar 2010 03:46:33 -0000	1.885
@@ -313,9 +313,13 @@
   sometimes be used when referring to the way a document is rendered
   to the user. These terms are not meant to imply a visual medium;
   they must be considered to apply to other media in equivalent
-  ways.</p><p>When an algorithm B says to return to another algorithm A, it
+  ways.</p><div class="impl">
+
+  <p>When an algorithm B says to return to another algorithm A, it
   implies that A called B. Upon returning to A, the implementation
-  must continue from where it left off in calling B.</p><h4 id="resources"><span class="secno">2.1.1 </span>Resources</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The specification uses the term <dfn title="">supported</dfn>
+  must continue from where it left off in calling B.</p>
+
+  </div><h4 id="resources"><span class="secno">2.1.1 </span>Resources</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The specification uses the term <dfn title="">supported</dfn>
   when referring to whether a user agent has an implementation capable
   of decoding the semantics of an external resource. A format or type
   is said to be <i>supported</i> if the implementation can process an

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -d -r1.879 -r1.880
--- dom.html	17 Mar 2010 23:56:32 -0000	1.879
+++ dom.html	27 Mar 2010 03:46:33 -0000	1.880
@@ -599,8 +599,8 @@
   </dl><div class="impl">
 
   <p>A <code><a href="infrastructure.html#document">Document</a></code> is always set to one of three modes:
-  <dfn id="no-quirks-mode">no quirks mode</dfn>, the default; <dfn id="quirks-mode">quirks mode</dfn>, used
-  typically for legacy documents; and <dfn id="limited-quirks-mode">limited quirks mode</dfn>,
+  <dfn id="no-quirks-mode">no-quirks mode</dfn>, the default; <dfn id="quirks-mode">quirks mode</dfn>, used
+  typically for legacy documents; and <dfn id="limited-quirks-mode">limited-quirks mode</dfn>,
   also known as "almost standards" mode. The mode is only ever changed
   from the default by the <a href="syntax.html#html-parser">HTML parser</a>, based on the
   presence, absence, or value of the DOCTYPE string.</p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -d -r1.902 -r1.903
--- spec.html	26 Mar 2010 07:06:34 -0000	1.902
+++ spec.html	27 Mar 2010 03:46:33 -0000	1.903
@@ -307,7 +307,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>.
-This is revision 1.3900.
+This is revision 1.3901.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -d -r1.879 -r1.880
--- syntax.html	16 Mar 2010 23:16:57 -0000	1.879
+++ syntax.html	27 Mar 2010 03:46:33 -0000	1.880
@@ -4783,7 +4783,7 @@
      <li> The system identifier is missing and the public identifier starts with: "<code title="">-//W3C//DTD HTML 4.01 Transitional//<!--EN--></code>" </li>
     </ul><p>Otherwise, if the DOCTYPE token matches one of the conditions
     in the following list, then set the <code><a href="infrastructure.html#document">Document</a></code> to
-    <a href="dom.html#limited-quirks-mode">limited quirks mode</a>:</p>
+    <a href="dom.html#limited-quirks-mode">limited-quirks mode</a>:</p>
 
     <ul class="brief"><li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Frameset//<!--EN--></code>" </li>
      <li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Transitional//<!--EN--></code>" </li>
@@ -8150,8 +8150,8 @@
   <p>If the tool has no way to convey out-of-band information, then
   the tool may drop the following information:</p>
 
-  <ul><li>Whether the document is set to <i><a href="dom.html#no-quirks-mode">no quirks mode</a></i>,
-   <i><a href="dom.html#limited-quirks-mode">limited quirks mode</a></i>, or <i><a href="dom.html#quirks-mode">quirks mode</a></i></li>
+  <ul><li>Whether the document is set to <i><a href="dom.html#no-quirks-mode">no-quirks mode</a></i>,
+   <i><a href="dom.html#limited-quirks-mode">limited-quirks mode</a></i>, or <i><a href="dom.html#quirks-mode">quirks mode</a></i></li>
 
    <li>The association between form controls and forms that aren't
    their nearest <code><a href="forms.html#the-form-element">form</a></code> element ancestor (use of the
@@ -8630,10 +8630,10 @@
     <code><a href="infrastructure.html#document">Document</a></code> of the <var title="">context</var> element
     is in <a href="dom.html#quirks-mode">quirks mode</a>, then let the <code><a href="infrastructure.html#document">Document</a></code>
     be in <a href="dom.html#quirks-mode">quirks mode</a>. Otherwise, if there is a <var title="">context</var> element, and the <code><a href="infrastructure.html#document">Document</a></code> of
-    the <var title="">context</var> element is in <a href="dom.html#limited-quirks-mode">limited quirks
+    the <var title="">context</var> element is in <a href="dom.html#limited-quirks-mode">limited-quirks
     mode</a>, then let the <code><a href="infrastructure.html#document">Document</a></code> be in
-    <a href="dom.html#limited-quirks-mode">limited quirks mode</a>. Otherwise, leave the
-    <code><a href="infrastructure.html#document">Document</a></code> in <a href="dom.html#no-quirks-mode">no quirks mode</a>.</p>
+    <a href="dom.html#limited-quirks-mode">limited-quirks mode</a>. Otherwise, leave the
+    <code><a href="infrastructure.html#document">Document</a></code> in <a href="dom.html#no-quirks-mode">no-quirks mode</a>.</p>
 
    </li>
 

Received on Saturday, 27 March 2010 03:46:37 UTC