svg2: added aria-describedat and switched reference from ARIA 1.0 to 1.1

details:   https://svgwg.org/hg/svg2/rev/1f8cc06a0a7a
branches:  
changeset: 550:1f8cc06a0a7a
user:      Richard Schwerdtfeger <schwer@us.ibm.com>
date:      Thu Nov 14 14:01:18 2013 -0600
description:
added aria-describedat and switched reference from ARIA 1.0 to 1.1

diffstat:

 master/definitions.xml |  69 +++++++++++++++++++++++++------------------------
 master/refs.html       |   4 +-
 master/struct.html     |  10 +++---
 3 files changed, 42 insertions(+), 41 deletions(-)

diffs (192 lines):

diff --git a/master/definitions.xml b/master/definitions.xml
--- a/master/definitions.xml
+++ b/master/definitions.xml
@@ -833,50 +833,51 @@
   <attribute name='zoomAndPan' href='interact.html#ZoomAndPanAttribute'/>
 
   <!-- ... attribute categories .......................................... -->
 
   <attributecategory
       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
       name='navigation'
       href='intro.html#TermNavigationAttribute'>
     <attribute name='tabindex' href='tabindex' href='interact.html#SVGElementTabindexAttribute'/>
     <!--Make room for SVG tiny directional navigation-->
   </attributecategory>
diff --git a/master/refs.html b/master/refs.html
--- a/master/refs.html
+++ b/master/refs.html
@@ -17,21 +17,21 @@
 <h1>References</h1>
 
 <h2 id="NormativeReferences">Normative references</h2>
 
 <dl class="references">
 
   <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>
   
   <dt id="ref-ARIAIMPL" class="normref">[ARIAIMPL]</dt>
   <dd>
     <cite class="w3crec"><a href="http://www.w3.org/TR/wai-aria-implementation/">WAI-ARIA User Agent Implementation Guide</a></cite>,
     A. Snow-Weaver, M. Cooper, A. Leventhal, J. Scheuhammer, eds.
     World Wide Web Consortium, 16 Ausust 2011.
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -2093,17 +2093,17 @@ of <span class="attr-name">'xlink:lang'<
 <h2 id="WAIARIAAttributes">WAI-ARIA attributes</h2>
 
 <h3 id="roleattribute">Role attribute</h3>
 
 <p>Rendered SVG elements may have an ARIA role attribute specified. The
 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
 non-abstract role found in the list of values generated when the role attribute
 is split on spaces. </p>
   
 <dl class="attrdef-list">
    <dt>
@@ -2111,17 +2111,17 @@ is split on spaces. </p>
       <tr>
         <th>Name</th> 
         <th>Value</th> 
         <th>Lacuna value</th>
         <th>Animatable</th>
       </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>
     </table>
   </dt>
   <dd>
     <p>The role value is a set of white-space separated machine-extractable semantic information used to define the purpose of the element.
     </p>
@@ -2134,31 +2134,31 @@ is split on spaces. </p>
     "default" mean?</p>
   </dd>
 </dl>
 
 <h3 id="ARIAStateandPropertyAttributes">State and property attributes (all aria- attributes)</h3>
 
 <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
 not always meaningful, however, and in such cases user agents might not perform
 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>
 
 <h2 id="DOMInterfaces">DOM interfaces</h2>
 
 <h3 id="InterfaceSVGDocument">Interface Document</h3>
 
 <p>The DOM Core specification defines a <a>Document</a> interface, which this specification extends.</p>

Received on Thursday, 14 November 2013 20:04:18 UTC