html5/spec Overview.html,1.1352,1.1353

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

Modified Files:
	Overview.html 
Log Message:
WF2: Prepare the <menu> section for upcoming edits to the <input> element's section. (whatwg r2180)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1352
retrieving revision 1.1353
diff -u -d -r1.1352 -r1.1353
--- Overview.html	14 Sep 2008 22:00:49 -0000	1.1352
+++ Overview.html	15 Sep 2008 05:37:25 -0000	1.1353
@@ -27,7 +27,7 @@
     for HTML and XHTML</h2>
 
    <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
-    Editor's Draft <!--ZZZ-->14 September 2008</h2>
+    Editor's Draft <!--ZZZ-->15 September 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -199,7 +199,7 @@
 
   <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
    the W3C working group responsible for this specification's progress along
-   the W3C Recommendation track. <!--ZZZ:--> This specification is the 14
+   the W3C Recommendation track. <!--ZZZ:--> This specification is the 15
    September 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- relationship to other work (required) -->
@@ -8636,9 +8636,10 @@
   <p>Certain elements in HTML can be activated, for instance <code><a
    href="#a">a</a></code> elements, <code><a href="#button">button</a></code>
    elements, or <code><a href="#input0">input</a></code> elements when their
-   <code>type</code> attribute is set to <code>radio</code>. Activation of
-   those elements can happen in various (UA-defined) ways, for instance via
-   the mouse or keyboard.
+   <code title=attr-input-type>type</code> attribute is in the <span
+   title=attr-input-type-radio>Radio Button</span> state. Activation of those
+   elements can happen in various (UA-defined) ways, for instance via the
+   mouse or keyboard.
 
   <p>When activation is performed via some method other than clicking the
    pointing device, the default action of the event that triggers the
@@ -31432,7 +31433,8 @@
   <p>The <dfn id=type13 title=attr-command-type><code>type</code></dfn>
    attribute indicates the kind of command: either a normal command with an
    associated action, or a state or option that can be toggled, or a
-   selection of one item from a list of items.
+   selection of one item from a list of items.</p>
+  <!-- XXX this should be an enumerated attribute -->
 
   <p>The attribute's value must be either "<code title="">command</code>",
    "<code title="">checkbox</code>", or "<code title="">radio</code>",
@@ -32428,27 +32430,27 @@
 
   <p>The <a href="#disabled10" title=command-facet-DisabledState>Disabled
    State</a> of the command mirrors the <a href="#disabled2"
-   title=concept-fe-disabled>disabled</a> state of the button. Typically this
-   is given by the element's <code title=attr-fe-disabled><a
-   href="#disabled3">disabled</a></code> attribute, but certain button types
-   become disabled at other times too (for example, the <code>move-up</code>
-   button type is disabled when it would have no effect).
+   title=concept-fe-disabled>disabled</a> state of the button.
 
   <h5 id=using1><span class=secno>4.11.6.3. </span><dfn id=using7
    title=input-command>Using the <code>input</code> element to define a
    command</dfn></h5>
 
   <p>An <code><a href="#input0">input</a></code> element whose <code
-   title=attr-input-type>type</code> attribute is one of <code>submit</code>,
-   <code>reset</code>, <code><a href="#button">button</a></code>,
-   <code>radio</code>, <code>checkbox</code>, <code>move-up</code>,
-   <code>move-down</code>, <code>add</code>, and <code>remove</code> <a
-   href="#command1" title=concept-command>defines a command</a>.
+   title=attr-input-type>type</code> attribute is in one of the <span
+   title=attr-input-type-submit>Submit Button</span>, <span
+   title=attr-input-type-reset>Reset Button</span>, <span
+   title=attr-input-type-button>Button</span>, <span
+   title=attr-input-type-radio>Radio Button</span>, or <span
+   title=attr-input-type-checkbox>Checkbox</span> states <a href="#command1"
+   title=concept-command>defines a command</a>.
 
   <p>The <a href="#type19" title=command-facet-Type>Type</a> of the command
-   is "radio" if the <code title=attr-input-type>type</code> attribute has
-   the value <code>radio</code>, "checkbox" if the <code>type</code>
-   attribute has the value <code>checkbox</code>, and "command" otherwise.
+   is "radio" if the <code title=attr-input-type>type</code> attribute is in
+   the <code title=attr-input-type-radio>Radio Button</code> state,
+   "checkbox" if the <code title=attr-input-type>type</code> attribute is in
+   the <code title=attr-input-type-checkbox>Checkbox</code> state, and
+   "command" otherwise.
 
   <p>The <a href="#id1" title=command-facet-ID>ID</a> of the command is the
    value of the <code title=attr-id><a href="#id">id</a></code> attribute of
@@ -32491,11 +32493,7 @@
 
   <p>The <a href="#disabled10" title=command-facet-DisabledState>Disabled
    State</a> of the command mirrors the <a href="#disabled2"
-   title=concept-fe-disabled>disabled</a> state of the control. Typically
-   this is given by the element's <code title=attr-fe-disabled><a
-   href="#disabled3">disabled</a></code> attribute, but certain input types
-   become disabled at other times too (for example, the <code>move-up</code>
-   input type is disabled when it would have no effect).
+   title=concept-fe-disabled>disabled</a> state of the control.
 
   <p>The <a href="#checked3" title=command-facet-CheckedState>Checked
    State</a> of the command is true if the command is of <a href="#type19"

Received on Monday, 15 September 2008 05:38:02 UTC