[html5] r2180 - [] (0) WF2: Prepare the <menu> section for upcoming edits to the <input> element [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 14 22:37:21 PDT 2008


Author: ianh
Date: 2008-09-14 22:37:20 -0700 (Sun, 14 Sep 2008)
New Revision: 2180

Modified:
   index
   source
Log:
[] (0) WF2: Prepare the <menu> section for upcoming edits to the <input> element's section.

Modified: index
===================================================================
--- index	2008-09-14 22:00:45 UTC (rev 2179)
+++ index	2008-09-15 05:37:20 UTC (rev 2180)
@@ -29,7 +29,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 14
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 15
     September 2008</h2>
 
    <p>You can take part in this work. <a
@@ -8629,9 +8629,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
@@ -31425,7 +31426,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>",
@@ -32421,27 +32423,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
@@ -32484,11 +32486,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"

Modified: source
===================================================================
--- source	2008-09-14 22:00:45 UTC (rev 2179)
+++ source	2008-09-15 05:37:20 UTC (rev 2180)
@@ -6453,10 +6453,11 @@
 
   <p>Certain elements in HTML can be activated, for instance
   <code>a</code> elements, <code>button</code> elements, or
-  <code>input</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.</p>
+  <code>input</code> elements when their <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>
 
   <p>When activation is performed via some method other than clicking
   the pointing device, the default action of the event that triggers
@@ -28456,6 +28457,8 @@
   with an associated action, or a state or option that can be toggled,
   or a 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>", denoting each of these three types of
@@ -29415,27 +29418,26 @@
 
   <p>The <span title="command-facet-DisabledState">Disabled
   State</span> of the command mirrors the <span
-  title="concept-fe-disabled">disabled</span> state of the
-  button. Typically this is given by the element's <code
-  title="attr-fe-disabled">disabled</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).</p>
+  title="concept-fe-disabled">disabled</span> state of the button.</p>
 
 
   <h5><dfn title="input-command">Using the <code>input</code> element to define a command</dfn></h5>
 
   <p>An <code>input</code> element whose <code
-  title="attr-input-type">type</code> attribute is one of
-  <code>submit</code>, <code>reset</code>, <code>button</code>,
-  <code>radio</code>, <code>checkbox</code>, <code>move-up</code>,
-  <code>move-down</code>, <code>add</code>, and <code>remove</code>
-  <span title="concept-command">defines a command</span>.</p>
+  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 <span
+  title="concept-command">defines a command</span>.</p>
 
   <p>The <span title="command-facet-Type">Type</span> 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
+  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>
 
   <p>The <span title="command-facet-ID">ID</span> of the command is
@@ -29480,11 +29482,7 @@
   <p>The <span title="command-facet-DisabledState">Disabled
   State</span> of the command mirrors the <span
   title="concept-fe-disabled">disabled</span> state of the
-  control. Typically this is given by the element's <code
-  title="attr-fe-disabled">disabled</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).</p>
+  control.</p>
 
   <p>The <span title="command-facet-CheckedState">Checked State</span>
   of the command is true if the command is of <span




More information about the Commit-Watchers mailing list