[Bug 14487] <track> accept more white space characters as cue timing separators

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

--- Comment #10 from Anne <annevk@opera.com> 2011-10-27 09:29:24 UTC ---
The problem is with the parsing of settings. For values it e.g. collects
characters that are not spaces, but then does not continue to collect
characters that are spaces. I corrected this by before setting "setting" to the
character at the current position (step 3 in the specification) collecting
space characters and dropping them on the floor.

-- 
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 Thursday, 27 October 2011 09:29:28 UTC