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

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

--- Comment #8 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-02-22 20:10:30 UTC ---
Having .vertical return "" for horizontal direction is a bit weird, but I guess
it's ok too, since it means you can do

   if (cue.vertical) { /* vertical */ } else { /* horizontal */ }

...and yet get its exact value to work out what kind of vertical.

-- 
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 Wednesday, 22 February 2012 20:10:36 UTC