Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@8024 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2013
1 parent e562e9f commit 859a7da
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -56908,7 +56908,7 @@ <h4 id=the-menuitem-element><span class=secno>4.11.4 </span>The <dfn><code>menui
<dd><code title=attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code> &mdash; Whether the form control is disabled</dd>
<dd><code title=attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code> &mdash; Whether the command or control is checked</dd>
<dd><code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code> &mdash; Name of group of commands to treat as a radio button group</dd>
<dd><code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code></dd>
<dd><code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code> &mdash; Mark the command as being a default command</dd>
<dd><code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> &mdash; Command definition</dd>
<dd>Also, the <code title=attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute has special semantics on this element. &mdash; Hint describing the command</dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
Expand Down Expand Up @@ -100103,6 +100103,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code>;
<code title=attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code>;
<code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code>;
<code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code>;
<code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code></td>
<td><code><a href=#htmlmenuitemelement>HTMLMenuItemElement</a></code></td>
<tr><th><code><a href=#the-meta-element>meta</a></code></th>
Expand Down Expand Up @@ -101208,6 +101209,10 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<a href=#valid-week-string>valid week string</a>,
<a href=#valid-non-negative-integer>valid non-negative integer</a>, or
<a href=#valid-duration-string>valid duration string</a>
<tr><th> <code title="">default</code>
<td> <code title=attr-menuitem-default><a href=#attr-menuitem-default>track</a></code>
<td> Mark the command as being a default command
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">default</code>
<td> <code title=attr-track-default><a href=#attr-track-default>track</a></code>
<td> Enable the track if no other <a href=#text-track>text track</a> is more suitable
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -56908,7 +56908,7 @@ fur
<dd><code title=attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code> &mdash; Whether the form control is disabled</dd>
<dd><code title=attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code> &mdash; Whether the command or control is checked</dd>
<dd><code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code> &mdash; Name of group of commands to treat as a radio button group</dd>
<dd><code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code></dd>
<dd><code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code> &mdash; Mark the command as being a default command</dd>
<dd><code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> &mdash; Command definition</dd>
<dd>Also, the <code title=attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute has special semantics on this element. &mdash; Hint describing the command</dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
Expand Down Expand Up @@ -100103,6 +100103,7 @@ if (s = prompt('What is your name?')) {
<code title=attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code>;
<code title=attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code>;
<code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code>;
<code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code>;
<code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code></td>
<td><code><a href=#htmlmenuitemelement>HTMLMenuItemElement</a></code></td>
<tr><th><code><a href=#the-meta-element>meta</a></code></th>
Expand Down Expand Up @@ -101208,6 +101209,10 @@ if (s = prompt('What is your name?')) {
<a href=#valid-week-string>valid week string</a>,
<a href=#valid-non-negative-integer>valid non-negative integer</a>, or
<a href=#valid-duration-string>valid duration string</a>
<tr><th> <code title="">default</code>
<td> <code title=attr-menuitem-default><a href=#attr-menuitem-default>track</a></code>
<td> Mark the command as being a default command
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">default</code>
<td> <code title=attr-track-default><a href=#attr-track-default>track</a></code>
<td> Enable the track if no other <a href=#text-track>text track</a> is more suitable
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -111969,6 +111969,7 @@ if (s = prompt('What is your name?')) {
<code title="attr-menuitem-disabled">disabled</code>;
<code title="attr-menuitem-checked">checked</code>;
<code title="attr-menuitem-radiogroup">radiogroup</code>;
<code title="attr-menuitem-default">default</code>;
<code title="attr-menuitem-command">command</code></td>
<td><code>HTMLMenuItemElement</code></td>
</tr>
Expand Down Expand Up @@ -113277,6 +113278,11 @@ if (s = prompt('What is your name?')) {
<span>valid week string</span>,
<span>valid non-negative integer</span>, or
<span>valid duration string</span>
<tr>
<th> <code title="">default</code>
<td> <code title="attr-menuitem-default">track</code>
<td> Mark the command as being a default command
<td> <span>Boolean attribute</span>
<tr>
<th> <code title="">default</code>
<td> <code title="attr-track-default">track</code>
Expand Down

0 comments on commit 859a7da

Please sign in to comment.