- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Sun, 09 Feb 2014 21:33:09 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/70bdd13d03b6 branches: changeset: 621:70bdd13d03b6 user: Cameron McCormack <cam@mcc.id.au> date: Mon Feb 10 16:31:12 2014 +1100 description: Minor edits. diffstat: master/struct.html | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diffs (52 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -1853,17 +1853,17 @@ is split on spaces. </p> <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-1.1/roles#role_definitions">Definition of Roles</a> ([<a href="refs.html#ref-ARIA">ARIA</a>], section 5.4)</td> - <td>(see prose)</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 @@ -1948,23 +1948,28 @@ specifications. [<a href="refs.html#ref- <tr> <td><a>'audio'</a></td> <td>none</td> <td>If must be specified, role must be <code title="attr-aria-role-application">application</code></td> </tr> <tr> <td><a>'canvas'</a></td> <td><code title="attr-group-role">group</code> role</td> - <td>no Restrictions</td> + <td>no restrictions</td> </tr> <tr> <td><a>'circle'</a></td> <td><code title="attr-aria-role-preseentation">presentation</code> role provide no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td> <td>no restrictions</td> </tr> + <tr> + <td>...</td> + <td></td> + <td></td> + </tr> <!-- <tr> <td><a>'clipPath'</td> <td><code title="attr-aria-role-preseentation">presentation</code> role provide no associated <a href="struct.html#TitleElement">title</a> element, <a href="struct.html#DescElement">desc</a> element, <code title="attr-aria-property-label">aria-label</code> attribute, <code title="attr-aria-property-labellledby">aria-labelledby</code> attribute, or <code title="attr-aria-property-labellledby">aria-describedby</code> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td> <td>no restrictions</td> </tr> --> </tbody>
Received on Monday, 10 February 2014 05:33:33 UTC