[Bug 21851] revert removal of text and getCueAsHTML members; address constructor changes

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

Philip Jägenstedt <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #28 from Philip Jägenstedt <philipj@opera.com> ---
(In reply to comment #27)

> The main reason I didn't introduce an UnprasedCue object is that I don't
> really see the advantage of creating a basically empty object, just to get a
> constructor:
> 
> [Constructor(double startTime, double endTime, DOMString text)]
> interface UnparsedCue : TextTrackCue {
> };

You would also add the text property to UnparsedCue, since it doesn't need to
be on TextTrackCue, right?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 12 August 2013 13:14:09 UTC