remove limitations on ARIA states and properties to only rendered elements
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Fri, 07 Feb 2014 13:48:55 -0600
changeset 613 94304f3a5f86
parent 612 b2649b191f8d
child 614 57fae62222d8
remove limitations on ARIA states and properties to only rendered elements
master/struct.html
--- a/master/struct.html	Fri Feb 07 17:13:35 2014 +0100
+++ b/master/struct.html	Fri Feb 07 13:48:55 2014 -0600
@@ -1878,7 +1878,7 @@
 
 <h3 id="ARIAStateandPropertyAttributes">State and property attributes (all aria- attributes)</h3>
 
-<p>Every renderable SVG element may have WAI-ARIA state and property attributes
+<p>SVG elements having native semantics that are not limited to <a href="http://www.w3.org/TR/wai-aria-1.1/roles#presentation">presentation</a> (having "no role"), may have an 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-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>