[html5] r7683 - [e] (0) Somehow I missed <ol type> in the index. And put <menuitem type> in the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 31 15:43:45 PST 2013
Author: ianh
Date: 2013-01-31 15:43:43 -0800 (Thu, 31 Jan 2013)
New Revision: 7683
Modified:
complete.html
index
source
Log:
[e] (0) Somehow I missed <ol type> in the index. And put <menuitem type> in the wrong place.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19964
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-01-31 22:47:29 UTC (rev 7682)
+++ complete.html 2013-01-31 23:43:43 UTC (rev 7683)
@@ -101036,7 +101036,8 @@
<td><code><a href=#the-li-element>li</a></code></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code>;
- <code title=attr-ol-start><a href=#attr-ol-start>start</a></code></td>
+ <code title=attr-ol-start><a href=#attr-ol-start>start</a></code></td>;
+ <code title=attr-ol-type><a href=#attr-ol-type>type</a></code>
<td><code><a href=#htmlolistelement>HTMLOListElement</a></code></td>
<tr><th><code><a href=#the-optgroup-element>optgroup</a></code></th>
<td>Group of options in a list box</td>
@@ -102525,12 +102526,6 @@
"<code title=attr-button-type-button><a href=#attr-button-type-button>button</a></code>";
"<code title=attr-button-type-menu><a href=#attr-button-type-menu>menu</a></code>"
<tr><th> <code title="">type</code>
- <td> <code title=attr-menuitem-type><a href=#attr-menuitem-type>menuitem</a></code>
- <td> Type of command
- <td> "<code title=attr-menuitem-type-keyword-command><a href=#attr-menuitem-type-keyword-command>command</a></code>";
- "<code title=attr-menuitem-type-keyword-checkbox><a href=#attr-menuitem-type-keyword-checkbox>checkbox</a></code>";
- "<code title=attr-menuitem-type-keyword-radio><a href=#attr-menuitem-type-keyword-radio>radio</a></code>"
- <tr><th> <code title="">type</code>
<td> <code title=attr-embed-type><a href=#attr-embed-type>embed</a></code>;
<code title=attr-object-type><a href=#attr-object-type>object</a></code>;
<code title=attr-script-type><a href=#attr-script-type>script</a></code>;
@@ -102546,6 +102541,20 @@
<td> <code title=attr-menu-type><a href=#attr-menu-type>menu</a></code>
<td> Type of menu
<td> "<code title="popup menu state"><a href=#popup-menu-state>popup</a></code>"; "<code title="toolbar state"><a href=#toolbar-state>toolbar</a></code>"
+ <tr><th> <code title="">type</code>
+ <td> <code title=attr-menuitem-type><a href=#attr-menuitem-type>menuitem</a></code>
+ <td> Type of command
+ <td> "<code title=attr-menuitem-type-keyword-command><a href=#attr-menuitem-type-keyword-command>command</a></code>";
+ "<code title=attr-menuitem-type-keyword-checkbox><a href=#attr-menuitem-type-keyword-checkbox>checkbox</a></code>";
+ "<code title=attr-menuitem-type-keyword-radio><a href=#attr-menuitem-type-keyword-radio>radio</a></code>"
+ <tr><th> <code title="">type</code>
+ <td> <code title=attr-ol-type><a href=#attr-ol-type>ol</a></code>
+ <td> Kind of list marker
+ <td> "<code title=attr-ol-type-keyword-decimal><a href=#attr-ol-type-keyword-decimal>1</a></code>";
+ "<code title=attr-ol-type-keyword-lower-alpha><a href=#attr-ol-type-keyword-lower-alpha>a</a></code>";
+ "<code title=attr-ol-type-keyword-upper-alpha><a href=#attr-ol-type-keyword-upper-alpha>A</a></code>";
+ "<code title=attr-ol-type-keyword-lower-roman><a href=#attr-ol-type-keyword-lower-roman>i</a></code>";
+ "<code title=attr-ol-type-keyword-upper-roman><a href=#attr-ol-type-keyword-upper-roman>I</a></code>"
<tr><th> <code title="">typemustmatch</code>
<td> <code title=attr-object-typemustmatch><a href=#attr-object-typemustmatch>object</a></code>
<td> Whether the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute and the <a href=#content-type>Content-Type</a> value need to match for the resource to be used
@@ -104508,6 +104517,7 @@
Sebastian Markbåge,
Sebastian Schnitzenbaumer,
Seth Call,
+ Seth Dillingham,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Modified: index
===================================================================
--- index 2013-01-31 22:47:29 UTC (rev 7682)
+++ index 2013-01-31 23:43:43 UTC (rev 7683)
@@ -101036,7 +101036,8 @@
<td><code><a href=#the-li-element>li</a></code></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code>;
- <code title=attr-ol-start><a href=#attr-ol-start>start</a></code></td>
+ <code title=attr-ol-start><a href=#attr-ol-start>start</a></code></td>;
+ <code title=attr-ol-type><a href=#attr-ol-type>type</a></code>
<td><code><a href=#htmlolistelement>HTMLOListElement</a></code></td>
<tr><th><code><a href=#the-optgroup-element>optgroup</a></code></th>
<td>Group of options in a list box</td>
@@ -102525,12 +102526,6 @@
"<code title=attr-button-type-button><a href=#attr-button-type-button>button</a></code>";
"<code title=attr-button-type-menu><a href=#attr-button-type-menu>menu</a></code>"
<tr><th> <code title="">type</code>
- <td> <code title=attr-menuitem-type><a href=#attr-menuitem-type>menuitem</a></code>
- <td> Type of command
- <td> "<code title=attr-menuitem-type-keyword-command><a href=#attr-menuitem-type-keyword-command>command</a></code>";
- "<code title=attr-menuitem-type-keyword-checkbox><a href=#attr-menuitem-type-keyword-checkbox>checkbox</a></code>";
- "<code title=attr-menuitem-type-keyword-radio><a href=#attr-menuitem-type-keyword-radio>radio</a></code>"
- <tr><th> <code title="">type</code>
<td> <code title=attr-embed-type><a href=#attr-embed-type>embed</a></code>;
<code title=attr-object-type><a href=#attr-object-type>object</a></code>;
<code title=attr-script-type><a href=#attr-script-type>script</a></code>;
@@ -102546,6 +102541,20 @@
<td> <code title=attr-menu-type><a href=#attr-menu-type>menu</a></code>
<td> Type of menu
<td> "<code title="popup menu state"><a href=#popup-menu-state>popup</a></code>"; "<code title="toolbar state"><a href=#toolbar-state>toolbar</a></code>"
+ <tr><th> <code title="">type</code>
+ <td> <code title=attr-menuitem-type><a href=#attr-menuitem-type>menuitem</a></code>
+ <td> Type of command
+ <td> "<code title=attr-menuitem-type-keyword-command><a href=#attr-menuitem-type-keyword-command>command</a></code>";
+ "<code title=attr-menuitem-type-keyword-checkbox><a href=#attr-menuitem-type-keyword-checkbox>checkbox</a></code>";
+ "<code title=attr-menuitem-type-keyword-radio><a href=#attr-menuitem-type-keyword-radio>radio</a></code>"
+ <tr><th> <code title="">type</code>
+ <td> <code title=attr-ol-type><a href=#attr-ol-type>ol</a></code>
+ <td> Kind of list marker
+ <td> "<code title=attr-ol-type-keyword-decimal><a href=#attr-ol-type-keyword-decimal>1</a></code>";
+ "<code title=attr-ol-type-keyword-lower-alpha><a href=#attr-ol-type-keyword-lower-alpha>a</a></code>";
+ "<code title=attr-ol-type-keyword-upper-alpha><a href=#attr-ol-type-keyword-upper-alpha>A</a></code>";
+ "<code title=attr-ol-type-keyword-lower-roman><a href=#attr-ol-type-keyword-lower-roman>i</a></code>";
+ "<code title=attr-ol-type-keyword-upper-roman><a href=#attr-ol-type-keyword-upper-roman>I</a></code>"
<tr><th> <code title="">typemustmatch</code>
<td> <code title=attr-object-typemustmatch><a href=#attr-object-typemustmatch>object</a></code>
<td> Whether the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute and the <a href=#content-type>Content-Type</a> value need to match for the resource to be used
@@ -104508,6 +104517,7 @@
Sebastian Markbåge,
Sebastian Schnitzenbaumer,
Seth Call,
+ Seth Dillingham,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Modified: source
===================================================================
--- source 2013-01-31 22:47:29 UTC (rev 7682)
+++ source 2013-01-31 23:43:43 UTC (rev 7683)
@@ -118178,7 +118178,8 @@
<td><code>li</code></td>
<td><span title="global attributes">globals</span>;
<code title="attr-ol-reversed">reversed</code>;
- <code title="attr-ol-start">start</code></td>
+ <code title="attr-ol-start">start</code></td>;
+ <code title="attr-ol-type">type</code></td>
<td><code>HTMLOListElement</code></td>
</tr>
@@ -119953,13 +119954,6 @@
"<code title="attr-button-type-menu">menu</code>"
<tr>
<th> <code title="">type</code>
- <td> <code title="attr-menuitem-type">menuitem</code>
- <td> Type of command
- <td> "<code title="attr-menuitem-type-keyword-command">command</code>";
- "<code title="attr-menuitem-type-keyword-checkbox">checkbox</code>";
- "<code title="attr-menuitem-type-keyword-radio">radio</code>"
- <tr>
- <th> <code title="">type</code>
<td> <code title="attr-embed-type">embed</code>;
<code title="attr-object-type">object</code>;
<code title="attr-script-type">script</code>;
@@ -119978,6 +119972,22 @@
<td> Type of menu
<td> "<code title="popup menu state">popup</code>"; "<code title="toolbar state">toolbar</code>"
<tr>
+ <th> <code title="">type</code>
+ <td> <code title="attr-menuitem-type">menuitem</code>
+ <td> Type of command
+ <td> "<code title="attr-menuitem-type-keyword-command">command</code>";
+ "<code title="attr-menuitem-type-keyword-checkbox">checkbox</code>";
+ "<code title="attr-menuitem-type-keyword-radio">radio</code>"
+ <tr>
+ <th> <code title="">type</code>
+ <td> <code title="attr-ol-type">ol</code>
+ <td> Kind of list marker
+ <td> "<code title="attr-ol-type-keyword-decimal">1</code>";
+ "<code title="attr-ol-type-keyword-lower-alpha">a</code>";
+ "<code title="attr-ol-type-keyword-upper-alpha">A</code>";
+ "<code title="attr-ol-type-keyword-lower-roman">i</code>";
+ "<code title="attr-ol-type-keyword-upper-roman">I</code>"
+ <tr>
<th> <code title="">typemustmatch</code>
<td> <code title="attr-object-typemustmatch">object</code>
<td> Whether the <code title="attr-object-type">type</code> attribute and the <span>Content-Type</span> value need to match for the resource to be used
@@ -122291,6 +122301,7 @@
Sebastian Markbåge,
Sebastian Schnitzenbaumer,
Seth Call,
+ Seth Dillingham,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
More information about the Commit-Watchers
mailing list