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=10486

git-svn-id: http://svn.whatwg.org/webapps@5939 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 4, 2011
1 parent 1340a97 commit f23954c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -11664,7 +11664,7 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.

<tr><td><code><a href=#the-object-element>object</a></code> element
<td>No role
<td>If specified, role must be either <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-document>document</code>, or <code title=attr-aria-role-img>image</code>
<td>If specified, role must be either <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-document>document</code>, or <code title=attr-aria-role-img>img</code>

<tr><td><code><a href=#the-ol-element>ol</a></code> element
<td><code title=attr-aria-role-list>list</code> role
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -11644,7 +11644,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<tr><td><code><a href=#the-object-element>object</a></code> element
<td>No role
<td>If specified, role must be either <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-document>document</code>, or <code title=attr-aria-role-img>image</code>
<td>If specified, role must be either <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-document>document</code>, or <code title=attr-aria-role-img>img</code>

<tr><td><code><a href=#the-ol-element>ol</a></code> element
<td><code title=attr-aria-role-list>list</code> role
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -12068,7 +12068,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<tr>
<td><code>object</code> element
<td>No role
<td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-img">image</code>
<td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-img">img</code>

<tr>
<td><code>ol</code> element
Expand Down

0 comments on commit f23954c

Please sign in to comment.