html5/spec Overview.html,1.4407,1.4408

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

Modified Files:
	Overview.html 
Log Message:
Update some ARIA mappings for states to make more sense (whatwg r5518)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4407
retrieving revision 1.4408
diff -u -d -r1.4407 -r1.4408
--- Overview.html	26 Sep 2010 20:00:54 -0000	1.4407
+++ Overview.html	26 Sep 2010 20:17:30 -0000	1.4408
@@ -9305,6 +9305,9 @@
     <tr><td><code><a href="#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute in the <a href="#week-state" title="attr-input-type-week">Week</a> state
      <td>No role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute
 
+    <tr><td><code><a href="#the-input-element">input</a></code> element that is <a href="#concept-input-required" title="concept-input-required">required</a>
+     <td>The <code title="title-aria-required">aria-required</code> state set to "true"
+
     <tr><td><code><a href="#the-keygen-element">keygen</a></code> element
      <td>No role
 
@@ -9356,6 +9359,9 @@
     <tr><td><code><a href="#the-select-element">select</a></code> element with no <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute
      <td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false"
 
+    <tr><td><code><a href="#the-select-element">select</a></code> element with a <code title="attr-select-required"><a href="#attr-select-required">required</a></code> attribute
+     <td>The <code title="title-aria-required">aria-required</code> state set to "true"
+
     <tr><td><code><a href="#the-source-element">source</a></code> element
      <td>No role
 
@@ -9374,6 +9380,9 @@
     <tr><td><code><a href="#the-textarea-element">textarea</a></code> element
      <td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly"><a href="#attr-textarea-readonly">readonly</a></code> attribute
 
+    <tr><td><code><a href="#the-textarea-element">textarea</a></code> element with a <code title="attr-textarea-required"><a href="#attr-textarea-required">required</a></code> attribute
+     <td>The <code title="title-aria-required">aria-required</code> state set to "true"
+
     <tr><td><code><a href="#the-tfoot-element">tfoot</a></code> element
      <td><code title="attr-aria-role-rowgroup">rowgroup</code> role
 
@@ -9404,11 +9413,14 @@
     <tr><td>An element that <a href="#concept-command" title="concept-command">defines a command</a>, whose <a href="#command-facet-type" title="command-facet-type">Type</a> facet is "radio", and that is a descendant of a <code><a href="#menus">menu</a></code> element whose <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute in the <a href="#list-state" title="list state">list</a> state
      <td><code title="attr-aria-role-menuitemradio">menuitemradio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the command's <a href="#command-facet-checkedstate" title="command-facet-checkedstate">Checked State</a> facet is true, and "false" otherwise
 
-    <tr><td>Elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a>
+    <tr><td>Element that is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a>
      <td>The <code title="title-aria-disabled">aria-disabled</code> state set to "true"
 
-    <tr><td>Elements that are <a href="#concept-input-required" title="concept-input-required">required</a>
-     <td>The <code title="title-aria-required">aria-required</code> state set to "true"
+    <tr><td>Element with a <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute
+     <td>The <code title="title-aria-hidden">aria-hidden</code> state set to "true"
+
+    <tr><td>Element that is a <a href="#candidate-for-constraint-validation">candidate for constraint validation</a> but that does not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy its constraints</a>
+     <td>The <code title="title-aria-invalid">aria-invalid</code> state set to "true"
 
   </table><p>Some <a href="#html-elements">HTML elements</a> have native semantics that can be
   overridden. The following table lists these elements<span class="impl"> and their <span>implicit ARIA semantics</span></span>,

Received on Sunday, 26 September 2010 20:17:37 UTC