- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Tue, 18 Feb 2014 07:15:29 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/5a25cd46a496
branches:
changeset: 642:5a25cd46a496
user: Richard Schwerdtfeger <schwer@us.ibm.com>
date: Tue Feb 18 09:12:59 2014 -0600
description:
Partial fix Issue 40 Intrinsic ARIA Semantics
diffstat:
master/struct.html | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 92 insertions(+), 0 deletions(-)
diffs (112 lines):
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -2205,16 +2205,108 @@ specifications. [<a href="refs.html#ref-
<td>no role may be applied</td>
</tr>
<tr>
<td><a>'meshRow'</a></td>
<td>none</td>
<td>no role may be applied</td>
</tr>
<tr>
+ <td><a>'metadata'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'missing-glyph'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'mpath'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'path'</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>
+ <tr>
+ <td><a>'pattern'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'polygon'</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>
+ <tr>
+ <td><a>'polyline'</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>
+ <tr>
+ <td><a>'radialGradient'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'rect'</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>
+ <tr>
+ <td><a>'script'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'set'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'solidColor'</a></td>
+ <td>none</td>
+ <td>no role may be applied</td>
+ </tr>
+ <tr>
+ <td><a>'source'</a></td>
+ <td>none</td>
+ <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>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>
+ <tr>
+ <td><a>'switch'</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>
+ <tr>
+ <td><a>'symbol'</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>
+ <tr>
<td>...</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="DOMInterfaces">DOM interfaces</h2>
Received on Tuesday, 18 February 2014 15:15:53 UTC