added aria-describedat and switched reference from ARIA 1.0 to 1.1
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 14 Nov 2013 14:01:18 -0600
changeset 550 1f8cc06a0a7a
parent 549 d557815498f0
child 551 05f1e8581f40
added aria-describedat and switched reference from ARIA 1.0 to 1.1
master/definitions.xml
master/refs.html
master/struct.html
--- a/master/definitions.xml	Tue Nov 12 15:47:50 2013 +1100
+++ b/master/definitions.xml	Thu Nov 14 14:01:18 2013 -0600
@@ -838,40 +838,41 @@
       name='aria'
       href='intro.html#TermARIAAttribute'>
     <attribute name='aria-activedescendant' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-activedescendant'/>
-    <attribute name='aria-atomic' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-atomic'/>
-    <attribute name='aria-autocomplete' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-autocomplete'/>
-    <attribute name='aria-busy' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-busy'/>
-    <attribute name='aria-checked' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-checked'/>
-    <attribute name='aria-controls' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-controls'/>
-    <attribute name='aria-describedby' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-describedby'/>
-    <attribute name='aria-disabled' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-disabled'/>
-    <attribute name='aria-dropeffect' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-dropeffect'/>
-    <attribute name='aria-expanded' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-expanded'/>
-    <attribute name='aria-flowto' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-flowto'/>
-    <attribute name='aria-grabbed' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-grabbed'/>
-    <attribute name='aria-haspopup' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-haspopup'/>
-    <attribute name='aria-hidden' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden'/>
-    <attribute name='aria-invalid' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-invalid'/>
-    <attribute name='aria-label' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-label'/>
-    <attribute name='aria-labelledby' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-labelledby'/>
-    <attribute name='aria-level' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-level'/>
-    <attribute name='aria-live' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-live'/>
-    <attribute name='aria-multiline' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-multiline'/>
-    <attribute name='aria-multiselectable' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-multiselectable'/>
-    <attribute name='aria-orientation' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-orientation'/>
-    <attribute name='aria-owns' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-owns'/>
-    <attribute name='aria-posinset' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-posinset'/>
-    <attribute name='aria-pressed' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-pressed'/>
-    <attribute name='aria-readonly' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-readonly'/>
-    <attribute name='aria-relevant' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-relevant'/>
-    <attribute name='aria-required' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-required'/>
-    <attribute name='aria-selected' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-selected'/>
-    <attribute name='aria-setsize' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-setsize'/>
-    <attribute name='aria-sort' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-sort'/>
-    <attribute name='aria-valuemax' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemax'/>
-    <attribute name='aria-valuemin' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemin'/>
-    <attribute name='aria-valuenow' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuenow'/>
-    <attribute name='aria-valuetext' href='http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuetext'/>
+    <attribute name='aria-atomic' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-atomic'/>
+    <attribute name='aria-autocomplete' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-autocomplete'/>
+    <attribute name='aria-busy' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-busy'/>
+    <attribute name='aria-checked' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-checked'/>
+    <attribute name='aria-controls' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-controls'/>
+    <attribute name='aria-describedat' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-describedat'/>
+    <attribute name='aria-describedby' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-describedby'/>
+    <attribute name='aria-disabled' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-disabled'/>
+    <attribute name='aria-dropeffect' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-dropeffect'/>
+    <attribute name='aria-expanded' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-expanded'/>
+    <attribute name='aria-flowto' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-flowto'/>
+    <attribute name='aria-grabbed' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-grabbed'/>
+    <attribute name='aria-haspopup' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-haspopup'/>
+    <attribute name='aria-hidden' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-hidden'/>
+    <attribute name='aria-invalid' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-invalid'/>
+    <attribute name='aria-label' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-label'/>
+    <attribute name='aria-labelledby' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-labelledby'/>
+    <attribute name='aria-level' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-level'/>
+    <attribute name='aria-live' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-live'/>
+    <attribute name='aria-multiline' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-multiline'/>
+    <attribute name='aria-multiselectable' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-multiselectable'/>
+    <attribute name='aria-orientation' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-orientation'/>
+    <attribute name='aria-owns' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-owns'/>
+    <attribute name='aria-posinset' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-posinset'/>
+    <attribute name='aria-pressed' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-pressed'/>
+    <attribute name='aria-readonly' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-readonly'/>
+    <attribute name='aria-relevant' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-relevant'/>
+    <attribute name='aria-required' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-required'/>
+    <attribute name='aria-selected' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-selected'/>
+    <attribute name='aria-setsize' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-setsize'/>
+    <attribute name='aria-sort' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-sort'/>
+    <attribute name='aria-valuemax' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-valuemax'/>
+    <attribute name='aria-valuemin' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-valuemin'/>
+    <attribute name='aria-valuenow' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-valuenow'/>
+    <attribute name='aria-valuetext' href='http://www.w3.org/TR/wai-aria-1.1/states_and_properties#aria-valuetext'/>
     <attribute name='role' href='struct.html#RoleAttribute'/>
   </attributecategory>
   <attributecategory
--- a/master/refs.html	Tue Nov 12 15:47:50 2013 +1100
+++ b/master/refs.html	Thu Nov 14 14:01:18 2013 -0600
@@ -22,11 +22,11 @@
 
   <dt id="ref-ARIA" class="normref">[ARIA]</dt>
   <dd>
-    <cite class="w3crec"><a href="http://www.w3.org/TR/wai-aria/">Accessible Internet Applications (WAI-ARIA) 1.0</a></cite>,
+    <cite class="w3crec"><a href="http://www.w3.org/TR/wai-aria-1.1/">Accessible Internet Applications (WAI-ARIA) 1.1</a></cite>,
     J. Craig, M. Cooper, L. Pappas, R. Schwerdtfeger, L. Seeman, eds.
     World Wide Web Consortium, 18 January 2011.
     <br/>This edition of WAI-ARIA 1.0 is http://www.w3.org/TR/2011/CR-wai-aria-20110118/.
-    <br/>The <a href="http://www.w3.org/TR/wai-aria/">latest edition of WAI-ARIA</a> is available at
+    <br/>The <a href="http://www.w3.org/TR/wai-aria-1.1/">latest edition of WAI-ARIA</a> is available at
     http://www.w3.org/TR/wai-aria/.
   </dd>
   
--- a/master/struct.html	Tue Nov 12 15:47:50 2013 +1100
+++ b/master/struct.html	Thu Nov 14 14:01:18 2013 -0600
@@ -2098,7 +2098,7 @@
 attribute, if specified, must have a value that is a set of space-separated
 tokens representing the various WAI-ARIA roles that the element belongs to.
 These tokens are role values defined in
-<a href="http://www.w3.org/TR/wai-aria/roles#role_definitions">Definition of Roles</a>
+<a href="http://www.w3.org/TR/wai-aria-1.1/roles#role_definitions">Definition of Roles</a>
 ([<a href="refs.html#ref-ARIA">ARIA</a>], section 5.4).</p>
 
 <p>The WAI-ARIA role that an SVG element has assigned to it is the first
@@ -2116,7 +2116,7 @@
       </tr> 
       <tr>
         <td> <dfn id="RoleAttribute">role</dfn> </td>
-        <td> white-space space separated tokens having values defined in <a href="http://www.w3.org/TR/wai-aria/roles#role_definitions">Definition of Roles</a> ([<a href="refs.html#ref-ARIA">ARIA</a>], section 5.4)</td>
+        <td> white-space space separated tokens having values defined in <a href="http://www.w3.org/TR/wai-aria-1.1/roles#role_definitions">Definition of Roles</a> ([<a href="refs.html#ref-ARIA">ARIA</a>], section 5.4)</td>
         <td>default</td>
         <td>no</td>
       </tr>
@@ -2139,13 +2139,13 @@
 
 <p>Every renderable SVG element may have WAI-ARIA state and property attributes
 specified. These attributes are defined by ARIA in
-<a href="http://www.w3.org/TR/wai-aria/states_and_properties#state_prop_def">Definitions of States and Properties (all aria-* attributes)</a>
+<a href="http://www.w3.org/TR/wai-aria-1.1/states_and_properties#state_prop_def">Definitions of States and Properties (all aria-* attributes)</a>
 (<a href="https://svgwg.org/svg2-draft/refs.html#ref-ARIA">[ARIA]</a>, section 6.6).</p>
 
 <p>These attributes, if specified, must have a value that is the WAI-ARIA value
 type in the "Value" field of the definition for the state or property, mapped to
 the appropriate SVG value type according to
-<a href="http://www.w3.org/TR/wai-aria/appendices#typemapping">Mapping WAI-ARIA Value types to langauges</a>
+<a href="http://www.w3.org/TR/wai-aria-1.1/appendices#typemapping">Mapping WAI-ARIA Value types to langauges</a>
 using the SVG mapping ([<a href="refs.html#ref-ARIA">ARIA</a>], section 10.2).</p>
 
 <p>WAI-ARIA State and Property attributes can be used on any element. They are
@@ -2153,7 +2153,7 @@
 any processing aside from including them in the DOM. Unlike some other host
 languages, SVG is not considered to have strong native host language semantics
 in terms of the user interface, consequently state and property attributes are
-processed according to the <a href="http://www.w3.org/TR/wai-aria"><cite>ARIA</cite></a> and
+processed according to the <a href="http://www.w3.org/TR/wai-aria-1.1"><cite>ARIA</cite></a> and
 <a href="http://www.w3.org/TR/wai-aria-implementation/"><cite>ARIA User Agent Implementation Guide</cite></a>
 specifications. [<a href="refs.html#ref-ARIA">ARIA</a>] [<a href="refs.html#ref-ARIAIMPL">ARIAIMPL</a>]</p>