hixie: grammar (whatwg r6777)

hixie: grammar (whatwg r6777)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5425&r2=1.5426&f=h
http://html5.org/tools/web-apps-tracker?from=6776&to=6777

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5425
retrieving revision 1.5426
diff -u -d -r1.5425 -r1.5426
--- Overview.html 28 Oct 2011 20:08:25 -0000 1.5425
+++ Overview.html 28 Oct 2011 20:24:35 -0000 1.5426
@@ -7476,7 +7476,7 @@
   clone</dfn> of a value, optionally with a <i>transfer map</i>, it
   must run the following algorithm, which either returns a separate
   value, or throws an exception. If a <i>transfer map</i> is provided,
-  it consists of a association list of <code><a href="#transferable">Transferable</a></code>
+  it consists of an association list of <code><a href="#transferable">Transferable</a></code>
   objects to placeholder objects.</p>
 
   <ol><li><p>Let <var title="">input</var> be the value being
@@ -16940,7 +16940,7 @@
 
    <li>Abbreviations that are likely to be unfamiliar to the
    document's readers, for which authors are encouraged to either mark
-   up the abbreviation using a <code><a href="#the-abbr-element">abbr</a></code> element with a <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute or include the expansion
+   up the abbreviation using an <code><a href="#the-abbr-element">abbr</a></code> element with a <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute or include the expansion
    inline in the text the first time the abbreviation is used.</li>
 
    <li>Abbreviations whose presence needs to be semantically
@@ -18377,7 +18377,7 @@
 <strong>  &lt;tr&gt; &lt;td&gt; &lt;ins&gt;Portal 2&lt;/ins&gt; &lt;td&gt; &lt;ins&gt;Valve&lt;/ins&gt; &lt;td&gt; &lt;ins&gt;10/10&lt;/ins&gt;</strong>
 &lt;/table&gt;</pre>
 
-   <p>Here, a a column has been removed (the time at which it was removed is given also, as is a link to the page explaining why):</p>
+   <p>Here, a column has been removed (the time at which it was removed is given also, as is a link to the page explaining why):</p>
 
    <pre>&lt;table&gt;
  &lt;thead&gt;
@@ -22899,7 +22899,7 @@
 
      <dd>
 
-      <ol><li><p>Create a <code><a href="#audiotrack">AudioTrack</a></code> object to represent the
+      <ol><li><p>Create an <code><a href="#audiotrack">AudioTrack</a></code> object to represent the
        audio track.</li>
 
        <li><p>Update the <a href="#media-element">media element</a>'s <code title="dom-media-audioTracks"><a href="#dom-media-audiotracks">audioTracks</a></code> attribute's
@@ -24860,7 +24860,7 @@
   <code><a href="#audiotracklist">AudioTrackList</a></code> and <code><a href="#videotracklist">VideoTrackList</a></code> objects
   at any instant are the numbers from zero to the number of tracks
   represented by the respective object minus one, if any tracks are
-  represented. If a <code><a href="#audiotracklist">AudioTrackList</a></code> or
+  represented. If an <code><a href="#audiotracklist">AudioTrackList</a></code> or
   <code><a href="#videotracklist">VideoTrackList</a></code> object represents no tracks, it has no
   <a href="#supported-property-indices">supported property indices</a>.</p>
 
@@ -42819,13 +42819,13 @@
 
      <dt>External Resource</dt>
 
-     <dd>The keyword may be specified on a <code><a href="#the-a-element">a</a></code> and
+     <dd>The keyword may be specified on <code><a href="#the-a-element">a</a></code> and
      <code><a href="#the-area-element">area</a></code> elements; it creates an <a href="#external-resource-link">external resource
      link</a>.</dd>
 
      <dt>Hyperlink Annotation</dt>
 
-     <dd>The keyword may be specified on a <code><a href="#the-a-element">a</a></code> and
+     <dd>The keyword may be specified on <code><a href="#the-a-element">a</a></code> and
      <code><a href="#the-area-element">area</a></code> elements; it <a href="#hyperlink-annotation" title="hyperlink
      annotation">annotates</a> other <a href="#hyperlink" title="hyperlink">hyperlinks</a> created by the element.</dd>
 
@@ -44041,7 +44041,7 @@
   <dfn id="unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing contexts</dfn>.</p>
 
   <p>Each <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing
-  contexts</a> can have a <dfn id="entry-script">entry script</dfn> which is used to
+  contexts</a> can have an <dfn id="entry-script">entry script</dfn> which is used to
   obtain, amongst other things, the <a href="#script-s-base-url">script's base URL</a> to
   <a href="#resolve-a-url" title="resolve a url">resolve</a> relative <a href="#url" title="URL">URLs</a> used in scripts running in that <a href="#unit-of-related-similar-origin-browsing-contexts">unit
   of related similar-origin browsing contexts</a>. Initially, there
@@ -44185,7 +44185,7 @@
      <td>current
      <td>current
 
-    <tr><td>name that exists and is a ancestor that is top
+    <tr><td>name that exists and is an ancestor that is top
      <td>specified ancestor
      <td>specified ancestor
      <td>none
@@ -44193,7 +44193,7 @@
      <td>specified ancestor/top
      <td>specified ancestor/top
 
-    <tr><td>name that exists and is a ancestor that is not top
+    <tr><td>name that exists and is an ancestor that is not top
      <td>specified ancestor
      <td>specified ancestor
      <td>none
@@ -55915,7 +55915,7 @@
   inside the <code><a href="#the-body-element">body</a></code> element is a <code><a href="#the-script-element">script</a></code> or
   <code><a href="#the-style-element">style</a></code> element. </p><p>A <code><a href="#the-body-element">body</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="#the-body-element">body</a></code> element is not
-  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="#the-li-element">li</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>An <code><a href="#the-li-element">li</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="#the-li-element">li</a></code> element is
   immediately followed by another <code><a href="#the-li-element">li</a></code> element or if there
   is no more content in the parent element.</p><p>A <code><a href="#the-dt-element">dt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end

Received on Friday, 28 October 2011 20:25:02 UTC