Re: [svg2] tabindex and defaults

On Tue, Apr 1, 2014 at 10:56 AM, Richard Schwerdtfeger <schwer@us.ibm.com>wrote:

> That won't work either. <g> is not drawn.
>

>From the blending spec:

In SVG, it applies to container elements [1], graphics elements [2] and
graphics referencing elements [3]


<g> is a container element.

1: http://www.w3.org/TR/SVG/intro.html#TermContainerElement
2: http://www.w3.org/TR/SVG/intro.html#TermGraphicsElement
3:
http://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsReferencingElement

On Tue, Apr 1, 2014 at 7:20 AM, Richard Schwerdtfeger
<*schwer@us.ibm.com*<schwer@us.ibm.com>>
> wrote:
>
>
>
>    Rich Schwerdtfeger
>
>    [image: Inactive hide details for Rik Cabanier ---04/01/2014 12:42:02
>    AM---On Mon, Mar 31, 2014 at 9:43 PM, Cameron McCormack <cam@mcc.]Rik
>    Cabanier ---04/01/2014 12:42:02 AM---On Mon, Mar 31, 2014 at 9:43 PM,
>    Cameron McCormack <*cam@mcc.id.au* <cam@mcc.id.au>> wrote: > Rik
>    Cabanier:
>
>    From: Rik Cabanier <*cabanier@gmail.com* <cabanier@gmail.com>>
>    To: Rik Cabanier <*cabanier@gmail.com* <cabanier@gmail.com>>, Richard
>    Schwerdtfeger/Austin/IBM@IBMUS, Erik Dahlström <*ed@opera.com*<ed@opera.com>>,
>    "*www-svg@w3.org* <www-svg@w3.org>" <*www-svg@w3.org* <www-svg@w3.org>>
>    Date: 04/01/2014 12:42 AM
>    Subject: Re: [svg2] tabindex and defaults
>    ------------------------------
>
>
>
>    Hi Rik,
>
>    I don't believe we made a formal decision on that.
>
>    I did not put tabindex on all SVG elements. Unlike HTML, SVG puts a
>    lot of their content attributes as DOM elements that are inside the "body"
>    of an SVG document. Some examples are <title>, <desc>, and <glyph>. Why
>    would we put tabindex on these elements? What should happen when we put a
>    tabindex="0" on a <desc>?
>
>
> That is indeed odd.
> Maybe you can say that tabIndex is allowed on all elements, but it only
> has an effect on elements that are drawn?
> This is what we did in the Blending spec, see the "Applies to" section
> here: *http://dev.w3.org/fxtf/compositing-1/#mix-blend-mode*<http://dev.w3.org/fxtf/compositing-1/#mix-blend-mode>
>
>
>

Received on Tuesday, 1 April 2014 18:06:28 UTC