- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 Sep 2011 14:21:29 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14085 Philip Jägenstedt <philipj@opera.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|WebVTT tokenizer does not |WebVTT tokenizer does not |consume U+003C LESS-THAN |consume U+003E GREATER-THAN |SIGN (<) |SIGN character (>) --- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-09-08 14:21:28 UTC --- The steps for U+003E GREATER-THAN SIGN character (>) say "abort these steps", skipping over step 8 to advance the position in input. As a result, the > will become part of the text that follow, e.g. <i>Hello would cause getCueAsHTML() to return a DOM looking like <i>>Hello. -- 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, 8 September 2011 14:21:35 UTC