[svgwg] Excess parenthesis in text layout algorithm? ("Position on path" part)

fsoder has just created a new issue for https://github.com/w3c/svgwg:

== Excess parenthesis in text layout algorithm? ("Position on path" part) ==
In the "11.5. Text layout – Algorithm" [1], step 8.5.1.2.4, which reads:

> Let offset be the value of the ‘textPath’ element's ‘startOffset’ attribute, adjusted due to any ‘pathLength’ attribute on the referenced element (if the referenced element is a ‘path’ element).

there's an additional restriction placed on when 'pathLength' applies ("if the referenced element is a ‘path’ element"). This restrictions seems to stem from the initial landing of the text layout algorithm. However (IIRC), since then all the basic shape elements gained 'pathLength' powers. Maybe this restriction (parenthesis) should be dropped?

[1] https://svgwg.org/svg2-draft/text.html#TextLayoutAlgorithm

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

Received on Wednesday, 31 January 2018 13:15:13 UTC