[svgwg] Remove "text content child element" category and add <a> to "text content element" category

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

== Remove "text content child element" category and add <a> to "text content element" category ==
[Text content child element](https://svgwg.org/svg2-draft/text.html#TermTextContentChildElement) category contains just two elements (`<tspan>` and `<textPath>`) and it is used in very few places. To make the spec more readable, I would get rid of it.

This change would also make it possible to extend the [text content element](https://svgwg.org/svg2-draft/text.html#TermTextContentElement) category to also include `<a>` element (when inside `<text>`). The rationale is that `<a>` matches the textual definition of that category and it would allow `<a>` inside `<text>` to be filled and stroked (which is already supported by browsers, but not allowed by the spec from my understanding).

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

Received on Saturday, 31 March 2018 20:04:43 UTC