Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21573
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7793 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 4, 2013
1 parent 700bd49 commit 4f44382
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 3 April 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -21214,7 +21214,7 @@ <h4 id=the-ruby-element><span class=secno>4.6.21 </span>The <dfn><code>ruby</cod
</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>
Expand Down Expand Up @@ -21262,7 +21262,7 @@ <h4 id=the-ruby-element><span class=secno>4.6.21 </span>The <dfn><code>ruby</cod

<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>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 3 April 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -21214,7 +21214,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
</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>
Expand Down Expand Up @@ -21262,7 +21262,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>

<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -22113,7 +22113,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>

<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
Expand Down Expand Up @@ -22179,7 +22179,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
<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>
Expand Down

0 comments on commit 4f44382

Please sign in to comment.