- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Tue, 25 Feb 2014 15:00:34 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/e6a50df445c3 branches: changeset: 646:e6a50df445c3 user: Richard Schwerdtfeger <schwer@us.ibm.com> date: Tue Feb 25 16:58:29 2014 -0600 description: update for issue 40 intrinsic aria host language semantic - still need to do another review and synch up with ARIA 1.1 changes diffstat: master/struct.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diffs (85 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -1964,17 +1964,17 @@ specifications. [<a href="refs.html#ref- <td>no restrictions</td> </tr> <tr> <td><a>'clipPath'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'cursor'</a></td> + <td><a>'cursor element'</a></td> <td>none</td> <td>no restrictions</td> </tr> <tr> <td><a>'defs'</a></td> <td>none</td> <td>no role may be applied</td> </tr> @@ -2119,17 +2119,17 @@ specifications. [<a href="refs.html#ref- <td>no role may be applied</td> </tr> <tr> <td><a>'feTurbulence'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'filter'</a></td> + <td><a>'filter element'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> <td><a>'foreignObject'</a></td> <td><code title="attr-aria-role-preseentation">presentation</code> role provided 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> @@ -2174,22 +2174,22 @@ specifications. [<a href="refs.html#ref- <td>no restrictions</td> </tr> <tr> <td><a>'linearGradient'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'marker'</a></td> + <td><a>'marker element'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'mask'</a></td> + <td><a>'mask element'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> <td><a>'meshGradient'</a></td> <td>none</td> <td>no role may be applied</td> </tr> @@ -2269,17 +2269,17 @@ specifications. [<a href="refs.html#ref- <td>no role may be applied</td> </tr> <tr> <td><a>'stop'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'style'</a></td> + <td><a>'style element'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> <td><a>'svg'</a></td> <td><code title="attr-group-role">group</code> role</td> <td>no restrictions</td> </tr>
Received on Tuesday, 25 February 2014 23:00:59 UTC