[html5] r2707 - [e] (0) Fix collected editorial mistakes. (credit: w)

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 23 18:29:36 PST 2009


Author: ianh
Date: 2009-01-23 18:29:35 -0800 (Fri, 23 Jan 2009)
New Revision: 2707

Modified:
   index
   source
Log:
[e] (0) Fix collected editorial mistakes. (credit: w)

Modified: index
===================================================================
--- index	2009-01-24 02:20:34 UTC (rev 2706)
+++ index	2009-01-24 02:29:35 UTC (rev 2707)
@@ -47843,7 +47843,7 @@
    <code><a href=#the-command>command</a></code>, <code><a href=#datagrid>datagrid</a></code>, <code><a href=#the-dd-element>dd</a></code>,
    <code><a href=#the-details-element>details</a></code>, <code><a href=#the-dialog-element>dialog</a></code>, <code>dir</code>,
    <code><a href=#the-div-element>div</a></code>, <code><a href=#the-dl-element>dl</a></code>, <code><a href=#the-dt-element>dt</a></code>,
-   <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-eventsource-element>eventsource</a></code> <code><a href=#the-fieldset-element>fieldset</a></code>,
+   <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-eventsource-element>eventsource</a></code>, <code><a href=#the-fieldset-element>fieldset</a></code>,
    <code><a href=#the-figure-element>figure</a></code>, <code><a href=#the-footer-element>footer</a></code>, <code><a href=#the-form-element>form</a></code>,
    <code>frame</code>, <code>frameset</code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>,
    <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code>,
@@ -48877,7 +48877,7 @@
 
   </dl><h5 id=doctype-name-state><span class=secno>8.2.4.25 </span><dfn>DOCTYPE name state</dfn></h5>
 
-  <p>First, consume the <a href=#next-input-character>next input character</a>:</p>
+  <p>Consume the <a href=#next-input-character>next input character</a>:</p>
 
   <dl class=switch><dt>U+0009 CHARACTER TABULATION</dt>
    <dt>U+000A LINE FEED (LF)</dt>
@@ -49186,10 +49186,10 @@
 
   <p>Consume every character up to the next occurrence of the three
   character sequence U+005D RIGHT SQUARE BRACKET U+005D RIGHT SQUARE
-  BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or
-  the end of the file (EOF), whichever comes first. Emit a series of
-  text tokens consisting of all the characters consumed except the
-  matching three character sequence at the end (if one was found
+  BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or the
+  end of the file (EOF), whichever comes first. Emit a series of
+  character tokens consisting of all the characters consumed except
+  the matching three character sequence at the end (if one was found
   before the end of the file).</p>
 
   <p>Switch to the <a href=#data-state>data state</a>.</p>
@@ -49880,10 +49880,9 @@
    <dt>Anything else</dt>
    <dd>
 
-    <p>Create an <code><a href=#htmlelement>HTMLElement</a></code> node with the tag name
-    <code><a href=#the-html-element>html</a></code>, in the <a href=#html-namespace-0>HTML namespace</a>. Append it
-    to the <code>Document</code> object. Put this element in the
-    <a href=#stack-of-open-elements>stack of open elements</a>.</p>
+    <p>Create an <code><a href=#the-html-element>html</a></code> element. Append it to the
+    <code>Document</code> object. Put this element in the <a href=#stack-of-open-elements>stack
+    of open elements</a>.</p>
 
     <p>If the <code>Document</code> is being loaded as part of <a href=#navigate title=navigate>navigation</a> of a <a href=#browsing-context>browsing
     context</a>, then: run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection
@@ -50701,8 +50700,7 @@
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in scope">have an element in scope</a>
     with the same tag name as that of the token, then this is a
     <a href=#parse-error>parse error</a>; act as if a start tag with the tag name
-    <code><a href=#the-p-element>p</a></code> had been seen, then reprocess the current
-    token.</p>
+    "p" had been seen, then reprocess the current token.</p>
 
     <p>Otherwise, run these steps:</p>
 
@@ -53111,7 +53109,7 @@
         serialize them --> <!-- XXX when we get around to it, add
         eventsource -->
 
-        <p>If <var title="">current node</var> is a <code><a href=#the-pre-element>pre</a></code>
+        <p>If <var title="">current node</var> is a <code><a href=#the-pre-element>pre</a></code>,
         <code><a href=#the-textarea-element>textarea</a></code>, or <code>listing</code> element, append
         a U+000A LINE FEED (LF) character.</p>
 

Modified: source
===================================================================
--- source	2009-01-24 02:20:34 UTC (rev 2706)
+++ source	2009-01-24 02:29:35 UTC (rev 2707)
@@ -54667,7 +54667,7 @@
    <code>command</code>, <code>datagrid</code>, <code>dd</code>,
    <code>details</code>, <code>dialog</code>, <code>dir</code>,
    <code>div</code>, <code>dl</code>, <code>dt</code>,
-   <code>embed</code>, <code>eventsource</code> <code>fieldset</code>,
+   <code>embed</code>, <code>eventsource</code>, <code>fieldset</code>,
    <code>figure</code>, <code>footer</code>, <code>form</code>,
    <code>frame</code>, <code>frameset</code>, <code>h1</code>,
    <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>,
@@ -55839,7 +55839,7 @@
 
   <h5><dfn>DOCTYPE name state</dfn></h5>
 
-  <p>First, consume the <span>next input character</span>:</p>
+  <p>Consume the <span>next input character</span>:</p>
 
   <dl class="switch">
 
@@ -56203,10 +56203,10 @@
 
   <p>Consume every character up to the next occurrence of the three
   character sequence U+005D RIGHT SQUARE BRACKET U+005D RIGHT SQUARE
-  BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or
-  the end of the file (EOF), whichever comes first. Emit a series of
-  text tokens consisting of all the characters consumed except the
-  matching three character sequence at the end (if one was found
+  BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or the
+  end of the file (EOF), whichever comes first. Emit a series of
+  character tokens consisting of all the characters consumed except
+  the matching three character sequence at the end (if one was found
   before the end of the file).</p>
 
   <p>Switch to the <span>data state</span>.</p>
@@ -56959,10 +56959,9 @@
    <dt>Anything else</dt>
    <dd>
 
-    <p>Create an <code>HTMLElement</code> node with the tag name
-    <code>html</code>, in the <span>HTML namespace</span>. Append it
-    to the <code>Document</code> object. Put this element in the
-    <span>stack of open elements</span>.</p>
+    <p>Create an <code>html</code> element. Append it to the
+    <code>Document</code> object. Put this element in the <span>stack
+    of open elements</span>.</p>
 
     <p>If the <code>Document</code> is being loaded as part of <span
     title="navigate">navigation</span> of a <span>browsing
@@ -57859,8 +57858,7 @@
     title="has an element in scope">have an element in scope</span>
     with the same tag name as that of the token, then this is a
     <span>parse error</span>; act as if a start tag with the tag name
-    <code>p</code> had been seen, then reprocess the current
-    token.</p>
+    "p" had been seen, then reprocess the current token.</p>
 
     <p>Otherwise, run these steps:</p>
 
@@ -60481,7 +60479,7 @@
         serialize them --> <!-- XXX when we get around to it, add
         eventsource -->
 
-        <p>If <var title="">current node</var> is a <code>pre</code>
+        <p>If <var title="">current node</var> is a <code>pre</code>,
         <code>textarea</code>, or <code>listing</code> element, append
         a U+000A LINE FEED (LF) character.</p>
 




More information about the Commit-Watchers mailing list