- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Tue, 25 Feb 2014 11:14:09 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/6510ac100925 branches: changeset: 645:6510ac100925 user: Richard Schwerdtfeger <schwer@us.ibm.com> date: Tue Feb 25 13:12:01 2014 -0600 description: Issue 40 Intrinsic host language aria semantics partial fix. Need to debug warnings gettng generated regarding ambiguous name from definitions.js diffstat: master/struct.html | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diffs (132 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -1963,23 +1963,21 @@ specifications. [<a href="refs.html#ref- <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>'clipPath'</a></td> <td>none</td> <td>no role may be applied</td> </tr> -<!-- <tr> <td><a>'cursor'</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> <tr> <td><a>'desc'</a></td> <td>none</td> @@ -2120,28 +2118,26 @@ specifications. [<a href="refs.html#ref- <td>none</td> <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>none</td> <td>no role may be applied</td> </tr> <tr> - <td><a>'foreign-object'</a></td> + <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> ---> <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> <td>no restrictions</td> </tr> <tr> <td><a>'glyph'</a></td> <td>none</td> @@ -2177,28 +2173,26 @@ specifications. [<a href="refs.html#ref- <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> @@ -2274,23 +2268,21 @@ specifications. [<a href="refs.html#ref- <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> @@ -2341,21 +2333,16 @@ specifications. [<a href="refs.html#ref- <td>none</td> <td>If specified, role must be <code title="attr-aria-role-application">application</code></td> </tr> <tr> <td><a>'view'</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> <h3 id="InterfaceSVGDocument">Interface Document</h3> <p>The DOM Core specification defines a <a>Document</a> interface, which this specification extends.</p>
Received on Tuesday, 25 February 2014 19:14:33 UTC