- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 20 Aug 2009 09:06:19 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7382
Summary: U+000D CARRIAGE RETURN in escaping text spans
Product: HTML WG
Version: unspecified
Platform: PC
URL: http://dev.w3.org/html5/spec/syntax.html#cdata-rcdata-
restrictions
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: mike@w3.org
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
The section "Restrictions on the contents of raw text and RCDATA elements"
states:
[[
The text in raw text and RCDATA elements must not contain any occurrences of
the string "</" (U+003C LESS-THAN SIGN, U+002F SOLIDUS) followed by characters
that case-insensitively match the tag name of the element followed by one of
U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF),
U+0020 SPACE, U+003E GREATER-THAN SIGN (>), or U+002F SOLIDUS (/), unless that
string is part of an escaping text span.
]]
I notice that the "followed by one of..." list in that statement does not
include U+000D CARRIAGE RETURN. Should it?
--
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, 20 August 2009 09:06:29 UTC