Skip to content

Commit

Permalink
[e] (0) Add some IDs. (bug 6842)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3168 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2009
1 parent 9a29bc6 commit 1d29e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -29009,7 +29009,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
keywords in the left column map to the states in the cell in the
second column on the same row as the keyword.</p>

<table><thead><tr><th> Keyword
<table id=attr-input-type-keywords><thead><tr><th> Keyword
<th> State
<th> Data type
<th> Control type
Expand Down Expand Up @@ -29114,7 +29114,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
specific to certain states. The following table <span class=impl>is non-normative and</span> summarises which content
attributes, DOM attributes, and methods apply to each state:</p>

<table class=applies><thead><tr><td>
<table class=applies id=input-type-attr-summary><thead><tr><td>
<th> <span title=""><a href=#hidden-state title=attr-input-type-hidden>Hidden</a></span>
<th> <span title=""><a href=#text-state-and-search-state title=attr-input-type-text>Text</a>,</span>
<span title=""><a href=#text-state-and-search-state title=attr-input-type-search>Search</a>,</span>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -32239,7 +32239,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
keywords in the left column map to the states in the cell in the
second column on the same row as the keyword.</p>

<table>
<table id="attr-input-type-keywords">
<thead>
<tr>
<th> Keyword
Expand Down Expand Up @@ -32402,7 +32402,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
class="impl">is non-normative and</span> summarises which content
attributes, DOM attributes, and methods apply to each state:</p>

<table class="applies">
<table class="applies" id="input-type-attr-summary">
<thead>
<tr>
<td>
Expand Down

0 comments on commit 1d29e67

Please sign in to comment.