[html5] r3848 - [e] (0) minor editorial fixes

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 14 04:54:06 PDT 2009


Author: ianh
Date: 2009-09-14 04:54:05 -0700 (Mon, 14 Sep 2009)
New Revision: 3848

Modified:
   index
   source
Log:
[e] (0) minor editorial fixes

Modified: index
===================================================================
--- index	2009-09-14 11:46:02 UTC (rev 3847)
+++ index	2009-09-14 11:54:05 UTC (rev 3848)
@@ -42015,7 +42015,7 @@
   <menu label="File">
    <button type="button" onclick="fnew()">New...</button>
    <button type="button" onclick="fopen()">Open...</button>
-   <button type="button" onclick="fsave()" id="save">Save</button>
+   <button type="button" onclick="fsave()">Save</button>
    <button type="button" onclick="fsaveas()">Save as...</button>
   </menu>
  </li>
@@ -42434,7 +42434,7 @@
   the command is disabled, and false if the command is not
   disabled. This attribute is not affected by the command's <a href=#command-facet-hiddenstate title=command-facet-HiddenState>Hidden State</a>. If the
   element does not define a command, the attribute must return
-  false. This attribute will be shadowed by the <code title="">disabled</code> attribute on <code><a href=#the-button-element>button</a></code>,
+  false. This attribute will be shadowed by the <code title="">disabled</code> IDL attribute on <code><a href=#the-button-element>button</a></code>,
   <code><a href=#the-input-element>input</a></code>, <code><a href=#the-option-element>option</a></code>, and <code><a href=#the-command>command</a></code>
   elements.</p>
 
@@ -42442,7 +42442,7 @@
   must return true if the command's <a href=#command-facet-checkedstate title=command-facet-CheckedState>Checked State</a> is that the
   command is checked, and false if it is that the command is not
   checked. If the element does not define a command, the attribute
-  must return false. This attribute will be shadowed by the <code title="">checked</code> attribute on <code><a href=#the-input-element>input</a></code> and
+  must return false. This attribute will be shadowed by the <code title="">checked</code> IDL attribute on <code><a href=#the-input-element>input</a></code> and
   <code><a href=#the-command>command</a></code> elements.</p>
 
 <!--v2COMMAND

Modified: source
===================================================================
--- source	2009-09-14 11:46:02 UTC (rev 3847)
+++ source	2009-09-14 11:54:05 UTC (rev 3848)
@@ -46835,7 +46835,7 @@
   <menu label="File">
    <button type="button" onclick="fnew()">New...</button>
    <button type="button" onclick="fopen()">Open...</button>
-   <button type="button" onclick="fsave()" id="save">Save</button>
+   <button type="button" onclick="fsave()">Save</button>
    <button type="button" onclick="fsaveas()">Save as...</button>
   </menu>
  </li>
@@ -47299,7 +47299,7 @@
   title="command-facet-HiddenState">Hidden State</span>. If the
   element does not define a command, the attribute must return
   false. This attribute will be shadowed by the <code
-  title="">disabled</code> attribute on <code>button</code>,
+  title="">disabled</code> IDL attribute on <code>button</code>,
   <code>input</code>, <code>option</code>, and <code>command</code>
   elements.</p>
 
@@ -47310,7 +47310,7 @@
   command is checked, and false if it is that the command is not
   checked. If the element does not define a command, the attribute
   must return false. This attribute will be shadowed by the <code
-  title="">checked</code> attribute on <code>input</code> and
+  title="">checked</code> IDL attribute on <code>input</code> and
   <code>command</code> elements.</p>
 
 <!--v2COMMAND




More information about the Commit-Watchers mailing list