[html5] r2816 - [e] (0) Switch to ASCII.

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 13 11:42:08 PST 2009


Author: ianh
Date: 2009-02-13 11:42:06 -0800 (Fri, 13 Feb 2009)
New Revision: 2816

Modified:
   index
Log:
[e] (0) Switch to ASCII.

Modified: index
===================================================================
--- index	2009-02-13 18:47:03 UTC (rev 2815)
+++ index	2009-02-13 19:42:06 UTC (rev 2816)
@@ -34,7 +34,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 13 February 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 13 February 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -55,7 +55,7 @@
     <dd>To view and vote on feedback: <a href=http://www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
     <dt>Editor:</dt>
     <dd>Ian Hickson, Google, ian at hixie.ch</dd>
-   </dl><p class=copyright>© Copyright 2004-2009 Apple Computer, Inc.,
+   </dl><p class=copyright>© Copyright 2004-2009 Apple Computer, Inc.,
    Mozilla Foundation, and Opera Software ASA.</p>
    <p class=copyright>You are granted a license to use, reproduce
    and create derivative works of this document.</p>
@@ -1379,7 +1379,7 @@
 
    <dt><a href=#browsers>Web Browsers</a></dt>
 
-   <dd>HTML documents do not exist in a vacuum — this section
+   <dd>HTML documents do not exist in a vacuum — this section
    defines many of the features that affect environments that deal
    with multiple pages, links between pages, and running scripts.</dd>
 
@@ -1940,8 +1940,8 @@
 
    <dd>
 
-    <p>The Document Object Model (DOM) is a representation — a
-    model — of a document and its content. The DOM is not just
+    <p>The Document Object Model (DOM) is a representation — a
+    model — of a document and its content. The DOM is not just
     an API; the conformance criteria of HTML implementations are
     defined, in this specification, in terms of operations on the DOM.
     <a href=#refsDOM3CORE>[DOM3CORE]</a></p>
@@ -2351,7 +2351,7 @@
   number if there is one). If there is no E, then the exponent is
   treated as zero.</p>
 
-  <p class=note>The values ±Infinity and NaN are not <a href=#valid-floating-point-number title="valid floating point number">valid floating point
+  <p class=note>The values ±Infinity and NaN are not <a href=#valid-floating-point-number title="valid floating point number">valid floating point
   numbers</a>.</p>
 
   <p>The <dfn id=best-representation-of-the-floating-point-number>best representation of the floating point number</dfn>
@@ -2387,7 +2387,7 @@
     <p>If the character indicated by <var title="">position</var> is a
     U+002D HYPHEN-MINUS ("-") character:</p>
 
-    <ol><li>Change <var title="">value</var> and <var title="">divisor</var> to −1.</li>
+    <ol><li>Change <var title="">value</var> and <var title="">divisor</var> to −1.</li>
 
      <li>Advance <var title="">position</var> to the next
      character.</li>
@@ -2452,7 +2452,7 @@
       <p>If the character indicated by <var title="">position</var> is
       a U+002D HYPHEN-MINUS ("-") character:</p>
 
-      <ol><li>Change <var title="">exponent</var> to −1.</li>
+      <ol><li>Change <var title="">exponent</var> to −1.</li>
 
        <li>Advance <var title="">position</var> to the next
        character.</li>
@@ -2501,19 +2501,19 @@
      <td>%</td>
      <td>100</td>
     <tr><td>U+066A ARABIC PERCENT SIGN</td>
-     <td>٪</td>
+     <td>٪</td>
      <td>100</td>
     <tr><td>U+FE6A SMALL PERCENT SIGN</td>
-     <td>﹪</td>
+     <td>﹪</td>
      <td>100</td>
     <tr><td>U+FF05 FULLWIDTH PERCENT SIGN</td>
-     <td>%</td>
+     <td>%</td>
      <td>100</td>
     <tr><td>U+2030 PER MILLE SIGN</td>
-     <td>‰</td>
+     <td>‰</td>
      <td>1000</td>
     <tr><td>U+2031 PER TEN THOUSAND SIGN</td>
-     <td>‱</td>
+     <td>‱</td>
      <td>10000</td>
     </table><p>The <dfn id=steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string>steps for finding one or two numbers of a ratio in a
   string</dfn> are as follows:</p>
@@ -3081,13 +3081,13 @@
   <var title="">year</var> and month <var title="">month</var> if it
   consists of the following components in the given order:</p>
 
-  <ol><li>Four or more <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li>
+  <ol><li>Four or more <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li>
 
    <li>A U+002D HYPHEN-MINUS character (-)</li>
 
    <li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
    representing the month <var title="">month</var>, in the range
-   1 ≤ <var title="">month</var> ≤ 12</li>
+   1 ≤ <var title="">month</var> ≤ 12</li>
 
   </ol><p>The rules to <dfn id=parse-a-month-string>parse a month string</dfn> are as follows. This
   will either return a year and month, or nothing. If at any point the
@@ -3133,7 +3133,7 @@
    number be the <var title="">month</var>.</li>
 
    <li><p>If <var title="">month</var> is not a number in the range
-   1 ≤ <var title="">month</var> ≤ 12, then
+   1 ≤ <var title="">month</var> ≤ 12, then
    fail.</li>
 
    <li><p>Return <var title="">year</var> and <var title="">month</var>.</li>
@@ -3155,7 +3155,7 @@
 
    <li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
    representing <var title="">day</var>, in the range
-   1 ≤ <var title="">day</var> ≤ <var title="">maxday</var> where <var title="">maxday</var> is the <a href=#number-of-days-in-month-month-of-year-year title="number of days in month month of year year">number of days
+   1 ≤ <var title="">day</var> ≤ <var title="">maxday</var> where <var title="">maxday</var> is the <a href=#number-of-days-in-month-month-of-year-year title="number of days in month month of year year">number of days
    in the month <var title="">month</var> and year <var title="">year</var></a></li>
 
   </ol><p>The rules to <dfn id=parse-a-date-string>parse a date string</dfn> are as follows. This
@@ -3200,7 +3200,7 @@
    number be the <var title="">day</var>.</li>
 
    <li><p>If <var title="">day</var> is not a number in the range
-   1 ≤ <var title="">month</var> ≤ <var title="">maxday</var>, then fail.</li>
+   1 ≤ <var title="">month</var> ≤ <var title="">maxday</var>, then fail.</li>
 
    <li><p>Return <var title="">year</var>, <var title="">month</var>,
    and <var title="">day</var>.</li>
@@ -3218,7 +3218,7 @@
 
   <ol><li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
    representing <var title="">hour</var>, in the range
-   0 ≤ <var title="">hour</var> ≤ 23</li>
+   0 ≤ <var title="">hour</var> ≤ 23</li>
 
    <li>A U+003A COLON character (:)</li>
 
@@ -3232,7 +3232,7 @@
 
      <li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
      representing the integer part of <var title="">second</var>, in
-     the range 0 ≤ <var title="">s</var> ≤ 59</li>
+     the range 0 ≤ <var title="">s</var> ≤ 59</li>
 
      <li>Optionally (required if <var title="">second</var> is not an
      integer):
@@ -3282,7 +3282,7 @@
    number be the <var title="">hour</var>.</li>
 
    <li>If <var title="">hour</var> is not a number in the range
-   0 ≤ <var title="">hour</var> ≤ 23, then
+   0 ≤ <var title="">hour</var> ≤ 23, then
    fail.</li>
 
    <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character, then
@@ -3296,7 +3296,7 @@
    number be the <var title="">minute</var>.</li>
 
    <li>If <var title="">minute</var> is not a number in the range
-   0 ≤ <var title="">minute</var> ≤ 59, then
+   0 ≤ <var title="">minute</var> ≤ 59, then
    fail.</li>
 
    <li><p>Let <var title="">second</var> be a string with the value
@@ -3330,7 +3330,7 @@
    be that number instead of the string version.</li>
 
    <li><p>If <var title="">second</var> is not a number in the range
-   0 ≤ <var title="">second</var> < 60, then
+   0 ≤ <var title="">second</var> < 60, then
    fail.</li>
 
    <li><p>Return <var title="">hour</var>, <var title="">minute</var>,
@@ -3419,13 +3419,13 @@
 
        <li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
        representing the hours component <var title="">hour</var> of
-       the timezone offset, in the range 0 ≤ <var title="">hour</var> ≤ 23</li>
+       the timezone offset, in the range 0 ≤ <var title="">hour</var> ≤ 23</li>
 
        <li>A U+003A COLON character (:)</li>
 
        <li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
        representing the minutes component <var title="">minute</var>
-       of the timezone offset, in the range 0 ≤ <var title="">minute</var> ≤ 59</li>
+       of the timezone offset, in the range 0 ≤ <var title="">minute</var> ≤ 59</li>
 
       </ol></li>
 
@@ -3560,7 +3560,7 @@
      integer. Let that number be the <var title="">timezone<sub title="">hours</sub></var>.</li>
 
      <li>If <var title="">timezone<sub title="">hours</sub></var> is
-     not a number in the range 0 ≤ <var title="">timezone<sub title="">hours</sub></var> ≤ 23, then fail.</li>
+     not a number in the range 0 ≤ <var title="">timezone<sub title="">hours</sub></var> ≤ 23, then fail.</li>
 
      <li>If <var title="">sign</var> is "negative", then negate <var title="">timezone<sub title="">hours</sub></var>.</li>
 
@@ -3575,7 +3575,7 @@
      integer. Let that number be the <var title="">timezone<sub title="">minutes</sub></var>.</li>
 
      <li>If <var title="">timezone<sub title="">minutes</sub></var> is
-     not a number in the range 0 ≤ <var title="">timezone<sub title="">minutes</sub></var> ≤ 59, then fail.</li>
+     not a number in the range 0 ≤ <var title="">timezone<sub title="">minutes</sub></var> ≤ 59, then fail.</li>
 
      <li>If <var title="">sign</var> is "negative", then negate <var title="">timezone<sub title="">minutes</sub></var>.</li>
 
@@ -3616,7 +3616,7 @@
   week-year <var title="">year</var> and week <var title="">week</var>
   if it consists of the following components in the given order:</p>
 
-  <ol><li>Four or more <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li>
+  <ol><li>Four or more <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li>
 
    <li>A U+002D HYPHEN-MINUS character (-)</li>
 
@@ -3624,7 +3624,7 @@
 
    <li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
    representing the week <var title="">week</var>, in the range
-   1 ≤ <var title="">week</var> ≤ <var title="">maxweek</var>, where <var title="">maxweek</var> is the
+   1 ≤ <var title="">week</var> ≤ <var title="">maxweek</var>, where <var title="">maxweek</var> is the
    <a href=#week-number-of-the-last-day>week number of the last day</a> of week-year <var title="">year</var></li>
 
   </ol><p>The rules to <dfn id=parse-a-week-string>parse a week string</dfn> are as follows. This
@@ -3665,7 +3665,7 @@
    the last day</a> of year <var title="">year</var>.</li>
 
    <li><p>If <var title="">week</var> is not a number in the range
-   1 ≤ <var title="">week</var> ≤ <var title="">maxweek</var>, then fail.</li>
+   1 ≤ <var title="">week</var> ≤ <var title="">maxweek</var>, then fail.</li>
 
    <li><p>If <var title="">position</var> is <em>not</em> beyond the
    end of <var title="">input</var>, then fail.</li>
@@ -4074,8 +4074,8 @@
   and optionally surrounded by <a href=#space-character title="space character">space
   characters</a>.</p>
 
-  <p class=example>For instance, the string "<code title=""> a ,b,,d d </code>" consists of four
-  tokens: "a", "b", the empty string, and "d d". Leading and
+  <p class=example>For instance, the string "<code title=""> a ,b,,d d </code>" consists of four
+  tokens: "a", "b", the empty string, and "d d". Leading and
   trailing whitespace around each token doesn't count as part of the
   token, and the empty string can be a token.</p>
 
@@ -4492,10 +4492,10 @@
 
     </ol><div class=example>
 
-     <p>For instance if <var title="">url</var> was "<code title="">//example.com/a^b☺c%FFd%z/?e</code>", then the
+     <p>For instance if <var title="">url</var> was "<code title="">//example.com/a^b☺c%FFd%z/?e</code>", then the
      <a href=#url-path title=url-path><path></a> component's substring
-     would be "<code title="">/a^b☺c%FFd%z/</code>" and the two
-     characters that would have to be escaped would be "<code title="">^</code>" and "<code title="">☺</code>". The
+     would be "<code title="">/a^b☺c%FFd%z/</code>" and the two
+     characters that would have to be escaped would be "<code title="">^</code>" and "<code title="">☺</code>". The
      result after this step was applied would therefore be that <var title="">url</var> now had the value "<code title="">//example.com/a%5Eb%E2%98%BAc%FFd%z/?e</code>".</p>
 
     </div>
@@ -4696,54 +4696,54 @@
      <th>Setter Condition
    <tbody><tr><td><dfn id=dom-uda-protocol title=dom-uda-protocol><code>protocol</code></dfn>
      <td><a href=#url-scheme title=url-scheme><scheme></a>
-     <td>—
-     <td>—
+     <td>—
+     <td>—
      <td>U+003A COLON ("<code title="">:</code>")
      <td>Remove all trailing U+003A COLON ("<code title="">:</code>") characters
      <td>The new value is not the empty string
     <tr><td><dfn id=dom-uda-host title=dom-uda-host><code>host</code></dfn>
      <td><a href=#url-hostport title=url-hostport><hostport></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical and uses a server-based naming authority
-     <td>—
-     <td>—
-     <td>—
-     <td>—
+     <td>—
+     <td>—
+     <td>—
+     <td>—
     <tr><td><dfn id=dom-uda-hostname title=dom-uda-hostname><code>hostname</code></dfn>
      <td><a href=#url-host title=url-host><host></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical and uses a server-based naming authority
-     <td>—
-     <td>—
+     <td>—
+     <td>—
      <td>Remove all leading U+002F SOLIDUS ("<code title="">/</code>") characters
-     <td>—
+     <td>—
     <tr><td><dfn id=dom-uda-port title=dom-uda-port><code>port</code></dfn>
      <td><a href=#url-port title=url-port><port></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical, uses a server-based naming authority, and contained a <a href=#url-port title=url-port><port></a> component (possibly an empty one)
-     <td>—
-     <td>—
+     <td>—
+     <td>—
      <td>Remove any characters in the new value that are not in the range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE.
          If the resulting string is empty, set it to a single U+0030 DIGIT ZERO character ('0').
-     <td>—
+     <td>—
     <tr><td><dfn id=dom-uda-pathname title=dom-uda-pathname><code>pathname</code></dfn>
      <td><a href=#url-path title=url-path><path></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
-     <td>—
-     <td>—
+     <td>—
+     <td>—
      <td>If it has no leading U+002F SOLIDUS ("<code title="">/</code>") character, prepend a U+002F SOLIDUS ("<code title="">/</code>") character to the new value
-     <td>—
+     <td>—
     <tr><td><dfn id=dom-uda-search title=dom-uda-search><code>search</code></dfn>
      <td><a href=#url-query title=url-query><query></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical, and contained a <a href=#url-query title=url-query><query></a> component (possibly an empty one)
      <td>U+003F QUESTION MARK ("<code title="">?</code>")
-     <td>—
+     <td>—
      <td>Remove one leading U+003F QUESTION MARK ("<code title="">?</code>") character, if any
-     <td>—
+     <td>—
     <tr><td><dfn id=dom-uda-hash title=dom-uda-hash><code>hash</code></dfn>
      <td><a href=#url-fragment title=url-fragment><fragment></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment><fragment></a> component (possibly an empty one)
      <td>U+0023 NUMBER SIGN ("<code title="">#</code>")
-     <td>—
+     <td>—
      <td>Remove one leading U+0023 NUMBER SIGN ("<code title="">#</code>") character, if any
-     <td>—
+     <td>—
   </table><!--
   http://www.hixie.ch/tests/adhoc/dom/level0/location/components/
   http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsLocation.cpp
@@ -4825,7 +4825,7 @@
 
   <p class=note>Whether the <a href=#content-type-sniffing>type
   sniffing rules</a> apply to the fetched resource depends on the
-  algorithm that invokes the rules — they are not always
+  algorithm that invokes the rules — they are not always
   applicable.</p>
 
 
@@ -5001,11 +5001,11 @@
      <tbody><tr><!-- Very old Apache default --><td>74 65 78 74 2f 70 6c 61 69 6e
        <td><code title="">text/plain</code>
       <tr><!-- Old Apache default --><td>74 65 78 74 2f 70 6c 61 69 6e 3b 20 63 68 61 72 73 65 74 3d 49 53 4f 2d 38 38 35 39 2d 31
-       <td><code title="">text/plain; charset=ISO-8859-1</code>
+       <td><code title="">text/plain; charset=ISO-8859-1</code>
       <tr><!-- Debian's arbitrarily different Apache default --><td>74 65 78 74 2f 70 6c 61 69 6e 3b 20 63 68 61 72 73 65 74 3d 69 73 6f 2d 38 38 35 39 2d 31
-       <td><code title="">text/plain; charset=iso-8859-1</code>
+       <td><code title="">text/plain; charset=iso-8859-1</code>
       <tr><!-- Someone else's arbitrarily different Apache default (who?) --><td>74 65 78 74 2f 70 6c 61 69 6e 3b 20 63 68 61 72 73 65 74 3d 55 54 46 2d 38
-       <td><code title="">text/plain; charset=UTF-8</code>
+       <td><code title="">text/plain; charset=UTF-8</code>
     </table><p>...then jump to the <i title="content-type sniffing: text or
     binary"><a href=#content-type-sniffing:-text-or-binary>text or binary</a></i> section below.</p>
 
@@ -5629,7 +5629,7 @@
   of the floating point number</a> and then that string must be
   used as the new content attribute value.</p>
 
-  <p class=note>The values ±Infinity and NaN throw an
+  <p class=note>The values ±Infinity and NaN throw an
   exception on setting, as defined by WebIDL. <a href=#refsWEBIDL>[WEBIDL]</a></p>
 
   <p>If a reflecting DOM attribute is of the type
@@ -6737,10 +6737,10 @@
    would return a <code>NodeList</code> with the two paragraphs
    <code>p1</code> and <code>p2</code> in it.</p>
 
-   <p>A call to <code>getElementsByClassName('ccc bbb')</code>
+   <p>A call to <code>getElementsByClassName('ccc bbb')</code>
    would only return one node, however, namely <code>p3</code>. A call
    to
-   <code>document.getElementById('example').getElementsByClassName('bbb  ccc ')</code>
+   <code>document.getElementById('example').getElementsByClassName('bbb  ccc ')</code>
    would return the same thing.</p>
 
    <p>A call to <code>getElementsByClassName('aaa,bbb')</code> would
@@ -6873,7 +6873,7 @@
    <tr> <td> My favourite animal is the cat. </td> </tr>
    <tr>
     <td>
-     —<a href="http://example.org/~ernest/"><cite>Ernest</cite></a>,
+     —<a href="http://example.org/~ernest/"><cite>Ernest</cite></a>,
      in an essay from 1992
     </td>
    </tr>
@@ -6893,7 +6893,7 @@
    <p> My favourite animal is the cat. </p>
   </blockquote>
   <p>
-   —<a href="http://example.org/~ernest/">Ernest</a>,
+   —<a href="http://example.org/~ernest/">Ernest</a>,
    in an essay from 1992
   </p>
  </body>
@@ -8955,7 +8955,7 @@
   the user agent should <a href=#fetch>fetch</a> the resource under the
   assumption that it will be supported.</p>
 
-  <p>User agents must not consider the <code title=attr-link-type><a href=#attr-link-type>type</a></code> attribute authoritative —
+  <p>User agents must not consider the <code title=attr-link-type><a href=#attr-link-type>type</a></code> attribute authoritative —
   upon fetching the resource, user agents must not use the <code title=attr-link-type><a href=#attr-link-type>type</a></code> attribute to determine its actual
   type. Only the actual type (as defined in the next paragraph) is
   used to determine whether to <em>apply</em> the resource, not the
@@ -8998,7 +8998,7 @@
 
    <p>If one the two files was returned without a
    <a href=#content-type-0>Content-Type</a> metadata, or with a syntactically
-   incorrect type like <code title="">Content-Type: "null"</code>, then the default type
+   incorrect type like <code title="">Content-Type: "null"</code>, then the default type
    for <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> links would kick
    in. Since that default type is <code title="">text/css</code>, the
    style sheet <em>would</em> nonetheless be applied.</p>
@@ -9684,7 +9684,7 @@
 
   <!-- XXX this is the second time we have this paragraph here... -->
   <p>When examining types to determine if they support the language,
-  user agents must not ignore unknown MIME parameters — types
+  user agents must not ignore unknown MIME parameters — types
   with unknown parameters must be assumed to be unsupported.</p>
 
   <p>The <dfn id=attr-style-media title=attr-style-media><code>media</code></dfn>
@@ -10431,7 +10431,7 @@
   </dl><p>User agents may support other MIME types and other languages.</p>
 
   <p>When examining types to determine if they support the language,
-  user agents must not ignore unknown MIME parameters — types
+  user agents must not ignore unknown MIME parameters — types
   with unknown parameters must be assumed to be unsupported.</p>
 
   <!--
@@ -10866,7 +10866,7 @@
   </dl><p>The <code><a href=#the-nav-element>nav</a></code> element <a href=#represents>represents</a> a section of
   a page that links to other pages or to parts within the page: a
   section with navigation links. Not all groups of links on a page
-  need to be in a <code><a href=#the-nav-element>nav</a></code> element — only sections that
+  need to be in a <code><a href=#the-nav-element>nav</a></code> element — only sections that
   consist of primary navigation blocks are appropriate for the
   <code><a href=#the-nav-element>nav</a></code> element. In particular, it is common for footers to
   have a list of links to various key parts of a site, but the
@@ -10897,7 +10897,7 @@
   <p>...<em>page content would be here</em>...</p>
  </article>
  <footer>
-  <p>Copyright © 2006 The Example Company</p>
+  <p>Copyright © 2006 The Example Company</p>
   <p><a href="about.html">About</a> -
      <a href="policy.html">Privacy Policy</a> -
      <a href="contact.html">Contact Us</a></p>
@@ -11005,7 +11005,7 @@
  paid to do my hobby, so I never know what to answer. </q>
 </aside>
 
-<p>Of course his work — or should that be hobby? —
+<p>Of course his work — or should that be hobby? —
 isn't his only passion. He also enjoys other pleasures.</p>
 
 ...</pre>
@@ -11059,16 +11059,16 @@
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-header-element>header</a></code> element <a href=#represents>represents</a> the
   header of a section. The element is typically used to group a set of
-  <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>h6</a></code> elements to mark up a page's
+  <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>h6</a></code> elements to mark up a page's
   title with its subtitle or tagline. However, <code><a href=#the-header-element>header</a></code>
   elements may contain more than just the section's headings and
-  subheadings — for example it would be reasonable for the
+  subheadings — for example it would be reasonable for the
   header to include version history information.
 
   <p>For the purposes of document summaries, outlines, and the like,
   the text of <code><a href=#the-header-element>header</a></code> elements is defined to be the text
   of the highest <a href=#rank title=rank>ranked</a>
-  <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>h6</a></code> element descendant of the
+  <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>h6</a></code> element descendant of the
   <code><a href=#the-header-element>header</a></code> element, if there are any such elements, and the
   first such element if there are multiple elements with that
   <a href=#rank>rank</a>. If there are no such elements, then the text of
@@ -11244,7 +11244,7 @@
 
   <h4 id=headings-and-sections><span class=secno>4.4.10 </span><dfn>Headings and sections</dfn></h4>
 
-  <p>The <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>h6</a></code> elements and the
+  <p>The <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>h6</a></code> elements and the
   <code><a href=#the-header-element>header</a></code> element are headings.</p>
 
   <p>The first element of <a href=#heading-content-0>heading content</a> in an element
@@ -11368,7 +11368,7 @@
   associates each node in the DOM tree with a particular section and
   potentially a heading. (The sections in the outline aren't
   <code><a href=#the-section-element>section</a></code> elements, though some may correspond to such
-  elements — they are merely conceptual sections.)</p>
+  elements — they are merely conceptual sections.)</p>
 
   <div class=example>
 
@@ -11682,7 +11682,7 @@
   at the root of the outline.</p>
 
   <p class=note>Conceptually, a site is thus a document with many
-  articles — when those articles are split into many pages, the
+  articles — when those articles are split into many pages, the
   heading of the original single page becomes the heading of the site,
   repeated on every page.</p>
 
@@ -12165,7 +12165,7 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-ul-element>ul</a></code> element <a href=#represents>represents</a> a list of
-  items, where the order of the items is not important — that
+  items, where the order of the items is not important — that
   is, where changing the order would not materially change the meaning
   of the document.</p>
 
@@ -12258,7 +12258,7 @@
  <legend>The top 10 movies of all time</legend>
  <ol>
   <li value="10"><cite>Josie and the Pussycats</cite>, 2001</li>
-  <li value="9"><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li>
+  <li value="9"><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li>
   <li value="8"><cite>A Bug's Life</cite>, 1998</li>
   <li value="7"><cite>Toy Story</cite>, 1995</li>
   <li value="6"><cite>Monsters, Inc</cite>, 2001</li>
@@ -12277,7 +12277,7 @@
  <legend>The top 10 movies of all time</legend>
  <ol reversed>
   <li><cite>Josie and the Pussycats</cite>, 2001</li>
-  <li><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li>
+  <li><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li>
   <li><cite>A Bug's Life</cite>, 1998</li>
   <li><cite>Toy Story</cite>, 1995</li>
   <li><cite>Monsters, Inc</cite>, 2001</li>
@@ -12521,7 +12521,7 @@
    <!-- the actual pronunciations below are nonsense. -->
    <pre><dl>
  <dt><dfn>happiness</dfn></dt>
- <dd class="pronunciation">/'hæ p. nes/</dd>
+ <dd class="pronunciation">/'hæ p. nes/</dd>
  <dd class="part-of-speech"><i><abbr>n.</abbr></i></dd>
  <dd>The state of being happy.</dd>
  <dd>Good fortune; success. <q>Oh <b>happiness</b>! It worked!</q></dd>
@@ -12825,14 +12825,14 @@
    <p>In the following example, quotation marks are used instead of
    the <code><a href=#the-q-element>q</a></code> element:</p>
 
-   <pre><p>His best argument was ❝I disagree❞, which
+   <pre><p>His best argument was ❝I disagree❞, which
 I thought was laughable.</p></pre>
 
   </div>
 
   <div class=example>
 
-   <p>In the following example, there is no quote — the
+   <p>In the following example, there is no quote — the
    quotation marks are used to name a word. Use of the <code><a href=#the-q-element>q</a></code>
    element in this case would be inappropriate.</p>
 
@@ -12879,8 +12879,8 @@
   referenced in detail (i.e. a citation), or it can just be a work
   that is mentioned in passing.</p>
 
-  <p>A person's name is not the title of a work — even if people
-  call that person a piece of work — and the element must
+  <p>A person's name is not the title of a work — even if people
+  call that person a piece of work — and the element must
   therefore not be used to mark up people's names. (In some cases, the
   <code><a href=#the-b-element>b</a></code> element might be appropriate for names; e.g. in a
   gossip article where the names of famous people are keywords
@@ -13108,7 +13108,7 @@
   For more details, contact
   <a href="mailto:js at example.com">John Smith</a>.
  </address>
- <p><small>© copyright 2038 Example Corp.</small></p>
+ <p><small>© copyright 2038 Example Corp.</small></p>
 </footer></pre>
 
   </div>
@@ -13565,7 +13565,7 @@
    <p>...the <code><a href=#the-time-element>time</a></code> element's <code title=dom-time-date><a href=#dom-time-date>date</a></code> attribute would have the value
    1,159,056,000,000ms, the <code title=dom-time-time><a href=#dom-time-time>time</a></code>
    attribute would have the value 18,000,000ms, and the <code title=dom-time-timezone><a href=#dom-time-timezone>timezone</a></code> attribute would return
-   −25,200,000ms. To obtain the actual time, the three attributes can
+   −25,200,000ms. To obtain the actual time, the three attributes can
    be added together, obtaining 1,159,048,800,000, which is the
    specified date and time in UTC.</p>
 
@@ -13751,7 +13751,7 @@
 
   <p>If the progress bar is an indeterminate progress bar, then the
   <dfn id=dom-progress-position title=dom-progress-position><code>position</code></dfn> DOM
-  attribute must return −1. Otherwise, it must return the result of
+  attribute must return −1. Otherwise, it must return the result of
   dividing the current value by the maximum value.</p>
 
 
@@ -13797,7 +13797,7 @@
   provides a separate <code><a href=#the-progress-element>progress</a></code> element.</p>
 
   <p class=note>The <code><a href=#the-meter-element>meter</a></code> element also does not
-  represent a scalar value of arbitrary range — for example, it
+  represent a scalar value of arbitrary range — for example, it
   would be wrong to use this to report a weight, or height, unless
   there is a known maximum value.</p>
 
@@ -13891,10 +13891,10 @@
 
     <p>The following inequalities must hold, as applicable:</p>
 
-    <ul class=brief><li><var title="">minimum</var> ≤ <var title="">value</var> ≤ <var title="">maximum</var></li>
-     <li><var title="">minimum</var> ≤ <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> is specified)</li>
-     <li><var title="">minimum</var> ≤ <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> is specified)</li>
-     <li><var title="">minimum</var> ≤ <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> is specified)</li>
+    <ul class=brief><li><var title="">minimum</var> ≤ <var title="">value</var> ≤ <var title="">maximum</var></li>
+     <li><var title="">minimum</var> ≤ <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> is specified)</li>
+     <li><var title="">minimum</var> ≤ <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> is specified)</li>
+     <li><var title="">minimum</var> ≤ <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> ≤ <var title="">maximum</var> (if <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> is specified)</li>
     </ul><p>If both the <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> and <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> attributes are specified, then
     the <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> attribute's value must
     be less than or equal to the value of the <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> attribute.</p>
@@ -13921,7 +13921,7 @@
    quarters (of the maximum of whatever is being measured):</p>
 
    <pre><meter>75%</meter>
-<meter>750‰</meter>
+<meter>750‰</meter>
 <meter>3/4</meter>
 <meter>6 blocks used (out of 8 total)</meter>
 <meter>max: 100; current: 75</meter>
@@ -14107,9 +14107,9 @@
   </dl><p>All of which will result in the following inequalities all being
   true:</p>
 
-  <ul class=brief><li>minimum value ≤ actual value ≤ maximum value</li>
-   <li>minimum value ≤ low boundary ≤ high boundary ≤ maximum value</li>
-   <li>minimum value ≤ optimum point ≤ maximum value</li>
+  <ul class=brief><li>minimum value ≤ actual value ≤ maximum value</li>
+   <li>minimum value ≤ low boundary ≤ high boundary ≤ maximum value</li>
+   <li>minimum value ≤ optimum point ≤ maximum value</li>
   </ul><p><strong>UA requirements for regions of the gauge</strong>: If the
   optimum point is equal to the low boundary or the high boundary, or
   anywhere in between them, then the region between the low and high
@@ -14512,7 +14512,7 @@
 princess called Carey. He watched her, day-in, day-out, hoping she
 would notice him, but she never did.</i></p>
 <p><i>Finally one night he picked up the courage to speak with
-her—</i></p>
+her—</i></p>
 <p>Raymond woke with a start as the fire alarm rang out.</p></pre>
   </div>
 
@@ -14575,7 +14575,7 @@
    <pre><article>
  <h2>Kittens 'adopted' by pet rabbit</h2>
  <p><b>Six abandoned kittens have found an unexpected new
- mother figure — a pet rabbit.</b></p>
+ mother figure — a pet rabbit.</b></p>
  <p>Veterinary nurse Melanie Humble took the three-week-old
  kittens to her Aberdeen home.</p>
 <i>[...]</i></pre>
@@ -14680,13 +14680,13 @@
    <!-- this is the kanji for the word "kanji" ("chinese character") in japanese -->
    <!-- in japanese, ruby-like typography is called "furigana" -->
 
-   <p>In this example, each ideograph in the Japanese text <span lang=ja>漢字</span> is annotated with its kanji
+   <p>In this example, each ideograph in the Japanese text <span lang=ja>漢字</span> is annotated with its kanji
    reading.</p>
 
    <pre lang=ja>... 
 <ruby>
- 漢 <rt> かん </rt>
- 字 <rt> じ  </rt>
+ 漢 <rt> かん </rt>
+ 字 <rt> じ  </rt>
 </ruby>
 ...</pre>
 
@@ -14701,12 +14701,12 @@
    <!-- this is the bopomofo for the word "hanzi" ("chinese character") in traditional chinese, as used in taiwan -->
 
    <p>In this example, each ideograph in the traditional Chinese text
-   <span lang=zh-TW>漢字</span> is annotated with its
+   <span lang=zh-TW>漢字</span> is annotated with its
    bopomofo reading.</p>
 
    <pre lang=zh-TW><ruby>
- 漢 <rt> ㄏㄢˋ </rt>
- 字 <rt> ㄗˋ  </rt>
+ 漢 <rt> ㄏㄢˋ </rt>
+ 字 <rt> ㄗˋ  </rt>
 </ruby></pre>
 
    <p>This might be rendered as:</p>
@@ -14720,13 +14720,13 @@
    <!-- this is the pinyin for the word "hanzi" ("chinese character") in simplified chinese, as used in mainland china -->
 
    <p>In this example, each ideograph in the simplified Chinese text
-   <span lang=zh-CN>汉字</span> is annotated with its
+   <span lang=zh-CN>汉字</span> is annotated with its
    pinyin reading.</p>
 
    <pre lang=zh-CN>...
 <ruby>
- 汉 <rt> hàn </rt>
- 字 <rt> zì  </rt>
+ 汉 <rt> hàn </rt>
+ 字 <rt> zì  </rt>
 </ruby>
 ...</pre>
 
@@ -14789,14 +14789,14 @@
 
   <div class=example>
 
-   <p>The example above, in which each ideograph in the text <span lang=ja>漢字</span> is annotated with its kanji
+   <p>The example above, in which each ideograph in the text <span lang=ja>漢字</span> is annotated with its kanji
    reading, could be expanded to use <code><a href=#the-rp-element>rp</a></code> so that in legacy
    user agents the readings are in parentheses:</p>
 
    <pre lang=ja>... 
 <ruby>
- 漢 <rp>(</rp><rt>かん</rt><rp>)</rp>
- 字 <rp>(</rp><rt>じ</rt><rp>)</rp>
+ 漢 <rp>(</rp><rt>かん</rt><rp>)</rp>
+ 字 <rp>(</rp><rt>じ</rt><rp>)</rp>
 </ruby>
 ...</pre>
 
@@ -14804,7 +14804,7 @@
    in user agents that do not support ruby, the rendering would
    be:</p>
 
-   <pre lang=ja>... 漢 (かん) 字 (じ) ...</pre>
+   <pre lang=ja>... 漢 (かん) 字 (じ) ...</pre>
 
   </div>
 
@@ -14897,8 +14897,8 @@
 </dialog>
 <aside>
  <p>In 1970, the British Empire lay in ruins, and foreign
- nationalists frequented the streets — many of them Hungarians
- (not the streets — the foreign nationals). Sadly, Alexander
+ nationalists frequented the streets — many of them Hungarians
+ (not the streets — the foreign nationals). Sadly, Alexander
  Yalt has been publishing incompetently-written phrase books.
 </aside></pre>
 
@@ -15969,14 +15969,14 @@
    <pre><article>
  <h2>News</h2>
  <p>We have recently been looking at buying the <strong><img src="alpha.gif"
- alt=""> ΑΒΓ company</strong>, a small Greek company
+ alt=""> ΑΒΓ company</strong>, a small Greek company
  specializing in our type of product.</p></pre>
 
    <p>In this third snippet, we have a logo being used in an aside,
    as part of the larger article discussing the acquisition:</p>
 
 <pre> <strong><aside><p><img src="alpha-large.gif" alt=""></p></aside></strong>
- <p>The ΑΒΓ company has had a good quarter, and our
+ <p>The ΑΒΓ company has had a good quarter, and our
  pie chart studies of their accounts suggest a much bigger blue slice
  than its green and orange slices, which is always a good sign.</p>
 </article></pre>
@@ -16175,7 +16175,7 @@
 
    <p>In the following example, a rating is shown as three filled
    stars and two empty stars. While the alternative text could have
-   been "★★★☆☆", the author has
+   been "★★★☆☆", the author has
    instead decided to more helpfully give the rating in the form "3
    out of 5". That is the alternative text of the first image, and the
    rest have blank alternative text.</p>
@@ -18559,7 +18559,7 @@
       <p>Begin to <a href=#fetch>fetch</a> the <var title="">current media
       resource</var>.</p>
 
-      <p>Every 350ms (±200ms) or for every byte received,
+      <p>Every 350ms (±200ms) or for every byte received,
       whichever is <em>least</em> frequent, <a href=#queue-a-task>queue a task</a>
       to <a href=#fire-a-progress-event>fire a progress event</a> called <code title=event-progress><a href=#event-progress>progress</a></code> at the element.</p>
 
@@ -19362,7 +19362,7 @@
   time per unit time of wall clock time.</p>
 
   <p class=note>This specification doesn't define how the user agent
-  achieves the appropriate playback rate — depending on the
+  achieves the appropriate playback rate — depending on the
   protocol and media available, it is plausible that the user agent
   could negotiate with the server to have the server provide the media
   data at the appropriate rate, so that (except for the period between
@@ -19400,7 +19400,7 @@
   position</a> changes while the steps are running, then the user
   agent must wait for the steps to complete, and then must immediately
   rerun the steps. (These steps are thus run as often as possible or
-  needed — if one iteration takes a long time, this can cause
+  needed — if one iteration takes a long time, this can cause
   certain ranges to be skipped over as the user agent rushes ahead to
   "catch up".)</p>
 
@@ -20377,7 +20377,7 @@
    <dd>Vendor-specific extensions to the list of composition operators
    should use this syntax.</dd>
 
-  </dl><p>These values are all case-sensitive — they must be used
+  </dl><p>These values are all case-sensitive — they must be used
   exactly as shown. User agents must not recognize values that are not
   a <a href=#case-sensitive>case-sensitive</a> match for one of the values given
   above.</p>
@@ -20494,7 +20494,7 @@
   gradient must be transformed as described by the <a href=#transformations title=dom-context-2d-transformation>current transformation
   matrix</a> when rendering.</p>
 
-  <p>If <span><var title="">x<sub>0</sub></var> = <var title="">x<sub>1</sub></var></span> and <span><var title="">y<sub>0</sub></var> = <var title="">y<sub>1</sub></var></span>, then the linear gradient must
+  <p>If <span><var title="">x<sub>0</sub></var> = <var title="">x<sub>1</sub></var></span> and <span><var title="">y<sub>0</sub></var> = <var title="">y<sub>1</sub></var></span>, then the linear gradient must
   paint nothing.</p> <!-- XXX could make this paint the start color,
   or the end color, or raise an exception -->
 
@@ -20512,30 +20512,30 @@
 
   <p>Radial gradients must be rendered by following these steps:</p>
 
-  <ol><li><p>If <span><var title="">x<sub>0</sub></var> = <var title="">x<sub>1</sub></var></span> and <span><var title="">y<sub>0</sub></var> = <var title="">y<sub>1</sub></var></span> and <span><var title="">r<sub>0</sub></var> = <var title="">r<sub>1</sub></var></span>, then the radial gradient must
+  <ol><li><p>If <span><var title="">x<sub>0</sub></var> = <var title="">x<sub>1</sub></var></span> and <span><var title="">y<sub>0</sub></var> = <var title="">y<sub>1</sub></var></span> and <span><var title="">r<sub>0</sub></var> = <var title="">r<sub>1</sub></var></span>, then the radial gradient must
    paint nothing. Abort these steps.</p> <!-- XXX could make this
    paint the start color, or the end color, or a circle of one in
    the other, or raise an exception --> </li>
 
    <li>
 
-    <p>Let <span>x(<var title="">ω</var>) = (<var title="">x<sub>1</sub></var>-<var title="">x<sub>0</sub></var>)<var title="">ω</var> + <var title="">x<sub>0</sub></var></span></p>
+    <p>Let <span>x(<var title="">ω</var>) = (<var title="">x<sub>1</sub></var>-<var title="">x<sub>0</sub></var>)<var title="">ω</var> + <var title="">x<sub>0</sub></var></span></p>
 
-    <p>Let <span>y(<var title="">ω</var>) = (<var title="">y<sub>1</sub></var>-<var title="">y<sub>0</sub></var>)<var title="">ω</var> + <var title="">y<sub>0</sub></var></span></p>
+    <p>Let <span>y(<var title="">ω</var>) = (<var title="">y<sub>1</sub></var>-<var title="">y<sub>0</sub></var>)<var title="">ω</var> + <var title="">y<sub>0</sub></var></span></p>
 
-    <p>Let <span>r(<var title="">ω</var>) = (<var title="">r<sub>1</sub></var>-<var title="">r<sub>0</sub></var>)<var title="">ω</var> + <var title="">r<sub>0</sub></var></span></p>
+    <p>Let <span>r(<var title="">ω</var>) = (<var title="">r<sub>1</sub></var>-<var title="">r<sub>0</sub></var>)<var title="">ω</var> + <var title="">r<sub>0</sub></var></span></p>
 
-    <p>Let the color at <var title="">ω</var> be the color at
+    <p>Let the color at <var title="">ω</var> be the color at
     that position on the gradient (with the colors coming from the <a href=#interpolation>interpolation and extrapolation</a>
     described above).</p>
 
    </li>
 
-   <li><p>For all values of <var title="">ω</var> where
-   <span>r(<var title="">ω</var>) > 0</span>,
-   starting with the value of <var title="">ω</var> nearest to
-   positive infinity and ending with the value of <var title="">ω</var> nearest to negative infinity, draw the
-   circumference of the circle with radius <span>r(<var title="">ω</var>)</span> at position (<span>x(<var title="">ω</var>)</span>, <span>y(<var title="">ω</var>)</span>), with the color at <var title="">ω</var>, but only painting on the parts of the
+   <li><p>For all values of <var title="">ω</var> where
+   <span>r(<var title="">ω</var>) > 0</span>,
+   starting with the value of <var title="">ω</var> nearest to
+   positive infinity and ending with the value of <var title="">ω</var> nearest to negative infinity, draw the
+   circumference of the circle with radius <span>r(<var title="">ω</var>)</span> at position (<span>x(<var title="">ω</var>)</span>, <span>y(<var title="">ω</var>)</span>), with the color at <var title="">ω</var>, but only painting on the parts of the
    canvas that have not yet been painted on by earlier circles in this
    step for this rendering of the gradient.</li>
 
@@ -20809,16 +20809,16 @@
    0:</p>
 
     <ol><li> <p>If <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code> is less than
-     8, let <var title="">σ</var> be half the value of <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code>; otherwise,
-     let <var title="">σ</var> be the square root of multiplying
+     8, let <var title="">σ</var> be half the value of <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code>; otherwise,
+     let <var title="">σ</var> be the square root of multiplying
      the value of <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code> by
      2.</li>
 
      <li> <p>Perform a 2D Gaussian Blur on <var title="">B</var>,
-     using <var title="">σ</var> as the standard
+     using <var title="">σ</var> as the standard
      deviation. </li> <!-- need a reference for this XXX -->
 
-    </ol><p>User agents may limit values of <var title="">σ</var> to
+    </ol><p>User agents may limit values of <var title="">σ</var> to
     an implementation-specific maximum value to avoid exceeding
     hardware limitations during the Gaussian blur operation.</p>
 
@@ -20927,7 +20927,7 @@
   <p>The <dfn id=dom-context-2d-quadraticcurveto title=dom-context-2d-quadraticCurveTo><code>quadraticCurveTo(<var title="">cpx</var>, <var title="">cpy</var>, <var title="">x</var>,
   <var title="">y</var>)</code></dfn> method must do nothing if the
   context has no subpaths. Otherwise it must connect the last point in
-  the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a quadratic Bézier curve with control
+  the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a quadratic Bézier curve with control
   point (<var title="">cpx</var>, <var title="">cpy</var>), and must
   then add the given point (<var title="">x</var>, <var title="">y</var>) to the subpath. <a href=#refsBEZIER>[BEZIER]</a></p>
   <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
@@ -20935,7 +20935,7 @@
 
   <p>The <dfn id=dom-context-2d-beziercurveto title=dom-context-2d-bezierCurveTo><code>bezierCurveTo(<var title="">cp1x</var>, <var title="">cp1y</var>, <var title="">cp2x</var>, <var title="">cp2y</var>, <var title="">x</var>, <var title="">y</var>)</code></dfn> method must do
   nothing if the context has no subpaths. Otherwise, it must connect
-  the last point in the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a cubic Bézier
+  the last point in the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a cubic Bézier
   curve with control points (<var title="">cp1x</var>, <var title="">cp1y</var>) and (<var title="">cp2x</var>, <var title="">cp2y</var>). Then, it must add the point (<var title="">x</var>, <var title="">y</var>) to the subpath. <a href=#refsBEZIER>[BEZIER]</a></p>
   <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
@@ -20969,8 +20969,8 @@
   must add the point (<var title="">x1</var>, <var title="">y1</var>)
   to the subpath, and connect that point to the previous point (<var title="">x0</var>, <var title="">y0</var>) by a straight line;
   otherwise, the direction from (<var title="">x0</var>, <var title="">y0</var>) to (<var title="">x1</var>, <var title="">y1</var>) is the opposite of the direction from (<var title="">x1</var>, <var title="">y1</var>) to (<var title="">x2</var>, <var title="">y2</var>), and the method must add
-  a point (<var title="">x<sub>∞</sub></var>, <var title="">y<sub>∞</sub></var>) to the subpath, and connect that
-  point to the previous point (<var title="">x0</var>, <var title="">y0</var>) by a straight line, where (<var title="">x<sub>∞</sub></var>, <var title="">y<sub>∞</sub></var>) is the point that is infinitely
+  a point (<var title="">x<sub>∞</sub></var>, <var title="">y<sub>∞</sub></var>) to the subpath, and connect that
+  point to the previous point (<var title="">x0</var>, <var title="">y0</var>) by a straight line, where (<var title="">x<sub>∞</sub></var>, <var title="">y<sub>∞</sub></var>) is the point that is infinitely
   far away from (<var title="">x1</var>, <var title="">y1</var>), that
   lies on the same line as (<var title="">x0</var>, <var title="">y0</var>), (<var title="">x1</var>, <var title="">y1</var>), and (<var title="">x2</var>, <var title="">y2</var>), and that is on the same side of (<var title="">x1</var>, <var title="">y1</var>) on that line as (<var title="">x2</var>, <var title="">y2</var>).</p>
 
@@ -21006,9 +21006,9 @@
 
   <p>If the <var title="">anticlockwise</var> argument is false and
   <span><var title="">endAngle</var>-<var title="">startAngle</var></span> is equal to or greater than
-  <span>2π</span>, or, if the <var title="">anticlockwise</var>
+  <span>2π</span>, or, if the <var title="">anticlockwise</var>
   argument is <em>true</em> and <span><var title="">startAngle</var>-<var title="">endAngle</var></span> is
-  equal to or greater than <span>2π</span>, then the arc is the
+  equal to or greater than <span>2π</span>, then the arc is the
   whole circumference of this circle.</p>
 
   <!--alternatively (this is not equivalent, but might make more
@@ -21023,7 +21023,7 @@
   if the <var title="">anticlockwise</var> argument is true, and
   clockwise otherwise. Since the points are on the circle, as opposed
   to being simply angles from zero, the arc can never cover an angle
-  greater than <span>2π</span> radians. If the two points are the
+  greater than <span>2π</span> radians. If the two points are the
   same, or if the radius is zero, then the arc is defined as being of
   zero length in both directions.</p>
 
@@ -21165,11 +21165,11 @@
 
   <p><img alt="The top of the em square is
   roughly at the top of the glyphs in a font, the hanging baseline is
-  where some glyphs like आ are anchored, the middle is half-way
+  where some glyphs like आ are anchored, the middle is half-way
   between the top of the em square and the bottom of the em square,
-  the alphabetic baseline is where characters like Á, ÿ,
-  f, and Ω are anchored, the ideographic baseline is
-  where glyphs like 私 and 達 are anchored, and the bottom
+  the alphabetic baseline is where characters like Á, ÿ,
+  f, and Ω are anchored, the ideographic baseline is
+  where glyphs like 私 and 達 are anchored, and the bottom
   of the em square is roughly at the bottom of the glyphs in a
   font. The top and bottom of the bounding box can be far from these
   baselines, due to glyphs extending far outside the em square." src=images/baselines.png></p>
@@ -21641,13 +21641,13 @@
   that component. The components must be assigned consecutive indices
   starting with 0 for the top left pixel's red component.</p>
 
-  <p>The <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object thus represents <var title="">h</var>×<var title="">w</var>×4 integers. The
+  <p>The <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object thus represents <var title="">h</var>×<var title="">w</var>×4 integers. The
   <dfn id=dom-canvaspixelarray-length title=dom-canvaspixelarray-length><code>length</code></dfn>
   attribute of a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object must return this
   number.</p>
 
   <p>The object's <span>indices of the supported indexed
-  properties</span> are the numbers in the range 0 .. <span><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
+  properties</span> are the numbers in the range 0 .. <span><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
 
   <p>When a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object is <dfn id=dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>indexed to retrieve an indexed
   property</dfn> <var title="">index</var>, the value returned must be
@@ -21741,8 +21741,8 @@
    </li>
 
    <li><p>Otherwise, for all integer values of <var title="">x</var>
-   and <var title="">y</var> where <span><var title="">dirtyX</var> ≤ <var title="">x</var> < <span><var title="">dirtyX</var>+<var title="">dirtyWidth</var></span></span>
-   and <span><var title="">dirtyY</var> ≤ <var title="">y</var> < <span><var title="">dirtyY</var>+<var title="">dirtyHeight</var></span></span>, copy the four channels of
+   and <var title="">y</var> where <span><var title="">dirtyX</var> ≤ <var title="">x</var> < <span><var title="">dirtyX</var>+<var title="">dirtyWidth</var></span></span>
+   and <span><var title="">dirtyY</var> ≤ <var title="">y</var> < <span><var title="">dirtyY</var>+<var title="">dirtyHeight</var></span></span>, copy the four channels of
    the pixel with coordinate (<var title="">x</var>, <var title="">y</var>) in the <var title="">imagedata</var> data
    structure to the pixel with coordinate (<span><var title="">dx<sub>device</sub></var>+<var title="">x</var></span>,
    <span><var title="">dy<sub>device</sub></var>+<var title="">y</var></span>) in the underlying pixel data of the
@@ -22538,12 +22538,12 @@
   resolution depends on the reading distance.) If both attributes are
   specified, then one of the following statements must be true:</p>
 
-  <ul><li><span><var title="">specified width</var> - 0.5 ≤
-             <var title="">specified height</var> * <var title="">target ratio</var> ≤
+  <ul><li><span><var title="">specified width</var> - 0.5 ≤
+             <var title="">specified height</var> * <var title="">target ratio</var> ≤
              <var title="">specified width</var> + 0.5</span></li>
 
-   <li><span><var title="">specified height</var> - 0.5 ≤
-             <var title="">specified width</var> / <var title="">target ratio</var> ≤
+   <li><span><var title="">specified height</var> - 0.5 ≤
+             <var title="">specified width</var> / <var title="">target ratio</var> ≤
              <var title="">specified height</var> + 0.5</span></li>
 
   </ul><p>The <var title="">target ratio</var> is the ratio of the
@@ -22752,7 +22752,7 @@
   first item in the following list of conditions that describes the
   state of the table and the <var title="">index</var> argument:</p>
 
-  <dl class=switch><dt>If <var title="">index</var> is less than −1 or greater than
+  <dl class=switch><dt>If <var title="">index</var> is less than −1 or greater than
    the number of elements in <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code>
    collection:</dt>
 
@@ -22776,7 +22776,7 @@
    the last <code><a href=#the-tbody-element>tbody</a></code> element in the table, and return the
    <code><a href=#the-tr-element>tr</a></code> element.</dd>
 
-   <dt>If <var title="">index</var> is missing, equal to −1, or
+   <dt>If <var title="">index</var> is missing, equal to −1, or
    equal to the number of items in <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code> collection:</dt>
 
    <dd>The method must create a <code><a href=#the-tr-element>tr</a></code> element, and append it
@@ -22794,7 +22794,7 @@
   </dl><p>When the <dfn id=dom-table-deleterow title=dom-table-deleteRow><code>deleteRow(<var title="">index</var>)</code></dfn> method is called, the user agent
   must run the following steps:</p>
 
-  <ol><li><p>If <var title="">index</var> is equal to −1, then
+  <ol><li><p>If <var title="">index</var> is equal to −1, then
    <var title="">index</var> must be set to the number if items in the
    <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code> collection, minus
    one.</li>
@@ -22942,12 +22942,12 @@
   <p>The <dfn id=dom-tbody-insertrow title=dom-tbody-insertRow><code>insertRow(<var title="">index</var>)</code></dfn> method must, when invoked on an
   element <var title="">table section</var>, act as follows:</p>
 
-  <p>If <var title="">index</var> is less than −1 or greater than the
+  <p>If <var title="">index</var> is less than −1 or greater than the
   number of elements in the <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code>
   collection, the method must raise an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
   exception.</p>
 
-  <p>If <var title="">index</var> is missing, equal to −1, or
+  <p>If <var title="">index</var> is missing, equal to −1, or
   equal to the number of items in the <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code> collection, the method must
   create a <code><a href=#the-tr-element>tr</a></code> element, append it to the element <var title="">table section</var>, and return the newly created
   <code><a href=#the-tr-element>tr</a></code> element.</p>
@@ -23061,7 +23061,7 @@
   <code><a href=#the-table-element>table</a></code> element, return the index of the <code><a href=#the-tr-element>tr</a></code>
   element in that <code><a href=#the-table-element>table</a></code> element's <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code> collection. If there is no such
   <code><a href=#the-table-element>table</a></code> element, then the attribute must return
-  −1.</p>
+  −1.</p>
 
   <p>The <dfn id=dom-tr-sectionrowindex title=dom-tr-sectionRowIndex><code>sectionRowIndex</code></dfn>
   attribute must, if the element has a parent <code><a href=#the-table-element>table</a></code>,
@@ -23071,7 +23071,7 @@
   that's the <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code> collection; for
   table sections, that's the <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code>
   collection). If there is no such parent element, then the attribute
-  must return −1.</p>
+  must return −1.</p>
 
   <p>The <dfn id=dom-tr-cells title=dom-tr-cells><code>cells</code></dfn> attribute
   must return an <code><a href=#htmlcollection-0>HTMLCollection</a></code> rooted at the
@@ -23081,12 +23081,12 @@
 
   <p>The <dfn id=dom-tr-insertcell title=dom-tr-insertCell><code>insertCell(<var title="">index</var>)</code></dfn> method must act as follows:</p>
 
-  <p>If <var title="">index</var> is less than −1 or greater than the
+  <p>If <var title="">index</var> is less than −1 or greater than the
   number of elements in the <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code>
   collection, the method must raise an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
   exception.</p>
 
-  <p>If <var title="">index</var> is missing, equal to −1, or
+  <p>If <var title="">index</var> is missing, equal to −1, or
   equal to the number of items in <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection, the method must create
   a <code><a href=#the-td-element>td</a></code> element, append it to the <code><a href=#the-tr-element>tr</a></code> element,
   and return the newly created <code><a href=#the-td-element>td</a></code> element.</p>
@@ -23266,15 +23266,15 @@
   aligned on a two-dimensional grid of <dfn id=concept-slots title=concept-slots>slots</dfn> with coordinates (<var title="">x</var>, <var title="">y</var>). The grid is finite, and is
   either empty or has one or more slots. If the grid has one or more
   slots, then the <var title="">x</var> coordinates are always in the
-  range <span>0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span>, and the <var title="">y</var>
-  coordinates are always in the range <span>0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. If one or both of <var title="">x<sub title="">width</sub></var> and <var title="">y<sub title="">height</sub></var> are zero, then the table is empty (has
+  range <span>0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span>, and the <var title="">y</var>
+  coordinates are always in the range <span>0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. If one or both of <var title="">x<sub title="">width</sub></var> and <var title="">y<sub title="">height</sub></var> are zero, then the table is empty (has
   no slots). Tables correspond to <code><a href=#the-table-element>table</a></code> elements.</p>
 
   <p>A <dfn id=concept-cell title=concept-cell>cell</dfn> is a set of slots anchored
   at a slot (<var title="">cell<sub title="">x</sub></var>, <var title="">cell<sub title="">y</sub></var>), and with a particular
   <var title="">width</var> and <var title="">height</var> such that
-  the cell covers all the slots with coordinates (<var title="">x</var>, <var title="">y</var>) where <span><var title="">cell<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">cell<sub title="">x</sub></var>+<var title="">width</var></span> and
-  <span><var title="">cell<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">cell<sub title="">y</sub></var>+<var title="">height</var></span>. Cells can
+  the cell covers all the slots with coordinates (<var title="">x</var>, <var title="">y</var>) where <span><var title="">cell<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">cell<sub title="">x</sub></var>+<var title="">width</var></span> and
+  <span><var title="">cell<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">cell<sub title="">y</sub></var>+<var title="">height</var></span>. Cells can
   either be <em>data cells</em> or <em>header cells</em>. Data cells
   correspond to <code><a href=#the-td-element>td</a></code> elements, and header cells correspond
   to <code><a href=#the-th-element>th</a></code> elements. Cells of both types can have zero or
@@ -23294,7 +23294,7 @@
   <p>A <dfn id=concept-row-group title=concept-row-group>row group</dfn> is a set of
   <a href=#concept-row title=concept-row>rows</a> anchored at a slot (0, <var title="">group<sub title="">y</sub></var>) with a particular <var title="">height</var> such that the row group covers all the slots
   with coordinates (<var title="">x</var>, <var title="">y</var>)
-  where <span>0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span> and <span><var title="">group<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">group<sub title="">y</sub></var>+<var title="">height</var></span>. Row groups
+  where <span>0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span> and <span><var title="">group<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">group<sub title="">y</sub></var>+<var title="">height</var></span>. Row groups
   correspond to <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-thead-element>thead</a></code>, and
   <code><a href=#the-tfoot-element>tfoot</a></code> elements. Not every row is necessarily in a row
   group.</p>
@@ -23303,8 +23303,8 @@
   of <a href=#concept-column title=concept-column>columns</a> anchored at a slot
   (<var title="">group<sub title="">x</sub></var>, 0) with a
   particular <var title="">width</var> such that the column group
-  covers all the slots with coordinates (<var title="">x</var>, <var title="">y</var>) where <span><var title="">group<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">group<sub title="">x</sub></var>+<var title="">width</var></span> and
-  <span>0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. Column groups
+  covers all the slots with coordinates (<var title="">x</var>, <var title="">y</var>) where <span><var title="">group<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">group<sub title="">x</sub></var>+<var title="">width</var></span> and
+  <span>0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. Column groups
   correspond to <code><a href=#the-colgroup-element>colgroup</a></code> elements. Not every column is
   necessarily in a column group.</p>
 
@@ -23686,7 +23686,7 @@
    <li>
 
     <!-- if we added any rows, make them part of a row group -->
-    <p>If <span><var title="">y<sub title="">height</sub></var> > <var title="">y<sub title="">start</sub></var></span>, then let all the last <a href=#concept-row title=concept-row>rows</a> in <var title="">the table</var>
+    <p>If <span><var title="">y<sub title="">height</sub></var> > <var title="">y<sub title="">start</sub></var></span>, then let all the last <a href=#concept-row title=concept-row>rows</a> in <var title="">the table</var>
     from <span>y=<var title="">y<sub title="">start</sub></var></span>
     to <span>y=<var title="">y<sub title="">height</sub></var>-1</span> form a new <a href=#concept-row-group title=concept-row-group>row group</a>, anchored at the slot
     with coordinate (0, <var title="">y<sub title="">start</sub></var>), with height <span><var title="">y<sub title="">height</sub></var>-<var title="">y<sub title="">start</sub></var></span>, corresponding to the element
@@ -23825,7 +23825,7 @@
 
    <li>
 
-    <p>If <span><var title="">x<sub title="">width</sub></var> < <var title="">x<sub title="">current</sub></var>+<var title="">colspan</var></span>,
+    <p>If <span><var title="">x<sub title="">width</sub></var> < <var title="">x<sub title="">current</sub></var>+<var title="">colspan</var></span>,
     then let <var title="">x<sub title="">width</sub></var> be
     <span><var title="">x<sub title="">current</sub></var>+<var title="">colspan</var></span>.</p>
 
@@ -23833,7 +23833,7 @@
 
    <li>
 
-    <p>If <span><var title="">y<sub title="">height</sub></var> < <var title="">y<sub title="">current</sub></var>+<var title="">rowspan</var></span>,
+    <p>If <span><var title="">y<sub title="">height</sub></var> < <var title="">y<sub title="">current</sub></var>+<var title="">rowspan</var></span>,
     then let <var title="">y<sub title="">height</sub></var> be
     <span><var title="">y<sub title="">current</sub></var>+<var title="">rowspan</var></span>.</p>
 
@@ -23841,8 +23841,8 @@
 
    <li>
 
-    <p>Let the slots with coordinates (<var title="">x</var>, <var title="">y</var>) such that <span><var title="">x<sub title="">current</sub></var> ≤ <var title="">x</var> < <var title="">x<sub title="">current</sub></var>+<var title="">colspan</var></span>
-    and <span><var title="">y<sub title="">current</sub></var> ≤ <var title="">y</var> < <var title="">y<sub title="">current</sub></var>+<var title="">rowspan</var></span> be
+    <p>Let the slots with coordinates (<var title="">x</var>, <var title="">y</var>) such that <span><var title="">x<sub title="">current</sub></var> ≤ <var title="">x</var> < <var title="">x<sub title="">current</sub></var>+<var title="">colspan</var></span>
+    and <span><var title="">y<sub title="">current</sub></var> ≤ <var title="">y</var> < <var title="">y<sub title="">current</sub></var>+<var title="">rowspan</var></span> be
     covered by a new <a href=#concept-cell title=concept-cell>cell</a> <var title="">c</var>, anchored at (<var title="">x<sub title="">current</sub></var>, <var title="">y<sub title="">current</sub></var>), which has width <var title="">colspan</var> and height <var title="">rowspan</var>,
     corresponding to the <var title="">current cell</var> element.</p>
 
@@ -23902,7 +23902,7 @@
   agent must, for each {<var title="">cell</var>, <var title="">cell<sub title="">x</sub></var>, <var title="">width</var>}
   tuple in the <var title="">list of downward-growing cells</var>, if
   any, extend the <a href=#concept-cell title=concept-cell>cell</a> <var title="">cell</var> so that it also covers the slots with
-  coordinates (<var title="">x</var>, <var title="">y<sub title="">current</sub></var>), where <span><var title="">cell<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">cell<sub title="">x</sub></var>+<var title="">width</var></span>.</p>
+  coordinates (<var title="">x</var>, <var title="">y<sub title="">current</sub></var>), where <span><var title="">cell<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">cell<sub title="">x</sub></var>+<var title="">width</var></span>.</p>
 
 
 
@@ -23987,8 +23987,8 @@
         header cells</a>, with the <var title="">principal
         cell</var>, the <var title="">header list</var>, the initial
         coordinate (<var title="">principal<sub title="">x</sub></var>,<var title="">y</var>), and the
-        increments <span>Δ<var title="">x</var>=−1</span>
-        and <span>Δ<var title="">y</var>=0</span>.</p>
+        increments <span>Δ<var title="">x</var>=−1</span>
+        and <span>Δ<var title="">y</var>=0</span>.</p>
 
        </li>
 
@@ -24001,7 +24001,7 @@
         run the <a href=#internal-algorithm-for-scanning-and-assigning-header-cells>internal algorithm for scanning and assigning
         header cells</a>, with the <var title="">principal
         cell</var>, the <var title="">header list</var>, the initial
-        coordinate (<var title="">x</var>,<var title="">principal<sub title="">y</sub></var>), and the increments <span>Δ<var title="">x</var>=0</span> and <span>Δ<var title="">y</var>=−1</span>.</p>
+        coordinate (<var title="">x</var>,<var title="">principal<sub title="">y</sub></var>), and the increments <span>Δ<var title="">x</var>=0</span> and <span>Δ<var title="">y</var>=−1</span>.</p>
 
        </li>
 
@@ -24066,7 +24066,7 @@
    </li>
 
   </ol><p>The <dfn id=internal-algorithm-for-scanning-and-assigning-header-cells>internal algorithm for scanning and assigning header
-  cells</dfn>, given a <var title="">principal cell</var>, a <var title="">header list</var>, an initial coordinate (<var title="">initial<sub title="">x</sub></var>, <var title="">initial<sub title="">y</sub></var>), and Δ<var title="">x</var> and Δ<var title="">y</var> increments, is as
+  cells</dfn>, given a <var title="">principal cell</var>, a <var title="">header list</var>, an initial coordinate (<var title="">initial<sub title="">x</sub></var>, <var title="">initial<sub title="">y</sub></var>), and Δ<var title="">x</var> and Δ<var title="">y</var> increments, is as
   follows:</p>
 
   <ol><li>
@@ -24107,11 +24107,11 @@
 
    <li>
 
-    <p><i>Loop</i>: Increment <var title="">x</var> by Δ<var title="">x</var>; increment <var title="">y</var> by Δ<var title="">y</var>.</p>
+    <p><i>Loop</i>: Increment <var title="">x</var> by Δ<var title="">x</var>; increment <var title="">y</var> by Δ<var title="">y</var>.</p>
 
     <p class=note>For each invocation of this algorithm, one of
-    Δ<var title="">x</var> and Δ<var title="">y</var> will
-    be −1, and the other will be 0.</p>
+    Δ<var title="">x</var> and Δ<var title="">y</var> will
+    be −1, and the other will be 0.</p>
 
    </li>
 
@@ -24153,7 +24153,7 @@
 
        <li>
 
-        <dl class=switch><dt>If Δ<var title="">x</var> is 0</dt>
+        <dl class=switch><dt>If Δ<var title="">x</var> is 0</dt>
 
          <dd>
 
@@ -24168,7 +24168,7 @@
 
          </dd>
 
-         <dt>If Δ<var title="">y</var> is 0</dt>
+         <dt>If Δ<var title="">y</var> is 0</dt>
 
          <dd>
 
@@ -24754,7 +24754,7 @@
   <p>The <dfn id=attr-input-type title=attr-input-type><code>type</code></dfn>
   attribute controls the data type (and associated control) of the
   element. It is an <a href=#enumerated-attribute>enumerated attribute</a>. The following
-  table lists the keywords and states for the attribute — the
+  table lists the keywords and states for the attribute — the
   keywords in the left column map to the states in the cell in the
   second column on the same row as the keyword.</p>
 
@@ -24885,79 +24885,79 @@
           <span title=""><a href=#button-state title=attr-input-type-button>Button</a></span>
 
    <tbody><tr><th> <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
      <td class=yes> Yes     <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- File Upload -->
      <td class=yes> Yes     <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
@@ -24972,93 +24972,93 @@
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
      <td class=yes> Yes     <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
      <td class=yes> Yes     <!-- Checkbox -->
 <!-- <td class="yes"> Yes          Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- File Upload -->
      <td class=yes> Yes     <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-list><a href=#attr-input-list>list</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25068,21 +25068,21 @@
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
      <td class=yes> Yes     <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-max><a href=#attr-input-max>max</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25091,70 +25091,70 @@
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
      <td class=yes> Yes     <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- File Upload -->
      <td class=yes> Yes     <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-min><a href=#attr-input-min>min</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25163,113 +25163,113 @@
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
      <td class=yes> Yes     <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
      <td class=yes> Yes     <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- File Upload -->
      <td class=yes> Yes     <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
      <td class=yes> Yes     <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
      <td class=yes> Yes     <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
@@ -25282,18 +25282,18 @@
 <!-- <td class="yes"> Yes          Time -->
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-required><a href=#attr-input-required>required</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
@@ -25306,71 +25306,71 @@
 <!-- <td class="yes"> Yes          Time -->
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
      <td class=yes> Yes     <!-- Checkbox -->
 <!-- <td class="yes"> Yes          Radio Button -->
      <td class=yes> Yes     <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-size><a href=#attr-input-size>size</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
      <td class=yes> Yes     <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-src><a href=#attr-input-src>src</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-input-step><a href=#attr-input-step>step</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25379,85 +25379,85 @@
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- File Upload -->
      <td class=yes> Yes     <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=attr-dim-width><a href=#attr-dim-width>width</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
      <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
 <!-- <td class="no"> ·      Week -->
 <!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
      <td class=yes> Yes     <!-- Checkbox -->
 <!-- <td class="yes"> Yes          Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-value><a href=#dom-input-value>value</a></code>
@@ -25485,36 +25485,36 @@
 <!-- <td class="yes"> <span title="dom-input-value-default">default</span>      Button -->
 
     <tr><th> <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
 <!-- <td class="yes"> Yes          Week -->
 <!-- <td class="yes"> Yes          Time -->
-     <td class=no> · <!-- Local Date and Time -->
+     <td class=no> · <!-- Local Date and Time -->
 <!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25523,22 +25523,22 @@
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-list><a href=#dom-input-list>list</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25548,21 +25548,21 @@
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
      <td class=yes> Yes     <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
      <td class=yes> Yes     <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25572,21 +25572,21 @@
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
      <td class=yes> Yes     <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25595,22 +25595,22 @@
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
 <!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
      <td class=yes> Yes     <!-- Date and Time -->
 <!-- <td class="yes"> Yes          Date -->
 <!-- <td class="yes"> Yes          Month -->
@@ -25619,17 +25619,17 @@
      <td class=yes> Yes     <!-- Local Date and Time -->
 <!-- <td class="yes"> Yes          Number -->
      <td class=yes> Yes     <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
 <!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <span title=""><code title=event-input-input><a href=#event-input-input>input</a></code> event</span>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
@@ -25646,14 +25646,14 @@
      <td class=yes> Yes     <!-- Color -->
      <td class=yes> Yes     <!-- Checkbox -->
 <!-- <td class="yes"> Yes          Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
     <tr><th> <span title=""><code title=event-input-change><a href=#event-input-change>change</a></code> event</span>
-     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
 <!-- <td class="yes"> Yes          URL -->
@@ -25671,9 +25671,9 @@
      <td class=yes> Yes     <!-- Checkbox -->
 <!-- <td class="yes"> Yes          Radio Button -->
      <td class=yes> Yes     <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=no> · <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> · Button -->
 
   </table><p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute changes state, and
@@ -26074,7 +26074,7 @@
   commas</a>.</p>
 
   <p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
-  production <code title="">dot-atom "@" dot-atom</code>
+  production <code title="">dot-atom "@" dot-atom</code>
   where <code title="">dot-atom</code> is defined in RFC 2822 section
   3.2.4, excluding the <code>CFWS</code> production everywhere. <a href=#refsRFC2822>[RFC2822]</a></p>
 
@@ -28675,7 +28675,7 @@
   <p>The <dfn id=attr-button-type title=attr-button-type><code>type</code></dfn>
   attribute controls the behavior of the button when it is activated.
   It is an <a href=#enumerated-attribute>enumerated attribute</a>. The following table
-  lists the keywords and states for the attribute — the keywords
+  lists the keywords and states for the attribute — the keywords
   in the left column map to the states in the cell in the second
   column on the same row as the keyword.</p>
 
@@ -31115,7 +31115,7 @@
    always returns <var title="">position</var>.) For a given <var title="">parentRow</var>, this method must never return the same
    value for different values of <var title="">position</var>. The
    returned value <var title="">x</var> must be in the range
-   0 ≤ <var title="">x</var> < <var title="">n</var>, where <var title="">n</var> is the value returned
+   0 ≤ <var title="">x</var> < <var title="">n</var>, where <var title="">n</var> is the value returned
    by <code title=dom-provider-getRowCount><a href=#dom-provider-getrowcount>getRowCount(<var title="">parentRow</var>)</a></code>.</dd>
 
    <dt><dfn id=dom-provider-getcolumncount title=dom-provider-getColumnCount><code>getColumnCount()</code></dfn></dt>
@@ -31210,7 +31210,7 @@
    <var title="">column</var>. The checkbox should be toggled to the
    state given by <var title="">state</var>, which is a positive
    integer (1) if the checkbox is to be checked, zero (0) if it is to
-   be unchecked, and a negative number (−1) if it is to be set to the
+   be unchecked, and a negative number (−1) if it is to be set to the
    indeterminate state. There is no need to tell the
    <code><a href=#datagrid>datagrid</a></code> that the cell has changed, as the
    <code><a href=#datagrid>datagrid</a></code> automatically assumes that the given cell
@@ -31608,7 +31608,7 @@
 
     <p>For the rows, assume the existence of a node filter view of the
     descendants of the <code><a href=#datagrid>datagrid</a></code> that skips all nodes
-    other than <code><a href=#the-li-element>li</a></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>h6</a></code>, and
+    other than <code><a href=#the-li-element>li</a></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>h6</a></code>, and
     <code><a href=#the-hr-element>hr</a></code> elements, and skips any descendants of
     <code><a href=#menus>menu</a></code> elements.</p>
 
@@ -31700,7 +31700,7 @@
      the view, and the element's <code title=attr-class><a href=#classes>class</a></code>
      attribute contains the <code title="">open</code> class: <code title=datagrid-row-class-initially-open><a href=#datagrid-row-class-initially-open>initially-open</a></code></li>
 
-     <li>If the row's element is an <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>h6</a></code>
+     <li>If the row's element is an <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>h6</a></code>
      element: <code title=datagrid-row-class-header><a href=#datagrid-row-class-header>header</a></code></li>
 
      <li>If the row's element is an <code><a href=#the-hr-element>hr</a></code> element: <code title=datagrid-row-class-separator><a href=#datagrid-row-class-separator>separator</a></code></li> <!--
@@ -31900,7 +31900,7 @@
    <dt>To get the captions to use for the columns</dt>
 
    <dd>Invoke the <code title=dom-provider-getCaptionText><a href=#dom-provider-getcaptiontext>getCaptionText()</a></code> method
-   with the index of the column in question. The index <var title="">i</var> must be in the range 0 ≤ <var title="">i</var>
+   with the index of the column in question. The index <var title="">i</var> must be in the range 0 ≤ <var title="">i</var>
    < <var title="">N</var>, where <var title="">N</var> is the
    total number of columns. The return value is the string to use when
    referring to that column. If the method returns null or the empty
@@ -31913,7 +31913,7 @@
    method with the index of the column in question, and an object
    implementing the <code><a href=#domtokenlist-0>DOMTokenList</a></code> interface, associated
    with an anonymous empty string. The index <var title="">i</var>
-   must be in the range 0 ≤ <var title="">i</var> < <var title="">N</var>, where <var title="">N</var> is the total number
+   must be in the range 0 ≤ <var title="">i</var> < <var title="">N</var>, where <var title="">N</var> is the total number
    of columns. The tokens contained in the string underlying
    <code><a href=#domtokenlist-0>DOMTokenList</a></code> object when the method returns represent
    the classes that apply to the given column. If the method is not
@@ -32166,7 +32166,7 @@
    <dd>If the value <var title="">x</var> of the cell is a string that
    can be <a href=#rules-for-parsing-floating-point-number-values title="rules for parsing floating point number
    values">converted to a floating-point number</a> in the range
-   0.0 ≤ <var title="">x</var> ≤ 1.0, then
+   0.0 ≤ <var title="">x</var> ≤ 1.0, then
    the progress bar has that value (0.0 means no progress, 1.0 means
    complete). Otherwise, the progress bar is an indeterminate progress
    bar.</dd>
@@ -32204,14 +32204,14 @@
 
   <p>A <code><a href=#rowspecification>RowSpecification</a></code> object <var title="">p</var> with
   <var title="">n</var> path components passed to a method of the data
-  provider must fulfill the constraint <span>0 ≤ <var title="">p<sub title=""><var title="">i</var></sub></var> < <var title="">m</var>-1</span> for all integer values of <var title="">i</var> in the range <span>0 ≤ <var title="">i</var> < <var title="">n</var>-1</span>,
+  provider must fulfill the constraint <span>0 ≤ <var title="">p<sub title=""><var title="">i</var></sub></var> < <var title="">m</var>-1</span> for all integer values of <var title="">i</var> in the range <span>0 ≤ <var title="">i</var> < <var title="">n</var>-1</span>,
   where <var title="">m</var> is the value that was last returned by
   the <code title=dom-provider-getRowCount><a href=#dom-provider-getrowcount>getRowCount()</a></code>
   method when it was passed the <code><a href=#rowspecification>RowSpecification</a></code> object
   <var title="">q</var> with <span><var title="">i</var>-1</span>
-  items, where <span><var title="">p<sub title=""><var title="">i</var></sub></var> = <var title="">q<sub title=""><var title="">i</var></sub></var></span> for all integer
+  items, where <span><var title="">p<sub title=""><var title="">i</var></sub></var> = <var title="">q<sub title=""><var title="">i</var></sub></var></span> for all integer
   values of <var title="">i</var> in the range
-  <span>0 ≤ <var title="">i</var> < <var title="">n</var>-1</span>, with any changes implied by the update
+  <span>0 ≤ <var title="">i</var> < <var title="">n</var>-1</span>, with any changes implied by the update
   methods taken into account.</p>
 
   <p id=inconsistentDataProvider>The data model is considered
@@ -32337,7 +32337,7 @@
   cell's row as the first argument, the cell's column index as the
   second, and the checkbox's new state as the third. The state should
   be represented by the number 1 if the new state is checked, 0 if the
-  new state is unchecked, and −1 if the new state is
+  new state is unchecked, and −1 if the new state is
   indeterminate (which must be possible only if the cell has the <code title=datagrid-cell-class-indeterminate><a href=#datagrid-cell-class-indeterminate>indeterminate</a></code> class
   set). The <code><a href=#datagrid>datagrid</a></code> must then act as if the
   <code><a href=#datagrid>datagrid</a></code>'s <code title=dom-datagrid-updateCellChanged><a href=#dom-datagrid-updatecellchanged>updateCellChanged()</a></code>
@@ -32725,7 +32725,7 @@
   <p>The <dfn id=attr-bb-type title=attr-bb-type><code>type</code></dfn> attribute
   indicates the kind of command. The <code title=attr-bb-type><a href=#attr-bb-type>type</a></code> attribute is an <a href=#enumerated-attribute>enumerated
   attribute</a>. The following table lists the keywords and states
-  for the attribute — the keywords in the left column map to the
+  for the attribute — the keywords in the left column map to the
   states listed in the cell in the second column on the same row as
   the keyword.</p>
 
@@ -32831,7 +32831,7 @@
 
    <p>This could look like this:</p>
 
-   <p><img alt='"Settings | Download standalone application | Help | Sign out"' src=images/sample-makeapp.png></p>
+   <p><img alt='"Settings | Download standalone application | Help | Sign out"' src=images/sample-makeapp.png></p>
 
   </div>
 
@@ -35100,8 +35100,8 @@
 
    <li><p>Apply the IDNA ToUnicode algorithm to each component of the
    host part of the <a href=#origin-0>origin</a> tuple, and append the results
-   — each component, in the same order, separated by U+002E FULL
-   STOP characters (".") — to <var title="">result</var>.</li>
+   — each component, in the same order, separated by U+002E FULL
+   STOP characters (".") — to <var title="">result</var>.</li>
 
    <li><p>If the port part of the <a href=#origin-0>origin</a> tuple gives a port
    that is different from the default port for the protocol given by
@@ -37054,20 +37054,20 @@
      <p>If the user had visited a site at <code title="">http://example.com/</code> that made the following
      call:</p>
 
-     <pre>navigator.registerContentHandler('application/x-soup', 'soup?url=%s', 'SoupWeb™')</pre>
+     <pre>navigator.registerContentHandler('application/x-soup', 'soup?url=%s', 'SoupWeb™')</pre>
 
      <p>...and then, much later, while visiting <code title="">http://www.example.net/</code>, clicked on a link such
      as:</p>
 
-     <pre><a href="chickenkïwi.soup">Download our Chicken Kiwi soup!</a></pre>
+     <pre><a href="chickenkïwi.soup">Download our Chicken Kiwi soup!</a></pre>
 
-     <p>...then, assuming this <code>chickenkïwi.soup</code> file
+     <p>...then, assuming this <code>chickenkïwi.soup</code> file
      was served with the MIME type <code>application/x-soup</code>,
      the UA might navigate to the following URL:</p>
 
      <pre>http://example.com/soup?url=http://www.example.net/chickenk%C3%AFwi.soup</pre>
 
-     <p>This site could then fetch the <code>chickenkïwi.soup</code>
+     <p>This site could then fetch the <code>chickenkïwi.soup</code>
      file and do whatever it is that it does with soup (synthesize it
      and ship it to the user, or whatever).</p>
 
@@ -37136,7 +37136,7 @@
   consider the possibility that a site will attempt to register a
   large number of handlers, possibly from multiple domains (e.g. by
   redirecting through a series of pages each on a different domain,
-  and each registering a handler for <code>video/mpeg</code> —
+  and each registering a handler for <code>video/mpeg</code> —
   analogous practices abusing other Web browser features have been
   used by pornography Web sites for many years). User agents should
   gracefully handle such hostile attempts, protecting the user.</p>
@@ -40572,7 +40572,7 @@
 
   <p>The version that the database was opened with is the <dfn id=concept-database-expected-version title=concept-database-expected-version>expected version</dfn> of
   this <code><a href=#database>Database</a></code> object. It can be the empty string, in
-  which case there is no expected version — any version is
+  which case there is no expected version — any version is
   fine.</p>
 
   <p>On getting, the <dfn id=dom-database-version title=dom-database-version><code>version</code></dfn> attribute
@@ -40633,7 +40633,7 @@
   <p>When the <dfn id=dom-sqltransaction-executesql title=dom-sqltransaction-executeSql><code>executeSql(<var title="">sqlStatement</var>, <var title="">arguments</var>, <var title="">callback</var>, <var title="">errorCallback</var>)</code></dfn> method is invoked, the
   user agent must run the following algorithm. (This algorithm is
   relatively simple in that it doesn't actually execute any SQL
-  — the bulk of the work is actually done as part of the
+  — the bulk of the work is actually done as part of the
   <a href=#transaction-steps>transaction steps</a>.)</p>
 
   <ol><li><p>If the method was not invoked during the execution of a
@@ -41261,7 +41261,7 @@
   attribute on hyperlink elements, if present, gives the language of
   the linked resource. It is purely advisory. The value must be a
   valid RFC 3066 language code. <a href=#refsRFC3066>[RFC3066]</a>
-  User agents must not consider this attribute authoritative —
+  User agents must not consider this attribute authoritative —
   upon fetching the resource, user agents must use only language
   information associated with the resource to determine its language,
   not metadata included in the link to the resource.</p>
@@ -41271,7 +41271,7 @@
   resource. It is purely advisory. The value must be a valid MIME
   type, optionally with parameters. <a href=#refsRFC2046>[RFC2046]</a> User agents must not consider the
   <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attribute
-  authoritative — upon fetching the resource, user agents must
+  authoritative — upon fetching the resource, user agents must
   not use metadata included in the link to the resource to determine
   its type.</p>
 
@@ -41686,7 +41686,7 @@
   user agent must treat the link as it would if it had the <code title=rel-feed><a href=#link-type-feed>feed</a></code> keyword specified as well.</p>
 
   <p>The <code title=rel-alternate><a href=#link-type-alternate>alternate</a></code> link
-  relationship is transitive — that is, if a document links to
+  relationship is transitive — that is, if a document links to
   two other documents with the link type "<code title=rel-alternate><a href=#link-type-alternate>alternate</a></code>", then, in addition to
   implying that those documents are alternative representations of the
   first document, it is also implying that those two documents are
@@ -41960,7 +41960,7 @@
    <pre><!DOCTYPE HTML>
 <html>
  <head>
-  <title>lsForums — Inbox</title>
+  <title>lsForums — Inbox</title>
   <link rel=icon href=favicon.png sizes="16x16">
   <link rel=icon href=windows.ico sizes="32x32 48x48">
   <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
@@ -42456,7 +42456,7 @@
   used to hide content that could legitimately be shown in another
   presentation. For example, it is incorrect to use <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation — showing all the form controls in one big page
+  presentation — showing all the form controls in one big page
   with a scrollbar would be equivalent, and no less correct.</p>
 
   <p>Elements in a section hidden by the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute are still active,
@@ -42553,7 +42553,7 @@
   <p>User agents may track focus for each <a href=#browsing-context>browsing
   context</a> or <code>Document</code> individually, or may support
   only one focused elment per <a href=#top-level-browsing-context>top-level browsing context</a>
-  — user agents should follow platform conventions in this
+  — user agents should follow platform conventions in this
   regard.</p>
 
   <p>Which elements within a <a href=#top-level-browsing-context>top-level browsing context</a>
@@ -42703,7 +42703,7 @@
   attribute must <a href=#reflect>reflect</a> the value of the <code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> content attribute. If the
   attribute is not present, or parsing its value returns an error,
   then the DOM attribute must return 0 for elements that are focusable
-  and −1 for elements that are not focusable.</p>
+  and −1 for elements that are not focusable.</p>
 
 
   <h4 id=focus-management><span class=secno>6.5.2 </span>Focus management</h4>
@@ -43794,56 +43794,56 @@
      <th> Default Action </th>
     <tbody><tr><td><dfn id=event-dragstart title=event-dragstart><code>dragstart</code></dfn></td>
      <td><a href=#source-node>Source node</a></td>
-     <td>✓ Bubbles</td>
-     <td>✓ Cancelable</td>
+     <td>✓ Bubbles</td>
+     <td>✓ Cancelable</td>
      <td>Contains <a href=#source-node>source node</a> unless a selection is being dragged, in which case it is empty</td>
      <td><code title="">uninitialized</code></td>
      <td><code title="">none</code></td>
      <td>Initiate the drag-and-drop operation</td>
     <tr><td><dfn id=event-drag title=event-drag><code>drag</code></dfn></td>
      <td><a href=#source-node>Source node</a></td>
-     <td>✓ Bubbles</td>
-     <td>✓ Cancelable</td>
+     <td>✓ Bubbles</td>
+     <td>✓ Cancelable</td>
      <td>Empty</td>
      <td><a href=#effectAllowed-initialization>Same as last event</a></td>
      <td><code title="">none</code></td>
      <td>Continue the drag-and-drop operation</td>
     <tr><td><dfn id=event-dragenter title=event-dragenter><code>dragenter</code></dfn></td>
      <td><a href=#immediate-user-selection>Immediate user selection</a> or <a href=#the-body-element-0>the body element</a></td>
-     <td>✓ Bubbles</td>
-     <td>✓ Cancelable</td>
+     <td>✓ Bubbles</td>
+     <td>✓ Cancelable</td>
      <td>Empty</td>
      <td><a href=#effectAllowed-initialization>Same as last event</a></td>
      <td><a href=#dropEffect-initialization>Based on <code>effectAllowed</code> value</a></td>
      <td>Reject <a href=#immediate-user-selection>immediate user selection</a> as potential <a href=#current-target-element title="current target element">target element</a></td>
     <tr><td><dfn id=event-dragleave title=event-dragleave><code>dragleave</code></dfn></td>
      <td><a href=#current-target-element title="current target element">Previous target element</a></td>
-     <td>✓ Bubbles</td>
-     <td>—</td>
+     <td>✓ Bubbles</td>
+     <td>—</td>
      <td>Empty</td>
      <td><a href=#effectAllowed-initialization>Same as last event</a></td>
      <td><code title="">none</code></td>
      <td>None</td>
     <tr><td><dfn id=event-dragover title=event-dragover><code>dragover</code></dfn></td>
      <td><a href=#current-target-element>Current target element</a></td>
-     <td>✓ Bubbles</td>
-     <td>✓ Cancelable</td>
+     <td>✓ Bubbles</td>
+     <td>✓ Cancelable</td>
      <td>Empty</td>
      <td><a href=#effectAllowed-initialization>Same as last event</a></td>
      <td><a href=#dropEffect-initialization>Based on <code>effectAllowed</code> value</a></td>
      <td>Reset the <a href=#current-drag-operation>current drag operation</a> to "none"</td>
     <tr><td><dfn id=event-drop title=event-drop><code>drop</code></dfn></td>
      <td><a href=#current-target-element>Current target element</a></td>
-     <td>✓ Bubbles</td>
-     <td>✓ Cancelable</td>
+     <td>✓ Bubbles</td>
+     <td>✓ Cancelable</td>
      <td><code>getData()</code> returns data set in <code title=dom-dragstart>dragstart</code> event</td>
      <td><a href=#effectAllowed-initialization>Same as last event</a></td>
      <td><a href=#current-drag-operation>Current drag operation</a></td>
      <td>Varies</td>
     <tr><td><dfn id=event-dragend title=event-dragend><code>dragend</code></dfn></td>
      <td><a href=#source-node>Source node</a></td>
-     <td>✓ Bubbles</td>
-     <td>—</td>
+     <td>✓ Bubbles</td>
+     <td>—</td>
      <td>Empty</td>
      <td><a href=#effectAllowed-initialization>Same as last event</a></td>
      <td><a href=#current-drag-operation>Current drag operation</a></td>
@@ -44019,7 +44019,7 @@
   Initially it has the value "none". It is updated by the user agent
   as described in the steps below.</p>
 
-  <p>User agents must, every 350ms (±200ms), perform the
+  <p>User agents must, every 350ms (±200ms), perform the
   following steps in sequence. (If the user agent is still performing
   the previous iteration of the sequence when the next iteration
   becomes due, the user agent must not execute the overdue iteration,
@@ -44413,7 +44413,7 @@
 
   <p>For the same reason, user agents must consider a drop to be
   successful only if the user specifically ended the drag operation
-  — if any scripts end the drag operation, it must be considered
+  — if any scripts end the drag operation, it must be considered
   unsuccessful (canceled) and the <code title=event-drop><a href=#event-drop>drop</a></code>
   event must not be fired.</p>
 
@@ -44916,7 +44916,7 @@
    had requested that the selection <a href=#contenteditable-wrapSemantic>be wrapped in the
    semantics</a> of the <code><a href=#the-ol-element>ol</a></code> element (or unwrapped, or, if
    there is no selection, have that semantic inserted or removed
-   — the exact behavior is UA-defined).</dd>
+   — the exact behavior is UA-defined).</dd>
    <dd><strong>Enabled When:</strong> The document is <a href=#ready-for-editing-host-commands>ready for
    editing host commands</a>.</dd>
    <dd><strong>Indeterminate When:</strong> Never.</dd>
@@ -44928,7 +44928,7 @@
    had requested that the selection <a href=#contenteditable-wrapSemantic>be wrapped in the
    semantics</a> of the <code><a href=#the-ul-element>ul</a></code> element (or unwrapped, or, if
    there is no selection, have that semantic inserted or removed
-   — the exact behavior is UA-defined).</dd>
+   — the exact behavior is UA-defined).</dd>
    <dd><strong>Enabled When:</strong> The document is <a href=#ready-for-editing-host-commands>ready for
    editing host commands</a>.</dd>
    <dd><strong>Indeterminate When:</strong> Never.</dd>
@@ -45016,7 +45016,7 @@
    had requested that the selection <a href=#contenteditable-wrapSemantic>be wrapped in the
    semantics</a> of the <code><a href=#the-sub-and-sup-elements>sup</a></code> element (or unwrapped, or, if
    there is no selection, have that semantic inserted or removed
-   — the exact behavior is UA-defined).</dd>
+   — the exact behavior is UA-defined).</dd>
    <dd><strong>Enabled When:</strong> The document is <a href=#ready-for-editing-host-commands>ready for
    editing host commands</a>.</dd>
    <dd><strong>Indeterminate When:</strong> Never.</dd>
@@ -45604,7 +45604,7 @@
 
    <pre>data:test
 
-data: test</pre>
+data: test</pre>
 
    <p>This is because the space after the colon is ignored if
    present.</p>
@@ -45940,9 +45940,9 @@
 6f 6e 6e 65 63 74 69 6f  6e 3a 20 55 70 67 72 61
 64 65 0d 0a</pre>
 
-    <p class=note>The string "GET ", the path,
-    " HTTP/1.1", CRLF, the string "Upgrade: WebSocket",
-    CRLF, and the string "Connection: Upgrade", CRLF.</p>
+    <p class=note>The string "GET ", the path,
+    " HTTP/1.1", CRLF, the string "Upgrade: WebSocket",
+    CRLF, and the string "Connection: Upgrade", CRLF.</p>
 
    </li>
 
@@ -45960,7 +45960,7 @@
 
     <pre>0d 0a</pre>
 
-    <p class=note>The string "Host: ", the host, and CRLF.</p>
+    <p class=note>The string "Host: ", the host, and CRLF.</p>
 
    </li>
 
@@ -45977,7 +45977,7 @@
 
     <pre>0d 0a</pre>
 
-    <p class=note>The string "Origin: ", the origin, and CRLF.</p>
+    <p class=note>The string "Origin: ", the origin, and CRLF.</p>
 
    </li>
 
@@ -46036,9 +46036,9 @@
 61 64 65 0d 0a</pre>
 
     <p class=note>The string
-    "HTTP/1.1 101 Web Socket Protocol Handshake", CRLF, the
-    string "Upgrade: WebSocket", CRLF, the string
-    "Connection: Upgrade", CRLF.</p>
+    "HTTP/1.1 101 Web Socket Protocol Handshake", CRLF, the
+    string "Upgrade: WebSocket", CRLF, the string
+    "Connection: Upgrade", CRLF.</p>
 
     <!-- v2 if we ever support the server requiring credentials, this
     is where it goes -->
@@ -47738,7 +47738,7 @@
   span</a>, and ends at the next <a href=#syntax-escape-end title=syntax-escape-end>escaping text span end</a>. There
   cannot be any <a href=#syntax-charref title=syntax-charref>character
   references</a> inside an <a href=#syntax-escape title=syntax-escape>escaping
-  text span</a> — sequences of characters that would look
+  text span</a> — sequences of characters that would look
   like <a href=#syntax-charref title=syntax-charref>character references</a> do not
   have special meaning.</p>
 
@@ -47892,9 +47892,9 @@
    (if any) web browsers ever implemented true SGML parsing for HTML
    documents; the only user agents to strictly handle HTML as an SGML
    application have historically been validators. The resulting
-   confusion — with validators claiming documents to have one
+   confusion — with validators claiming documents to have one
    representation while widely deployed Web browsers interoperably
-   implemented a different representation — has wasted decades
+   implemented a different representation — has wasted decades
    of productivity. This version of HTML thus returns to a non-SGML
    basis.</p>
 
@@ -48823,8 +48823,8 @@
    <li><p>Otherwise, set <var title="">node</var> to the previous
    entry in the <a href=#stack-of-open-elements>stack of open elements</a> and return to step
    2. (This will never fail, since the loop will always terminate in
-   the previous step if the top of the stack — an
-   <code><a href=#the-html-element>html</a></code> element — is reached.)</li>
+   the previous step if the top of the stack — an
+   <code><a href=#the-html-element>html</a></code> element — is reached.)</li>
 
   </ol><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-table-scope title="has an element in table scope">have an element in <em>table
   scope</em></dfn> when the following algorithm terminates in a match
@@ -48845,8 +48845,8 @@
    <li><p>Otherwise, set <var title="">node</var> to the previous
    entry in the <a href=#stack-of-open-elements>stack of open elements</a> and return to step
    2. (This will never fail, since the loop will always terminate in
-   the previous step if the top of the stack — an
-   <code><a href=#the-html-element>html</a></code> element — is reached.)</li>
+   the previous step if the top of the stack — an
+   <code><a href=#the-html-element>html</a></code> element — is reached.)</li>
 
   </ol><p>Nothing happens if at any time any of the elements in the
   <a href=#stack-of-open-elements>stack of open elements</a> are moved to a new location in,
@@ -50204,38 +50204,38 @@
 
     <table><thead><tr><th>Number <th colspan=2>Unicode character
      <tbody><tr><td>0x0D <td>U+000A <td>LINE FEED (LF)
-      <tr><td>0x80 <td>U+20AC <td>EURO SIGN ('€')
+      <tr><td>0x80 <td>U+20AC <td>EURO SIGN ('€')
       <tr><td>0x81 <td>U+FFFD <td>REPLACEMENT CHARACTER
-      <tr><td>0x82 <td>U+201A <td>SINGLE LOW-9 QUOTATION MARK ('‚')
-      <tr><td>0x83 <td>U+0192 <td>LATIN SMALL LETTER F WITH HOOK ('ƒ')
-      <tr><td>0x84 <td>U+201E <td>DOUBLE LOW-9 QUOTATION MARK ('„')
-      <tr><td>0x85 <td>U+2026 <td>HORIZONTAL ELLIPSIS ('…')
-      <tr><td>0x86 <td>U+2020 <td>DAGGER ('†')
-      <tr><td>0x87 <td>U+2021 <td>DOUBLE DAGGER ('‡')
-      <tr><td>0x88 <td>U+02C6 <td>MODIFIER LETTER CIRCUMFLEX ACCENT ('ˆ')
-      <tr><td>0x89 <td>U+2030 <td>PER MILLE SIGN ('‰')
-      <tr><td>0x8A <td>U+0160 <td>LATIN CAPITAL LETTER S WITH CARON ('Š')
-      <tr><td>0x8B <td>U+2039 <td>SINGLE LEFT-POINTING ANGLE QUOTATION MARK ('‹')
-      <tr><td>0x8C <td>U+0152 <td>LATIN CAPITAL LIGATURE OE ('Œ')
+      <tr><td>0x82 <td>U+201A <td>SINGLE LOW-9 QUOTATION MARK ('‚')
+      <tr><td>0x83 <td>U+0192 <td>LATIN SMALL LETTER F WITH HOOK ('ƒ')
+      <tr><td>0x84 <td>U+201E <td>DOUBLE LOW-9 QUOTATION MARK ('„')
+      <tr><td>0x85 <td>U+2026 <td>HORIZONTAL ELLIPSIS ('…')
+      <tr><td>0x86 <td>U+2020 <td>DAGGER ('†')
+      <tr><td>0x87 <td>U+2021 <td>DOUBLE DAGGER ('‡')
+      <tr><td>0x88 <td>U+02C6 <td>MODIFIER LETTER CIRCUMFLEX ACCENT ('ˆ')
+      <tr><td>0x89 <td>U+2030 <td>PER MILLE SIGN ('‰')
+      <tr><td>0x8A <td>U+0160 <td>LATIN CAPITAL LETTER S WITH CARON ('Š')
+      <tr><td>0x8B <td>U+2039 <td>SINGLE LEFT-POINTING ANGLE QUOTATION MARK ('‹')
+      <tr><td>0x8C <td>U+0152 <td>LATIN CAPITAL LIGATURE OE ('Œ')
       <tr><td>0x8D <td>U+FFFD <td>REPLACEMENT CHARACTER
-      <tr><td>0x8E <td>U+017D <td>LATIN CAPITAL LETTER Z WITH CARON ('Ž')
+      <tr><td>0x8E <td>U+017D <td>LATIN CAPITAL LETTER Z WITH CARON ('Ž')
       <tr><td>0x8F <td>U+FFFD <td>REPLACEMENT CHARACTER
       <tr><td>0x90 <td>U+FFFD <td>REPLACEMENT CHARACTER
-      <tr><td>0x91 <td>U+2018 <td>LEFT SINGLE QUOTATION MARK ('‘')
-      <tr><td>0x92 <td>U+2019 <td>RIGHT SINGLE QUOTATION MARK ('’')
-      <tr><td>0x93 <td>U+201C <td>LEFT DOUBLE QUOTATION MARK ('“')
-      <tr><td>0x94 <td>U+201D <td>RIGHT DOUBLE QUOTATION MARK ('”')
-      <tr><td>0x95 <td>U+2022 <td>BULLET ('•')
-      <tr><td>0x96 <td>U+2013 <td>EN DASH ('–')
-      <tr><td>0x97 <td>U+2014 <td>EM DASH ('—')
-      <tr><td>0x98 <td>U+02DC <td>SMALL TILDE ('˜')
-      <tr><td>0x99 <td>U+2122 <td>TRADE MARK SIGN ('™')
-      <tr><td>0x9A <td>U+0161 <td>LATIN SMALL LETTER S WITH CARON ('š')
-      <tr><td>0x9B <td>U+203A <td>SINGLE RIGHT-POINTING ANGLE QUOTATION MARK ('›')
-      <tr><td>0x9C <td>U+0153 <td>LATIN SMALL LIGATURE OE ('œ')
+      <tr><td>0x91 <td>U+2018 <td>LEFT SINGLE QUOTATION MARK ('‘')
+      <tr><td>0x92 <td>U+2019 <td>RIGHT SINGLE QUOTATION MARK ('’')
+      <tr><td>0x93 <td>U+201C <td>LEFT DOUBLE QUOTATION MARK ('“')
+      <tr><td>0x94 <td>U+201D <td>RIGHT DOUBLE QUOTATION MARK ('”')
+      <tr><td>0x95 <td>U+2022 <td>BULLET ('•')
+      <tr><td>0x96 <td>U+2013 <td>EN DASH ('–')
+      <tr><td>0x97 <td>U+2014 <td>EM DASH ('—')
+      <tr><td>0x98 <td>U+02DC <td>SMALL TILDE ('˜')
+      <tr><td>0x99 <td>U+2122 <td>TRADE MARK SIGN ('™')
+      <tr><td>0x9A <td>U+0161 <td>LATIN SMALL LETTER S WITH CARON ('š')
+      <tr><td>0x9B <td>U+203A <td>SINGLE RIGHT-POINTING ANGLE QUOTATION MARK ('›')
+      <tr><td>0x9C <td>U+0153 <td>LATIN SMALL LIGATURE OE ('œ')
       <tr><td>0x9D <td>U+FFFD <td>REPLACEMENT CHARACTER
-      <tr><td>0x9E <td>U+017E <td>LATIN SMALL LETTER Z WITH CARON ('ž')
-      <tr><td>0x9F <td>U+0178 <td>LATIN CAPITAL LETTER Y WITH DIAERESIS ('Ÿ')
+      <tr><td>0x9E <td>U+017E <td>LATIN SMALL LETTER Z WITH CARON ('ž')
+      <tr><td>0x9F <td>U+0178 <td>LATIN CAPITAL LETTER Y WITH DIAERESIS ('Ÿ')
     </table><!-- this is the same as the equivalent list in the input stream
     section, except it has 0x0000 included in the first range. --><p>Otherwise, if the number is in the range 0x0000 to 0x0008, <!--
     HT, LF allowed --> <!-- U+000B is in the next list --> <!-- FF, CR
@@ -50291,10 +50291,10 @@
 
      <p>If the markup contains <code title="">I'm &notit; I tell
      you</code>, the character reference is parsed as "not", as in,
-     <code title="">I'm ¬it; I tell you</code>. But if the markup
+     <code title="">I'm ¬it; I tell you</code>. But if the markup
      was <code title="">I'm &notin; I tell you</code>, the
      character reference would be parsed as "notin;", resulting in
-     <code title="">I'm ∉ I tell you</code>.</p>
+     <code title="">I'm ∉ I tell you</code>.</p>
 
     </div>
 
@@ -51704,7 +51704,7 @@
     scope</a>).</p>
 
     <p class=example>In the non-conforming stream
-    <code><a href="a">a<table><a href="b">b</table>x</code>,
+    <code><a href="a">a<table><a href="b">b</table>x</code>,
     the first <code><a href=#the-a-element>a</a></code> element would be closed upon seeing
     the second one, and the "x" character would be inside a link
     to "b", not to "a". This is despite the fact that the outer
@@ -57875,7 +57875,7 @@
   platform. <a href=#refsCSSUI>[CSSUI]</a></p>
 
   <hr><p>The <dfn id=converting-a-character-width-to-pixels>converting a character width to pixels</dfn> algorithm,
-  used by some of the bindings below, returns <span>(<var title="">size-1</var>)×<var title="">avg</var> + <var title="">max</var></span>, where
+  used by some of the bindings below, returns <span>(<var title="">size-1</var>)×<var title="">avg</var> + <var title="">max</var></span>, where
   <var title="">size</var> is the character width to convert, <var title="">avg</var> is the average character width of the primary
   font for the element for which the algorithm is being run, in
   pixels, and <var title="">max</var> is the maximum character width
@@ -57930,7 +57930,7 @@
   <code><a href=#the-details-element>details</a></code> element, the element is expected to render as a
   'block' box with its 'padding-left' property set to '40px'. The
   element's shadow tree is expected to take a child element that
-  matches the selector <code title="">:bound-element > legend:first-child</code> and
+  matches the selector <code title="">:bound-element > legend:first-child</code> and
   place it in a first 'block' box container, and then take the
   remaining child nodes and place them in a later 'block' box
   container.</p>
@@ -58359,7 +58359,7 @@
 
    <li>
 
-    <p>Split the surface into a grid of <span title=""><var title="">w</var>×<var title="">h</var></span> rectangles,
+    <p>Split the surface into a grid of <span title=""><var title="">w</var>×<var title="">h</var></span> rectangles,
     where <var title="">w</var> is the number of entries in <var title="">sized cols</var> and <var title="">h</var> is the number
     of entries in <var title="">sized rows</var>.</p>
 
@@ -58832,23 +58832,23 @@
     case-insensitive</a> match for the string "<code title="">HTML</code>", and either:</p>
 
     <ul><li>the token's public identifier is the
-     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD HTML 4.0//EN</code>" and the
+     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD HTML 4.0//EN</code>" and the
      token's system identifier is either missing or the
      <a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/REC-html40/strict.dtd</code>", or</li>
 
      <li>the token's public identifier is the
-     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD HTML 4.01//EN</code>" and the
+     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD HTML 4.01//EN</code>" and the
      token's system identifier is either missing or the
      <a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/html4/strict.dtd</code>", or</li>
 
      <li>the token's public identifier is the
-     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD XHTML 1.0 Strict//EN</code>"
+     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD XHTML 1.0 Strict//EN</code>"
      and the token's system identifier is either missing or the
      <a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</code>",
      or</li>
 
      <li>the token's public identifier is the
-     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD XHTML 1.1//EN</code>"
+     <a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD XHTML 1.1//EN</code>"
      and the token's system identifier is either missing or the
      <a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</code>".</li>
 
@@ -59060,33 +59060,33 @@
 
   <p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth,
   Adam Roben, Addison Phillips, Adele Peterson, Adrian Sutton,
-  Agustín Fernández, Ajai Tirumali, Alastair Campbell,
+  Agustín Fernández, Ajai Tirumali, Alastair Campbell,
   Alex Nicolaou, Alexey Feldgendler, Anders Carlsson, Andrew Gove,
   Andrew Sidwell, Anne van Kesteren, Anthony Hickson, Anthony Ricaud,
-  Antti Koivisto, Arphen Lin, Asbjørn Ulsberg, Ashley Sheridan,
+  Antti Koivisto, Arphen Lin, Asbjørn Ulsberg, Ashley Sheridan,
   Aurelien Levy, Ben Boyle, Ben Godfrey, Ben Meadowcroft, Ben Millard,
   Benjamin Hawkes-Lewis, Bert Bos, Bijan Parsia, Bill Mason, Billy
   Wong, Bjoern Hoehrmann, Boris Zbarsky, Brad Fults, Brad Neuberg,
   Brady Eidson, Brendan Eich, Brett Wilson, Brian Campbell, Brian
   Smith, Bruce Lawson, Bruce Miller, Cameron McCormack, Cao Yipeng,
-  Carlos Perelló Marín, Chao Cai,
-  윤석찬 (Channy Yun), Charl van Niekerk, Charles
+  Carlos Perelló Marín, Chao Cai,
+  윤석찬 (Channy Yun), Charl van Niekerk, Charles
   Iliya Krempeaux, Charles McCathieNevile, Christian Biesinger,
   Christian Johansen, Christian Schmidt, Chriswa, Cole Robison, Colin
   Fine, Collin Jackson, Daniel Barclay, Daniel Brumbaugh Keeney,
-  Daniel Glazman, Daniel Peng, Daniel Spång, Daniel Steinberg,
+  Daniel Glazman, Daniel Peng, Daniel Spång, Daniel Steinberg,
   Danny Sullivan, Darin Adler, Darin Fisher, Dave Camp, Dave Singer,
   Dave Townsend<!-- Mossop on moz irc -->, David Baron, David Bloom,
-  David Carlisle, David Flanagan, David Håsäther, David
+  David Carlisle, David Flanagan, David Håsäther, David
   Hyatt, David Smith, David Woolley, Dean Edridge, Debi Orton, Derek
   Featherstone, DeWitt Clinton, Dimitri Glazkov, dolphinling, Doron
   Rosenberg, Doug Kramer, Edward O'Connor, Edward Z. Yang, Eira
   Monstad, Elliotte Harold, Eric Carlson, Eric Law, Erik Arvidsson,
   Evan Martin, Evan Prodromou, fantasai, Felix Sasaki, Franck 'Shift'
-  Quélain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
-  George Lund, Håkon Wium Lie, Hans S. Tømmerhalt, Henri
+  Quélain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
+  George Lund, Håkon Wium Lie, Hans S. Tømmerhalt, Henri
   Sivonen, Henrik Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo
-  Emanuel Gonçalves, J. King, Jacques Distler, James Craig,
+  Emanuel Gonçalves, J. King, Jacques Distler, James Craig,
   James Graham, James Justin Harrell, James M Snell, James Perrett,
   Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene, Jed Hartman,
   Jeff Cutsinger, Jeff Schiller, Jeff Walden, Jens Bannmann, Jens
@@ -59095,27 +59095,27 @@
   Herland, John Boyer, John Bussjaeger, John Harding, Johnny Stenback,
   Jon Gibbins, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
   Levenberg, Joshua Randall, Jukka K. Korpela, Jules
-  Clément-Ripoche, Julian Reschke, Kai Hendry, Kartikaya Gupta,
+  Clément-Ripoche, Julian Reschke, Kai Hendry, Kartikaya Gupta,
   <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
-  黒澤剛志 (KUROSAWA Takeshi), Kristof
+  黒澤剛志 (KUROSAWA Takeshi), Kristof
   Zelechovski, Kyle Hofmann, Lachlan Hunt, Larry Page, Lars Gunther,
   Laura L. Carlson, Laura Wisewell, Laurens Holst, Lee Kowalkowski,
-  Leif Halvard Silli, Lenny Domnitser, Léonard Bouchet, Leons
+  Leif Halvard Silli, Lenny Domnitser, Léonard Bouchet, Leons
   Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej Stachowiak,
   Magnus Kristiansen<!-- Dashiva -->, Maik Merten, Malcolm Rowe, Mark
   Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn Wargers,
-  Martin Atkins, Martin Dürst, Martin Honnen, Masataka Yakura,
+  Martin Atkins, Martin Dürst, Martin Honnen, Masataka Yakura,
   Mathieu Henri, Matthew Gregan, Matthew Mastracci, Matthew Raymond,
   Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael 'Ratt'
   Iannarelli, Michael A. Nachbaur, Michael A. Puls
   II<!--Shadow2531-->, Michael Carter, Michael Gratton, Michael
   Nordman, Michael Powers, Michael(tm) Smith, Michel Fortin, Michiel
-  van der Blonk, Mihai Şucan<!-- from ROBO Design -->, Mike
+  van der Blonk, Mihai Şucan<!-- from ROBO Design -->, Mike
   Brown, Mike Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike
   Schinkel, Mike Shaver, Mikko Rantalainen, Neil Deakin, Neil Soiffer,
-  Nicholas Shanks, Ojan Vafai, Olaf Hoffmann, Olav Junker Kjær,
+  Nicholas Shanks, Ojan Vafai, Olaf Hoffmann, Olav Junker Kjær,
   Oliver Hunt, <!-- Ozob = Kyle Hofmann --> Patrick H. Lauke, Peter
-  Karlsson, Peter Kasting, Philip Jägenstedt, Philip Taylor,
+  Karlsson, Peter Kasting, Philip Jägenstedt, Philip Taylor,
   Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka,
   Ralf Stoltze, Ralph Giles, Raphael Champeimont, Rene Saarsoo,
   Richard Ishida, Rikkert Koppes, Rimantas Liubertas, Robert Blaut,
@@ -59124,11 +59124,11 @@
   Shaun Inman, Shiki Okasaka, Silvia Pfeiffer, Simon Pieters, Stefan
   Haustein, Steffen Meschkat, Stephen Ma, Steve Faulkner, Steve
   Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava
-  Dutta, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas
+  Dutta, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas
   O'Connor, Tim Altman, Tim Johansson, Tommy Thorsen, Travis Leithead,
-  Tyler Close, Vladimir Vukićević, Wakaba, Wayne
+  Tyler Close, Vladimir Vukićević, Wakaba, Wayne
   Pollock, Wellington Fernando de Macedo, William Swanson, Wolfram
-  Kriesing, Yi-An Huang, Zhenbin Xu, and Øistein E. Andersen,
+  Kriesing, Yi-An Huang, Zhenbin Xu, and Øistein E. Andersen,
   for their useful and substantial comments.</p>
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their




More information about the Commit-Watchers mailing list