[svgwg] Allow more properties to be applied on <a> inside <text>

jarek-foksa has just created a new issue for https://github.com/w3c/svgwg:

== Allow more properties to be applied on <a> inside <text> ==
I would propose to adjust the [Property index](https://svgwg.org/svg2-draft/single-page.html#chapter-propidx) so that all properties that are allowed on text content elements (namely `<text>`, `<textPath>` and `<tspan>`) would be also allowed on `<a>` elements that are descendants of `<text>`. From my testing this is what browsers are already allowing.

I initially thought about [adding `<a>` to "text content elements" category](https://github.com/w3c/svgwg/issues/400) instead, but this would introduce confusion because there is a similarly named SVGTextContentElement interface which is not implemented by `<a>`.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/401 using your GitHub account

Received on Sunday, 1 April 2018 08:47:21 UTC