[svgwg] Issue: How should text following <textPath> be positioned? marked as DoC_positiveResponse

nikosandronikos has just labeled an issue for 
https://github.com/w3c/svgwg as "DoC_positiveResponse":

== How should text following <textPath> be positioned? ==
Where should ```after``` be positioned in the following scenario:
```<text>before<textPath xlink:href="#path">on 
path</textPath>after</text>```
(I've created an example showing this at http://jsbin.com/gugoje)

Currently, WebKit, Blink, and Edge position ```after``` above 
```before``` in the y-axis, and after ```on path``` in the x-axis. 
Gecko appars to just reset the position of ```after``` to 0,0.

One approach is to position ```after``` as if ```on path``` was a 
tspan.

See https://github.com/w3c/svgwg/issues/104

Received on Monday, 8 August 2016 07:18:01 UTC