[html5] r5769 - [giow] (1) clarify :read-write Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 11 11:51:34 PST 2011


Author: ianh
Date: 2011-01-11 11:51:33 -0800 (Tue, 11 Jan 2011)
New Revision: 5769

Modified:
   complete.html
   index
   source
Log:
[giow] (1) clarify :read-write
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11554

Modified: complete.html
===================================================================
--- complete.html	2011-01-11 19:36:34 UTC (rev 5768)
+++ complete.html	2011-01-11 19:51:33 UTC (rev 5769)
@@ -52488,9 +52488,9 @@
    <dd>
 
     <p>The <code title=selector-active><a href=#selector-active>:active</a></code> pseudo-class
-    must match the following elements between the time the user begins
-    to activate the element and the time the user stops activating
-    the element:</p>
+    must match any element falling into one of the following
+    categories between the time the user begins to activate the
+    element and the time the user stops activating the element:</p>
 
     <ul><li><code><a href=#the-a-element>a</a></code> elements that have an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute</li>
 
@@ -52504,8 +52504,7 @@
 
      <li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
 
-     <li>any other element, if it is <a href=#specially-focusable>specially
-     focusable</a></li>
+     <li>elements that are <a href=#specially-focusable>specially focusable</a></li>
 
     </ul><p class=example>For example, if the user is using a keyboard to
     push a <code><a href=#the-button-element>button</a></code> element by pressing the space bar, the
@@ -52521,7 +52520,8 @@
    <dd>
 
     <p>The <code title=selector-enabled><a href=#selector-enabled>:enabled</a></code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul><li><code><a href=#the-a-element>a</a></code> elements that have an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute</li>
 
@@ -52557,7 +52557,8 @@
    <dd>
 
     <p>The <code title=selector-disabled><a href=#selector-disabled>:disabled</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-button-element>button</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
 
@@ -52587,7 +52588,8 @@
    <dd>
 
     <p>The <code title=selector-checked><a href=#selector-checked>:checked</a></code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state and whose
      <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is
@@ -52628,7 +52630,8 @@
    <dd>
 
     <p>The <code title=selector-default><a href=#selector-default>:default</a></code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul><li><code><a href=#the-button-element>button</a></code> elements that are their form's
      <a href=#default-button>default button</a></li>
@@ -52704,7 +52707,8 @@
    <dd>
 
     <p>The <code title=selector-required><a href=#selector-required>:required</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements that are <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
 
@@ -52722,7 +52726,8 @@
    <dd>
 
     <p>The <code title=selector-optional><a href=#selector-optional>:optional</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-required><a href=#attr-input-required>required</a></code> attribute applies
      that are not <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
@@ -52741,7 +52746,8 @@
    <dd>
 
     <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
      but that are not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>
@@ -52751,7 +52757,9 @@
      <li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute, and
      that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
 
-     <li>any element that is <a href=#editable>editable</a></li>
+     <li>elements that are <a href=#editable>editable</a> and is neither an
+     <code><a href=#the-input-element>input</a></code> element nor a <code><a href=#the-textarea-element>textarea</a></code>
+     element</li>
 
     </ul><p>The <code title=selector-read-only><a href=#selector-read-only>:read-only</a></code>
     pseudo-class must match all other <a href=#html-elements>HTML elements</a>.</p>

Modified: index
===================================================================
--- index	2011-01-11 19:36:34 UTC (rev 5768)
+++ index	2011-01-11 19:51:33 UTC (rev 5769)
@@ -52470,9 +52470,9 @@
    <dd>
 
     <p>The <code title=selector-active><a href=#selector-active>:active</a></code> pseudo-class
-    must match the following elements between the time the user begins
-    to activate the element and the time the user stops activating
-    the element:</p>
+    must match any element falling into one of the following
+    categories between the time the user begins to activate the
+    element and the time the user stops activating the element:</p>
 
     <ul><li><code><a href=#the-a-element>a</a></code> elements that have an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute</li>
 
@@ -52486,8 +52486,7 @@
 
      <li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
 
-     <li>any other element, if it is <a href=#specially-focusable>specially
-     focusable</a></li>
+     <li>elements that are <a href=#specially-focusable>specially focusable</a></li>
 
     </ul><p class=example>For example, if the user is using a keyboard to
     push a <code><a href=#the-button-element>button</a></code> element by pressing the space bar, the
@@ -52503,7 +52502,8 @@
    <dd>
 
     <p>The <code title=selector-enabled><a href=#selector-enabled>:enabled</a></code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul><li><code><a href=#the-a-element>a</a></code> elements that have an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute</li>
 
@@ -52539,7 +52539,8 @@
    <dd>
 
     <p>The <code title=selector-disabled><a href=#selector-disabled>:disabled</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-button-element>button</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
 
@@ -52569,7 +52570,8 @@
    <dd>
 
     <p>The <code title=selector-checked><a href=#selector-checked>:checked</a></code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state and whose
      <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is
@@ -52610,7 +52612,8 @@
    <dd>
 
     <p>The <code title=selector-default><a href=#selector-default>:default</a></code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul><li><code><a href=#the-button-element>button</a></code> elements that are their form's
      <a href=#default-button>default button</a></li>
@@ -52686,7 +52689,8 @@
    <dd>
 
     <p>The <code title=selector-required><a href=#selector-required>:required</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements that are <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
 
@@ -52704,7 +52708,8 @@
    <dd>
 
     <p>The <code title=selector-optional><a href=#selector-optional>:optional</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-required><a href=#attr-input-required>required</a></code> attribute applies
      that are not <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
@@ -52723,7 +52728,8 @@
    <dd>
 
     <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
      but that are not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>
@@ -52733,7 +52739,9 @@
      <li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute, and
      that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
 
-     <li>any element that is <a href=#editable>editable</a></li>
+     <li>elements that are <a href=#editable>editable</a> and is neither an
+     <code><a href=#the-input-element>input</a></code> element nor a <code><a href=#the-textarea-element>textarea</a></code>
+     element</li>
 
     </ul><p>The <code title=selector-read-only><a href=#selector-read-only>:read-only</a></code>
     pseudo-class must match all other <a href=#html-elements>HTML elements</a>.</p>

Modified: source
===================================================================
--- source	2011-01-11 19:36:34 UTC (rev 5768)
+++ source	2011-01-11 19:51:33 UTC (rev 5769)
@@ -59104,9 +59104,9 @@
    <dd>
 
     <p>The <code title="selector-active">:active</code> pseudo-class
-    must match the following elements between the time the user begins
-    to activate the element and the time the user stops activating
-    the element:</p>
+    must match any element falling into one of the following
+    categories between the time the user begins to activate the
+    element and the time the user stops activating the element:</p>
 
     <ul>
 
@@ -59132,8 +59132,7 @@
      <li><code>command</code> elements that do not have a <code
      title="attr-command-disabled">disabled</code> attribute</li>
 
-     <li>any other element, if it is <span>specially
-     focusable</span></li>
+     <li>elements that are <span>specially focusable</span></li>
 
     </ul>
 
@@ -59152,7 +59151,8 @@
    <dd>
 
     <p>The <code title="selector-enabled">:enabled</code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul>
 
@@ -59202,7 +59202,8 @@
    <dd>
 
     <p>The <code title="selector-disabled">:disabled</code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul>
 
@@ -59243,7 +59244,8 @@
    <dd>
 
     <p>The <code title="selector-checked">:checked</code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul>
 
@@ -59299,7 +59301,8 @@
    <dd>
 
     <p>The <code title="selector-default">:default</code> pseudo-class
-    must match the following elements:</p>
+    must match any element falling into one of the following
+    categories:</p>
 
     <ul>
 
@@ -59386,7 +59389,8 @@
    <dd>
 
     <p>The <code title="selector-required">:required</code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul>
 
@@ -59411,7 +59415,8 @@
    <dd>
 
     <p>The <code title="selector-optional">:optional</code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul>
 
@@ -59437,7 +59442,8 @@
    <dd>
 
     <p>The <code title="selector-read-write">:read-write</code>
-    pseudo-class must match the following elements:</p>
+    pseudo-class must match any element falling into one of the
+    following categories:</p>
 
     <ul>
 
@@ -59454,7 +59460,9 @@
      that are not <span
      title="concept-fe-disabled">disabled</span></li>
 
-     <li>any element that is <span>editable</span></li>
+     <li>elements that are <span>editable</span> and is neither an
+     <code>input</code> element nor a <code>textarea</code>
+     element</li>
 
     </ul>
 




More information about the Commit-Watchers mailing list