Fwd: [svgwg] Correct mesh to default to none unless has alternatives referenced and then becomes an image.

Per Fred’s comment. done.

> Begin forwarded message:
> 
> From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
> Subject: [svgwg] Correct mesh to default to none unless has alternatives referenced and then becomes an image.
> Date: February 23, 2016 at 9:57:21 AM CST
> To: w3c-svg-wg@w3.org
> Resent-From: w3c-svg-wg@w3.org
> 
> https://github.com/w3c/svgwg/commit/3a3973ec1c6164710a51defbfef3ef0a98051bcf
> commit 3a3973ec1c6164710a51defbfef3ef0a98051bcf
> Author: richschwer <schwer@us.ibm.com>
> Date:   Tue Feb 23 09:54:24 2016 -0600
> 
>    Correct mesh to default to none unless has alternatives referenced and then becomes an image.
> 
> diff --git a/master/struct.html b/master/struct.html
> index ccb1a31..d06e0d3 100644
> --- a/master/struct.html
> +++ b/master/struct.html
> @@ -1852,7 +1852,7 @@ specifications. [<a href="refs.html#ref-ARIA">ARIA</a>] [<a href="refs.html#ref-
>     </tr>
>     <tr>
>       <td><a>'mesh'</a></td>
> -      <td><code title="attr-aria-role-img">img</code> role</td>
> +      <td><code title="attr-aria-role-none">none</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, <a>'aria-describedby'</a> attribute; or <a>'tabindex'</a> attribute; otherwise, <code title="attr-aria-role-img">img</code> role</td>
>       <td>no restrictions</td>
>     </tr>
>     <tr>
> 
> 
> ============================================================
> * stabilizing issues in Overview, toc, intro, render, types, struct, styling, geometry, coords, paths, shapes, text, embedded, painting, pservers, interact, linking, svgdom, idl, implnote, conform, access, refs, eltindex, attindex, propidx, idlindex, mimereg, changes
> * stabilizing issues in Overview
> * stabilizing issues in Overview
> * stabilizing issues in Overview
> * stabilizing issues in Overview
> * stabilizing issues in Overview
> * building Overview, toc, intro, render, types, struct, styling, geometry, coords, paths, shapes, text, embedded, painting, pservers, interact, linking, svgdom, idl, implnote, conform, access, refs, eltindex, attindex, propidx, idlindex, mimereg, changes
> * building single page spec
> 
> Building specs/animations
> Overview.html:1897:37: warning: unknown attribute "d" on element "path"
> * building Overview
> 
> Building specs/integration
> * building Overview
> 
> Building specs/markers
> * building Overview
> 
> Building specs/paths
> Overview.html:1265:52: warning: unknown attribute "d" on element "path"
> * building Overview
> 
> Building specs/strokes
> * building Overview
> # On branch master
> # Untracked files:
> #   (use "git add <file>..." to include in what will be committed)
> #
> # specs/animations/master/issue-state.txt
> # specs/integration/master/issue-state.txt
> # specs/markers/master/issue-state.txt
> # specs/paths/master/issue-state.txt
> # specs/strokes/master/issue-state.txt
> nothing added to commit but untracked files present (use "git add" to track)
> 

Received on Tuesday, 23 February 2016 16:00:02 UTC