hixie: minor editorial fixes (whatwg r3848)

hixie: minor editorial fixes (whatwg r3848)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3014&r2=1.3015&f=h
http://html5.org/tools/web-apps-tracker?from=3847&to=3848

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3014
retrieving revision 1.3015
diff -u -d -r1.3014 -r1.3015
--- Overview.html 14 Sep 2009 11:40:43 -0000 1.3014
+++ Overview.html 14 Sep 2009 11:48:46 -0000 1.3015
@@ -37572,7 +37572,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>
@@ -37951,7 +37951,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>
 
@@ -37959,7 +37959,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

Received on Monday, 14 September 2009 11:49:41 UTC