[html5] r7793 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 3 17:39:46 PDT 2013


Author: ianh
Date: 2013-04-03 17:39:44 -0700 (Wed, 03 Apr 2013)
New Revision: 7793

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21573
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-04-03 22:31:07 UTC (rev 7792)
+++ complete.html	2013-04-04 00:39:44 UTC (rev 7793)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 3 April 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 4 April 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -21214,7 +21214,7 @@
   </ol><p>When the steps above say to <dfn id=set-the-current-base-text>set the current base text</dfn>, it means to run the following
   steps at that point in the algorithm:</p>
 
-  <ol><li><p>Let <var title="">text range</var> a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
+  <ol><li><p>Let <var title="">text range</var> be a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
    point</a> (<var title="">current parent</var>, <var title="">start index</var>) and whose
    <a href=#concept-range-end title=concept-range-end>end</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
    point</a> (<var title="">current parent</var>, <var title="">index</var>).</li>
@@ -21262,7 +21262,7 @@
 
   <ol><li><p>Let <var title="">rt</var> be the <code><a href=#the-rt-element>rt</a></code> element that is the <var title="">index</var>th node of <var title="">current parent</var>.</li>
 
-   <li><p>Let <var title="">annotation range</var> a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
+   <li><p>Let <var title="">annotation range</var> be a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
    point</a> (<var title="">current parent</var>, <var title="">index</var>) and whose <a href=#concept-range-end title=concept-range-end>end</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary point</a>
    (<var title="">current parent</var>, <var title="">index</var> plus one) (i.e. that contains only
    <var title="">rt</var>).</li>

Modified: index
===================================================================
--- index	2013-04-03 22:31:07 UTC (rev 7792)
+++ index	2013-04-04 00:39:44 UTC (rev 7793)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 3 April 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 4 April 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -21214,7 +21214,7 @@
   </ol><p>When the steps above say to <dfn id=set-the-current-base-text>set the current base text</dfn>, it means to run the following
   steps at that point in the algorithm:</p>
 
-  <ol><li><p>Let <var title="">text range</var> a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
+  <ol><li><p>Let <var title="">text range</var> be a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
    point</a> (<var title="">current parent</var>, <var title="">start index</var>) and whose
    <a href=#concept-range-end title=concept-range-end>end</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
    point</a> (<var title="">current parent</var>, <var title="">index</var>).</li>
@@ -21262,7 +21262,7 @@
 
   <ol><li><p>Let <var title="">rt</var> be the <code><a href=#the-rt-element>rt</a></code> element that is the <var title="">index</var>th node of <var title="">current parent</var>.</li>
 
-   <li><p>Let <var title="">annotation range</var> a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
+   <li><p>Let <var title="">annotation range</var> be a DOM range whose <a href=#concept-range-start title=concept-range-start>start</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary
    point</a> (<var title="">current parent</var>, <var title="">index</var>) and whose <a href=#concept-range-end title=concept-range-end>end</a> is the <a href=#concept-range-bp title=concept-range-bp>boundary point</a>
    (<var title="">current parent</var>, <var title="">index</var> plus one) (i.e. that contains only
    <var title="">rt</var>).</li>

Modified: source
===================================================================
--- source	2013-04-03 22:31:07 UTC (rev 7792)
+++ source	2013-04-04 00:39:44 UTC (rev 7793)
@@ -22113,7 +22113,7 @@
 
   <ol>
 
-   <li><p>Let <var title="">text range</var> a DOM range whose <span
+   <li><p>Let <var title="">text range</var> be a DOM range whose <span
    title="concept-range-start">start</span> is the <span title="concept-range-bp">boundary
    point</span> (<var title="">current parent</var>, <var title="">start index</var>) and whose
    <span title="concept-range-end">end</span> is the <span title="concept-range-bp">boundary
@@ -22179,7 +22179,7 @@
    <li><p>Let <var title="">rt</var> be the <code>rt</code> element that is the <var
    title="">index</var>th node of <var title="">current parent</var>.</p></li>
 
-   <li><p>Let <var title="">annotation range</var> a DOM range whose <span
+   <li><p>Let <var title="">annotation range</var> be a DOM range whose <span
    title="concept-range-start">start</span> is the <span title="concept-range-bp">boundary
    point</span> (<var title="">current parent</var>, <var title="">index</var>) and whose <span
    title="concept-range-end">end</span> is the <span title="concept-range-bp">boundary point</span>




More information about the Commit-Watchers mailing list