html5/spec Overview.html,1.3014,1.3015

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28161

Modified Files:
	Overview.html 
Log Message:
minor editorial fixes (whatwg r3848)

Index: Overview.html
===================================================================
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:48:59 UTC