Skip to content

Commit

Permalink
[e] (0) Update index for <select>
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25556
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8604 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 5, 2014
1 parent 253cb4c commit 115ba7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -101495,7 +101495,9 @@ <h3 class=no-num id=elements-1>Elements</h3>
<a href=#category-form-attr title=category-form-attr>reassociateable</a>;
<a href=#form-associated-element title="Form-associated element">form-associated</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-option-element>option</a></code>, <code><a href=#the-optgroup-element>optgroup</a></code></td>
<td><code><a href=#the-option-element>option</a></code>;
<code><a href=#the-optgroup-element>optgroup</a></code>;
<a href=#script-supporting-elements>script-supporting elements</a></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code>;
<code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code>;
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -101495,7 +101495,9 @@ if (s = prompt('What is your name?')) {
<a href=#category-form-attr title=category-form-attr>reassociateable</a>;
<a href=#form-associated-element title="Form-associated element">form-associated</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-option-element>option</a></code>, <code><a href=#the-optgroup-element>optgroup</a></code></td>
<td><code><a href=#the-option-element>option</a></code>;
<code><a href=#the-optgroup-element>optgroup</a></code>;
<a href=#script-supporting-elements>script-supporting elements</a></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code>;
<code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code>;
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -113341,7 +113341,9 @@ if (s = prompt('What is your name?')) {
<span data-x="category-form-attr">reassociateable</span>;
<span data-x="Form-associated element">form-associated</span></td>
<td><span data-x="Phrasing content">phrasing</span></td>
<td><code>option</code>, <code>optgroup</code></td>
<td><code>option</code>;
<code>optgroup</code>;
<span>script-supporting elements</span></td>
<td><span data-x="global attributes">globals</span>;
<code data-x="attr-fe-autocomplete">autocomplete</code>;
<code data-x="attr-fe-autofocus">autofocus</code>;
Expand Down

0 comments on commit 115ba7f

Please sign in to comment.