[Bug 15492] Normalization for setter of TextTrackCue.text is not defined

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

Fredrik S <fs@opera.com> changed:

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

--- Comment #1 from Fredrik S <fs@opera.com> 2012-01-10 12:54:51 UTC ---
In section
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-texttrackcue,
step 6 (specification for the TextTrackCue constructor) it said that:

"Let cue's text track cue text be the value of the text argument, and let the
rules for its interpretation be the WebVTT cue text parsing rules, ..."

the referenced section of the WebVTT specification
(http://dev.w3.org/html5/webvtt/#webvtt-cue-text-parsing-rules) does not define
normalization.

I would expect that cue text set using TextTrackCue.text or the
TextTrackCue-constructor to have the same normalization rules applied as for a
cue parsed via the WebVTT parser - i.e, basically step 1, "WebVTT parsing
algorithm" (http://dev.w3.org/html5/webvtt/#parsing).

-- 
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 Tuesday, 10 January 2012 12:54:54 UTC