[Bug 14929] <track> use the same names in the DOM API as in WebVTT's cue settings

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

--- Comment #1 from Simon Pieters <simonp@opera.com> 2011-11-25 08:44:22 UTC ---
(In reply to http://www.w3.org/Bugs/Public/show_bug.cgi?id=14646#c7)
> Fair enough.
> 
> D: will become vertical: and the values will be changed to lr and rl
> L: will become line:
> T: will become position:
> S: will become size:
> A: will become align:

This sounds good.

However, I would like the settings and their exposure in the DOM API to be
aligned, so that it's more obvious what things are called (compare with content
attributes and IDL attributes in HTML). For instance, vertical: is
"direction":"horizontal" | "vertical" | "vertical-lr" in the DOM API. It would
be better if it were "vertical":"" | "rl" | "lr".

-- 
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 Friday, 25 November 2011 08:44:29 UTC