- From: <bugzilla@jessica.w3.org>
- Date: Fri, 30 Mar 2012 08:42:08 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16578
Summary: Characters appended to temporary buffer are not
specified to be lower-cased. But comparisons against
this buffer seem to be expecting this. Example:
"8.2.4.28 Script data double escape start state" ->
"U+003E GREATER-THAN SIGN (>)" "If the temporary buff
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#top
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Specification: http://dev.w3.org/html5/spec/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Comment:
Characters appended to temporary buffer are not specified to be lower-cased.
But comparisons against this buffer seem to be expecting this.
Example:
"8.2.4.28 Script data double escape start state" -> "U+003E GREATER-THAN SIGN
(>)"
"If the temporary buffer is the string "script", then switch to the script
data double escaped state."
Either addition of characters to temporary buffer must be lower-cased (which,
I think, is not right); or comparisons like in example above must be
case-insensitive.
Please clarify.
Posted from: 203.83.248.37
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101
Firefox/11.0
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Friday, 30 March 2012 10:21:09 UTC