[html5] r4873 - [e] (0) minor tweaks to grammar and marking a class=impl paragraph i'd missed

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 26 20:45:28 PDT 2010


Author: ianh
Date: 2010-03-26 20:45:26 -0700 (Fri, 26 Mar 2010)
New Revision: 4873

Modified:
   complete.html
   index
   source
Log:
[e] (0) minor tweaks to grammar and marking a class=impl paragraph i'd missed

Modified: complete.html
===================================================================
--- complete.html	2010-03-26 07:04:08 UTC (rev 4872)
+++ complete.html	2010-03-27 03:45:26 UTC (rev 4873)
@@ -1975,11 +1975,15 @@
   they must be considered to apply to other media in equivalent
   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>
 
+  </div>
 
+
   <h4 id=resources><span class=secno>2.1.1 </span>Resources</h4>
 
   <p>The specification uses the term <dfn title="">supported</dfn>
@@ -7163,8 +7167,8 @@
   </dl><div class=impl>
 
   <p>A <code><a href=#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=#html-parser>HTML parser</a>, based on the
   presence, absence, or value of the DOCTYPE string.</p>
@@ -76674,7 +76678,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=#document>Document</a></code> to
-    <a href=#limited-quirks-mode>limited quirks mode</a>:</p>
+    <a href=#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>
@@ -80047,8 +80051,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=#no-quirks-mode>no quirks mode</a></i>,
-   <i><a href=#limited-quirks-mode>limited quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>
+  <ul><li>Whether the document is set to <i><a href=#no-quirks-mode>no-quirks mode</a></i>,
+   <i><a href=#limited-quirks-mode>limited-quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>
 
    <li>The association between form controls and forms that aren't
    their nearest <code><a href=#the-form-element>form</a></code> element ancestor (use of the
@@ -80530,10 +80534,10 @@
     <code><a href=#document>Document</a></code> of the <var title="">context</var> element
     is in <a href=#quirks-mode>quirks mode</a>, then let the <code><a href=#document>Document</a></code>
     be in <a href=#quirks-mode>quirks mode</a>. Otherwise, if there is a <var title="">context</var> element, and the <code><a href=#document>Document</a></code> of
-    the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited quirks
+    the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited-quirks
     mode</a>, then let the <code><a href=#document>Document</a></code> be in
-    <a href=#limited-quirks-mode>limited quirks mode</a>. Otherwise, leave the
-    <code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no quirks mode</a>.</p>
+    <a href=#limited-quirks-mode>limited-quirks mode</a>. Otherwise, leave the
+    <code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no-quirks mode</a>.</p>
 
    </li>
 

Modified: index
===================================================================
--- index	2010-03-26 07:04:08 UTC (rev 4872)
+++ index	2010-03-27 03:45:26 UTC (rev 4873)
@@ -1873,11 +1873,15 @@
   they must be considered to apply to other media in equivalent
   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>
 
+  </div>
 
+
   <h4 id=resources><span class=secno>2.1.1 </span>Resources</h4>
 
   <p>The specification uses the term <dfn title="">supported</dfn>
@@ -7061,8 +7065,8 @@
   </dl><div class=impl>
 
   <p>A <code><a href=#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=#html-parser>HTML parser</a>, based on the
   presence, absence, or value of the DOCTYPE string.</p>
@@ -69947,7 +69951,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=#document>Document</a></code> to
-    <a href=#limited-quirks-mode>limited quirks mode</a>:</p>
+    <a href=#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>
@@ -73320,8 +73324,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=#no-quirks-mode>no quirks mode</a></i>,
-   <i><a href=#limited-quirks-mode>limited quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>
+  <ul><li>Whether the document is set to <i><a href=#no-quirks-mode>no-quirks mode</a></i>,
+   <i><a href=#limited-quirks-mode>limited-quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>
 
    <li>The association between form controls and forms that aren't
    their nearest <code><a href=#the-form-element>form</a></code> element ancestor (use of the
@@ -73803,10 +73807,10 @@
     <code><a href=#document>Document</a></code> of the <var title="">context</var> element
     is in <a href=#quirks-mode>quirks mode</a>, then let the <code><a href=#document>Document</a></code>
     be in <a href=#quirks-mode>quirks mode</a>. Otherwise, if there is a <var title="">context</var> element, and the <code><a href=#document>Document</a></code> of
-    the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited quirks
+    the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited-quirks
     mode</a>, then let the <code><a href=#document>Document</a></code> be in
-    <a href=#limited-quirks-mode>limited quirks mode</a>. Otherwise, leave the
-    <code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no quirks mode</a>.</p>
+    <a href=#limited-quirks-mode>limited-quirks mode</a>. Otherwise, leave the
+    <code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no-quirks mode</a>.</p>
 
    </li>
 

Modified: source
===================================================================
--- source	2010-03-26 07:04:08 UTC (rev 4872)
+++ source	2010-03-27 03:45:26 UTC (rev 4873)
@@ -822,11 +822,15 @@
   they must be considered to apply to other media in equivalent
   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>
 
+  </div>
 
+
   <h4>Resources</h4>
 
   <p>The specification uses the term <dfn title="">supported</dfn>
@@ -6959,8 +6963,8 @@
   <div class="impl">
 
   <p>A <code>Document</code> is always set to one of three modes:
-  <dfn>no quirks mode</dfn>, the default; <dfn>quirks mode</dfn>, used
-  typically for legacy documents; and <dfn>limited quirks mode</dfn>,
+  <dfn>no-quirks mode</dfn>, the default; <dfn>quirks mode</dfn>, used
+  typically for legacy documents; and <dfn>limited-quirks mode</dfn>,
   also known as "almost standards" mode. The mode is only ever changed
   from the default by the <span>HTML parser</span>, based on the
   presence, absence, or value of the DOCTYPE string.</p>
@@ -87490,7 +87494,7 @@
 
     <p>Otherwise, if the DOCTYPE token matches one of the conditions
     in the following list, then set the <code>Document</code> to
-    <span>limited quirks mode</span>:</p>
+    <span>limited-quirks mode</span>:</p>
 
     <ul class="brief">
      <li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Frameset//<!--EN--></code>" </li>
@@ -91199,8 +91203,8 @@
 
   <ul>
 
-   <li>Whether the document is set to <i>no quirks mode</i>,
-   <i>limited quirks mode</i>, or <i>quirks mode</i></li>
+   <li>Whether the document is set to <i>no-quirks mode</i>,
+   <i>limited-quirks mode</i>, or <i>quirks mode</i></li>
 
    <li>The association between form controls and forms that aren't
    their nearest <code>form</code> element ancestor (use of the
@@ -91771,10 +91775,10 @@
     is in <span>quirks mode</span>, then let the <code>Document</code>
     be in <span>quirks mode</span>. Otherwise, if there is a <var
     title="">context</var> element, and the <code>Document</code> of
-    the <var title="">context</var> element is in <span>limited quirks
+    the <var title="">context</var> element is in <span>limited-quirks
     mode</span>, then let the <code>Document</code> be in
-    <span>limited quirks mode</span>. Otherwise, leave the
-    <code>Document</code> in <span>no quirks mode</span>.</p>
+    <span>limited-quirks mode</span>. Otherwise, leave the
+    <code>Document</code> in <span>no-quirks mode</span>.</p>
 
    </li>
 




More information about the Commit-Watchers mailing list