[Bug 14575] <track> Spec is confused about which edge the text position starts from

https://www.w3.org/Bugs/Public/show_bug.cgi?id=14575

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-04-19 22:51:28 UTC ---
So I looked at this more closely, and you are right that the algorithm was
wrong. The note was right. The idea is that the position gives the alignment
edge, relative to the 'start' side of the video. (Start side as in left side
for for ltr text, right side for rtl text.) And 'x-position' in the algorithm
is always from the left side.

So text position 75, size 100, alignment 'end', writing direction 'horizontal'
and direction 'ltr' should render as a 75%-wide box that goes from left:0 to
left:75%, with text right-aligned in that box.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 19 April 2012 22:51:32 UTC