- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Fri, 07 Feb 2014 11:51:14 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/94304f3a5f86
branches:
changeset: 613:94304f3a5f86
user: Richard Schwerdtfeger <schwer@us.ibm.com>
date: Fri Feb 07 13:48:55 2014 -0600
description:
remove limitations on ARIA states and properties to only rendered elements
diffstat:
master/struct.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (22 lines):
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -1873,17 +1873,17 @@ is split on spaces. </p>
<p class="issue">The lacuna value is defined to be "default", but that's not
listed as one of the role names in the referenced ARIA section. What does
"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
+<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>
<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-1.1/appendices#typemapping">Mapping WAI-ARIA Value types to langauges</a>
Received on Friday, 7 February 2014 19:51:37 UTC