- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Sun, 09 Feb 2014 15:30:31 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/771b883260aa branches: changeset: 618:771b883260aa user: Cameron McCormack <cam@mcc.id.au> date: Mon Feb 10 10:28:33 2014 +1100 description: Pull out lacuna value for role="" from the attribute definition table. diffstat: master/struct.html | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diffs (41 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -1851,33 +1851,32 @@ is split on spaces. </p> <table class="propdef attrdef"> <tr> <th>Name</th> <th>Value</th> <th>Lacuna value</th> <th>Animatable</th> </tr> <tr> - <td> <dfn id="RoleAttribute">role</dfn> </td> + <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-1.1/roles#role_definitions">Definition of Roles</a> ([<a href="refs.html#ref-ARIA">ARIA</a>], section 5.4)</td> - <td>See <a href="#implicit-aria-semantics">Default implied ARIA semantic</a> for SVG elements</td> + <td>(see prose)</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> <p class="issue">The "Value" entry in the attribute definition box above should be a grammar, not a sentence. Maybe we can define a symbol <role> by reference to the ARIA specification, and then define the attribute as taking "role+".</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> + <p>The <a>lacuna value</a> for the <a>'role'</a> attribute is the corresponding + <a href="#implicit-aria-semantics">default implied ARIA semantic for SVG elements</a>.</p> </dd> </dl> <h3 id="ARIAStateandPropertyAttributes">State and property attributes (all aria- attributes)</h3> <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>
Received on Sunday, 9 February 2014 23:30:54 UTC