- From: <bugzilla@jessica.w3.org>
- Date: Wed, 13 Oct 2010 10:44:32 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8806
Ian 'Hixie' Hickson <ian@hixie.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |ASSIGNED
--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-10-13 10:44:32 UTC ---
Specifically, if I'm not mistaken, the request is to change:
"Note: Due to restrictions of the XML syntax, in XML a number of other
characters need to be escaped also to ensure correctness."
by:
"Note: Due to restrictions of the XML syntax, in XML the U+003C LESS-THAN SIGN
(<) needs be escaped as well. Also, XML's whitespace characters -- U+0009
CHARACTER TABULATION (HT), U+000A LINE FEED (LF), U+000D CARRIAGE RETURN (CR)
and U+0020 SPACE -- need to be escaped in order to prevent attribute-value
normalization ([XML], Section 3.3.3)."
(I presume I can make editorial fixes to this such as using "—" instead of "--"
and using the spec's house style for references to characters.)
--
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 Wednesday, 13 October 2010 10:44:37 UTC