Skip to content

Commit

Permalink
[e] (0) Somehow I missed <ol type> in the index. And put <menuitem ty…
Browse files Browse the repository at this point in the history
…pe> in the wrong place.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19964
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7683 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2013
1 parent 311b789 commit 558c226
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 22 deletions.
24 changes: 17 additions & 7 deletions complete.html
Expand Up @@ -101036,7 +101036,8 @@ <h3 class=no-num id=elements-1>Elements</h3>
<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>
Expand Down Expand Up @@ -102524,12 +102525,6 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
"<code title=attr-button-type-reset><a href=#attr-button-type-reset>reset</a></code>";
"<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>;
Expand All @@ -102546,6 +102541,20 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<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
Expand Down Expand Up @@ -104508,6 +104517,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Sebastian Markb&aring;ge,
Sebastian Schnitzenbaumer,
Seth Call,
Seth Dillingham,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Expand Down
24 changes: 17 additions & 7 deletions index
Expand Up @@ -101036,7 +101036,8 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down Expand Up @@ -102524,12 +102525,6 @@ if (s = prompt('What is your name?')) {
"<code title=attr-button-type-reset><a href=#attr-button-type-reset>reset</a></code>";
"<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>;
Expand All @@ -102546,6 +102541,20 @@ if (s = prompt('What is your name?')) {
<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
Expand Down Expand Up @@ -104508,6 +104517,7 @@ if (s = prompt('What is your name?')) {
Sebastian Markb&aring;ge,
Sebastian Schnitzenbaumer,
Seth Call,
Seth Dillingham,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Expand Down
27 changes: 19 additions & 8 deletions source
Expand Up @@ -118178,7 +118178,8 @@ if (s = prompt('What is your name?')) {
<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>

Expand Down Expand Up @@ -119951,13 +119952,6 @@ if (s = prompt('What is your name?')) {
"<code title="attr-button-type-reset">reset</code>";
"<code title="attr-button-type-button">button</code>";
"<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>;
Expand All @@ -119977,6 +119971,22 @@ if (s = prompt('What is your name?')) {
<td> <code title="attr-menu-type">menu</code>
<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>
Expand Down Expand Up @@ -122291,6 +122301,7 @@ if (s = prompt('What is your name?')) {
Sebastian Markb&aring;ge,
Sebastian Schnitzenbaumer,
Seth Call,
Seth Dillingham,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Expand Down

0 comments on commit 558c226

Please sign in to comment.