Re: [svgwg] Rotating text

> The n-th value maps to the n-th input character (i.e. Unicode code point) in the text

That part is, sadly, not web compatibility. The mapping is based on UTF-16 byte-pairs, aka JS string numbering.

> For input characters in a typographic character other than the first: 'x' and 'y' values are ignored;

Should be `x`, `y`, and `rotate` are ignored, since they are all non-cumulative.

>  the last 'rotate' value is...

This is a separate bullet point. I'd clarify as "the last 'rotate' value in the list is applied to all following typographic characters in the element".

I'll still need to review the old text to make sure there are no other details dropped.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/260#issuecomment-414449147 using your GitHub account

Received on Monday, 20 August 2018 20:18:15 UTC