[Bug 26928] New: XML serializer needs to escape LF and tab
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26928
Bug ID: 26928
Summary: XML serializer needs to escape LF and tab
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM Parsing and Serialization
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#dfn-concept-serialize-attr-value
should also have these entries for proper roundtripping:
U+0009 CHARACTER TABULATION with "	"
U+000A LINE FEED with "
"
(I think U+000D doesn't need to be roundtripped since the HTML serializer
doesn't roundtrip it.)
Also see https://bugzilla.mozilla.org/show_bug.cgi?id=169521
--
You are receiving this mail because:
You are on the CC list for the bug.