Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4728 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent 5f02aad commit aad0430
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -59953,9 +59953,9 @@ <h3 id=the-accesskey-attribute><span class=secno>8.5 </span>The <dfn title=attr-
<ol><li><p>If the element has no <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute, then skip to the
<i>fallback</i> step below.</li>

<li><p>Otherwise, the user agent must must <a href=#split-a-string-on-spaces title="split a
string on spaces">split the attribute's value on spaces</a>, and
let <var title="">keys</var> be the resulting tokens.</li>
<li><p>Otherwise, the user agent must <a href=#split-a-string-on-spaces title="split a string
on spaces">split the attribute's value on spaces</a>, and let
<var title="">keys</var> be the resulting tokens.</li>

<li>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -59881,9 +59881,9 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
<ol><li><p>If the element has no <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute, then skip to the
<i>fallback</i> step below.</li>

<li><p>Otherwise, the user agent must must <a href=#split-a-string-on-spaces title="split a
string on spaces">split the attribute's value on spaces</a>, and
let <var title="">keys</var> be the resulting tokens.</li>
<li><p>Otherwise, the user agent must <a href=#split-a-string-on-spaces title="split a string
on spaces">split the attribute's value on spaces</a>, and let
<var title="">keys</var> be the resulting tokens.</li>

<li>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -67804,9 +67804,9 @@ interface <dfn>NavigatorAbilities</dfn> {
title="attr-accesskey">accesskey</code> attribute, then skip to the
<i>fallback</i> step below.</p></li>

<li><p>Otherwise, the user agent must must <span title="split a
string on spaces">split the attribute's value on spaces</span>, and
let <var title="">keys</var> be the resulting tokens.</p></li>
<li><p>Otherwise, the user agent must <span title="split a string
on spaces">split the attribute's value on spaces</span>, and let
<var title="">keys</var> be the resulting tokens.</p></li>

<li>

Expand Down

0 comments on commit aad0430

Please sign in to comment.