[Bug 27322] New: The json serialization method should not escape ` (`) [editorial]

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27322

            Bug ID: 27322
           Summary: The json serialization method should not escape `
                    (`)  [editorial]
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Serialization 3.1
          Assignee: cmsmcq@blackmesatech.com
          Reporter: josh.spiegel@oracle.com
        QA Contact: public-qt-comments@w3.org

In Serialization 3.1:

"Escape according to the rules of the XML, HTML, or JSON output method,
whichever is applicable, any characters (such as < and &) where XML or HTML
requires escaping, any characters (such as " and `) where JSON requires
escaping, and any characters that cannot be represented in the selected
encoding."

In RFC7159:

"All Unicode characters may be placed within the quotation marks, except for
the characters that must be escaped: quotation mark, reverse solidus, and the
control characters (U+0000 through U+001F). "

I think ` is a typo and \ was intended.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 13 November 2014 23:08:22 UTC