[html5] r8024 - [e] (0) <menuitem default> in index Fixing https://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 3 12:39:20 PDT 2013


Author: ianh
Date: 2013-07-03 12:39:18 -0700 (Wed, 03 Jul 2013)
New Revision: 8024

Modified:
   complete.html
   index
   source
Log:
[e] (0) <menuitem default> in index
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22510
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-03 18:39:19 UTC (rev 8023)
+++ complete.html	2013-07-03 19:39:18 UTC (rev 8024)
@@ -56908,7 +56908,7 @@
    <dd><code title=attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code> — Whether the command or control is checked</dd>
    <dd><code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code> — 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> — Mark the command as being a default command</dd>
    <dd><code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> — 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. — Hint describing the command</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -100103,6 +100103,7 @@
          <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>
@@ -101209,6 +101210,10 @@
           <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
      <td> <a href=#boolean-attribute>Boolean attribute</a>

Modified: index
===================================================================
--- index	2013-07-03 18:39:19 UTC (rev 8023)
+++ index	2013-07-03 19:39:18 UTC (rev 8024)
@@ -56908,7 +56908,7 @@
    <dd><code title=attr-menuitem-disabled><a href=#attr-menuitem-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-menuitem-checked><a href=#attr-menuitem-checked>checked</a></code> — Whether the command or control is checked</dd>
    <dd><code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code> — 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> — Mark the command as being a default command</dd>
    <dd><code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> — 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. — Hint describing the command</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -100103,6 +100103,7 @@
          <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>
@@ -101209,6 +101210,10 @@
           <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
      <td> <a href=#boolean-attribute>Boolean attribute</a>

Modified: source
===================================================================
--- source	2013-07-03 18:39:19 UTC (rev 8023)
+++ source	2013-07-03 19:39:18 UTC (rev 8024)
@@ -111969,6 +111969,7 @@
          <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>
@@ -113279,6 +113280,11 @@
           <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>
      <td> Enable the track if no other <span>text track</span> is more suitable
      <td> <span>Boolean attribute</span>




More information about the Commit-Watchers mailing list