[Bug 14338] <track> What does line position auto actually do?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14338

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-03 23:41:44 UTC ---
Yeah, wow. That's weird. I wonder how I missed that.

The DOM attribute for it also seems to be wrong (it gives a positive line
number instead of a negative one).

I think I should fix this by introduce a new term "text track cue computed line
position" which has the same value as the line position, unless it's auto, in
which case it determines its value automatically, in the same way that the DOM
attribute does now, except with a negated line number. Then, use that term in
the rendering, and to define the DOM attribute.

-- 
Configure bugmail: http://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 Monday, 3 October 2011 23:41:46 UTC