- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Wed, 12 Feb 2014 16:02:45 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/bd81ab3b4dd6 branches: changeset: 639:bd81ab3b4dd6 user: Richard Schwerdtfeger <schwer@us.ibm.com> date: Wed Feb 12 18:00:37 2014 -0600 description: partial update for Issue 40 Intrinsic ARIA semantics, yanked SVG fonts diffstat: master/struct.html | 78 +++++++++++++++++++++++++---------------------------- 1 files changed, 37 insertions(+), 41 deletions(-) diffs (126 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -2127,48 +2127,16 @@ specifications. [<a href="refs.html#ref- </tr> <!-- <tr> <td><a>'filter'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'font'</a></td> - <td>none</td> - <td>no restrictions</td> - </tr> ---> - <tr> - <td><a>'font-face'</a></td> - <td>none</td> - <td>no role may be applied</td> - </tr> - <tr> - <td><a>'font-face-format'</a></td> - <td>none</td> - <td>no role may be applied</td> - </tr> - <tr> - <td><a>'font-face-name'</a></td> - <td>none</td> - <td>no role may be applied</td> - </tr> - <tr> - <td><a>'font-face-src'</a></td> - <td>none</td> - <td>no role may be applied</td> - </tr> - <tr> - <td><a>'font-face-uri'</a></td> - <td>none</td> - <td>no role may be applied</td> - </tr> -<!-- - <tr> <td><a>'foreign-object'</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>'g'</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> @@ -2190,36 +2158,63 @@ specifications. [<a href="refs.html#ref- <td>no role may be applied</td> </tr> <tr> <td><a>'hatchPath'</a></td> <td>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'glyph'</a></td> - <td>none</td> - <td>no role may be applied</td> - </tr> - <tr> - <td><a>'hkern'</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>'iframe'</a></td> <td>no role</td> <td>If Specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-img">img</code> roles</td> </tr> <tr> <td><a>'image'</a></td> <td><code title="attr-aria-role-img">img</code> role</td> <td>no restrictions</td> </tr> <tr> + <td><a>'line'</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>'linearGradient'</a></td> + <td>none</td> + <td>no role may be applied</td> + </tr> +<!-- + <tr> + <td><a>'marker'</a></td> + <td>none</td> + <td>no role may be applied</td> + </tr> + <tr> + <td><a>'mask'</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> + <tr> + <td><a>'meshPatch'</a></td> + <td>none</td> + <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>...</td> <td></td> <td></td> </tr> </tbody> </table> <h2 id="DOMInterfaces">DOM interfaces</h2>
Received on Thursday, 13 February 2014 00:03:09 UTC