Skip to content

Commit

Permalink
[e] (0) typos
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11490

git-svn-id: http://svn.whatwg.org/webapps@5762 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2011
1 parent 908983a commit 62f0187
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -47344,10 +47344,10 @@ <h5 id=autofocusing-a-form-control><span class=secno>4.10.19.4 </span>Autofocusi
<ol><li><p>Let <var title="">target</var> be the element's
<code><a href=#document>Document</a></code>.</li>

<li><p>Let <var title="">target</var> has no <a href=#browsing-context>browsing
<li><p>If <var title="">target</var> has no <a href=#browsing-context>browsing
context</a>, abort these steps.</li>

<li><p>Let <var title="">target</var>'s <a href=#browsing-context>browsing
<li><p>If <var title="">target</var>'s <a href=#browsing-context>browsing
context</a> has no <a href=#top-level-browsing-context>top-level browsing context</a> (e.g.
it is a <a href=#nested-browsing-context>nested browsing context</a> with no <a href=#parent-browsing-context>parent
browsing context</a>), abort these steps.</li>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -47326,10 +47326,10 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<ol><li><p>Let <var title="">target</var> be the element's
<code><a href=#document>Document</a></code>.</li>

<li><p>Let <var title="">target</var> has no <a href=#browsing-context>browsing
<li><p>If <var title="">target</var> has no <a href=#browsing-context>browsing
context</a>, abort these steps.</li>

<li><p>Let <var title="">target</var>'s <a href=#browsing-context>browsing
<li><p>If <var title="">target</var>'s <a href=#browsing-context>browsing
context</a> has no <a href=#top-level-browsing-context>top-level browsing context</a> (e.g.
it is a <a href=#nested-browsing-context>nested browsing context</a> with no <a href=#parent-browsing-context>parent
browsing context</a>), abort these steps.</li>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -53123,10 +53123,10 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
<li><p>Let <var title="">target</var> be the element's
<code>Document</code>.</p></li>

<li><p>Let <var title="">target</var> has no <span>browsing
<li><p>If <var title="">target</var> has no <span>browsing
context</span>, abort these steps.</p></li>

<li><p>Let <var title="">target</var>'s <span>browsing
<li><p>If <var title="">target</var>'s <span>browsing
context</span> has no <span>top-level browsing context</span> (e.g.
it is a <span>nested browsing context</span> with no <span>parent
browsing context</span>), abort these steps.</p></li>
Expand Down

0 comments on commit 62f0187

Please sign in to comment.