[html5] r8604 - [e] (0) Update index for <select> Fixing https://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 5 14:32:56 PDT 2014
Author: ianh
Date: 2014-05-05 14:32:50 -0700 (Mon, 05 May 2014)
New Revision: 8604
Modified:
complete.html
index
source
Log:
[e] (0) Update index for <select>
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25556
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-05-05 21:26:20 UTC (rev 8603)
+++ complete.html 2014-05-05 21:32:50 UTC (rev 8604)
@@ -101495,7 +101495,9 @@
<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>;
Modified: index
===================================================================
--- index 2014-05-05 21:26:20 UTC (rev 8603)
+++ index 2014-05-05 21:32:50 UTC (rev 8604)
@@ -101495,7 +101495,9 @@
<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>;
Modified: source
===================================================================
--- source 2014-05-05 21:26:20 UTC (rev 8603)
+++ source 2014-05-05 21:32:50 UTC (rev 8604)
@@ -113341,7 +113341,9 @@
<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>;
More information about the Commit-Watchers
mailing list