HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/2782

SVNBugCommentTime (UTC)
2782Align more closely with CSS3 UI on selector definitions.2009-02-11 08:19
Index: source
===================================================================
--- source	(revision 2781)
+++ source	(revision 2782)
@@ -38101,6 +38101,8 @@
      <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>focusable</span></li>
+
     </ul>
 
     <p class="example">For example, if the user is using a keyboard to
@@ -38397,13 +38399,16 @@
 
     <ul>
 
-     <li>an <code>input</code> element to which the <code
+     <li><code>input</code> elements to which the <code
      title="attr-input-readonly">readonly</code> attribute applies,
-     but that is not <i title="concept-input-immutable">immutable</i>
-     (i.e. that does not have the attribute specified)</li>
+     but that are not <i title="concept-input-immutable">immutable</i>
+     (i.e. that do not have the attribute specified), and that are not
+     <span title="concept-fe-disabled">disabled</span></li>
 
      <li><code>textarea</code> elements that do not have a <code
-     title="attr-textarea-readonly">readonly</code> attribute</li>
+     title="attr-textarea-readonly">readonly</code> attribute, and
+     that are not <span
+     title="concept-fe-disabled">disabled</span></li>
 
      <li>any element that is <span>editable</span></li>
 

|