Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6617 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2011
1 parent cf4738a commit 2db58f8
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 @@ -99374,7 +99374,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<tr><th> <code title="">dir</code>
<td> <a href=#the-dir-attribute title=attr-dir>HTML elements</a>
<td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
<td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
<td> "<code title=attr-dir-ltr><a href=#attr-dir-ltr>ltr</a></code>"; "<code title=attr-dir-rtl><a href=#attr-dir-rtl>rtl</a></code>"; "<code title=attr-dir-auto><a href=#attr-dir-auto>auto</a></code>"
<tr><th> <code title="">dirname</code>
<td> <code title=attr-input-dirname><a href=#attr-input-dirname>input</a></code>;
<code title=attr-textarea-dirname><a href=#attr-textarea-dirname>textarea</a></code>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -94798,7 +94798,7 @@ if (s = prompt('What is your name?')) {
<tr><th> <code title="">dir</code>
<td> <a href=#the-dir-attribute title=attr-dir>HTML elements</a>
<td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
<td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
<td> "<code title=attr-dir-ltr><a href=#attr-dir-ltr>ltr</a></code>"; "<code title=attr-dir-rtl><a href=#attr-dir-rtl>rtl</a></code>"; "<code title=attr-dir-auto><a href=#attr-dir-auto>auto</a></code>"
<tr><th> <code title="">dirname</code>
<td> <code title=attr-input-dirname><a href=#attr-input-dirname>input</a></code>;
<code title=attr-textarea-dirname><a href=#attr-textarea-dirname>textarea</a></code>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -112916,7 +112916,7 @@ if (s = prompt('What is your name?')) {
<th> <code title="">dir</code>
<td> <span title="attr-dir">HTML elements</span>
<td> <span title="the directionality">The text directionality</span> of the element
<td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
<td> "<code title="attr-dir-ltr">ltr</code>"; "<code title="attr-dir-rtl">rtl</code>"; "<code title="attr-dir-auto">auto</code>"
<tr>
<th> <code title="">dirname</code>
<td> <code title="attr-input-dirname">input</code>;
Expand Down

0 comments on commit 2db58f8

Please sign in to comment.