[Bug 26928] New: XML serializer needs to escape LF and tab

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: travil@microsoft.com
          Reporter: simonp@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

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.

Received on Monday, 29 September 2014 12:23:31 UTC