[Bug 17282] New: [SER30] Unicode normalization form values

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

           Summary: [SER30] Unicode normalization form values
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Serialization 3.0
        AssignedTo: zongaro@ca.ibm.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


XSLT 2.0 requires implementation-defined normalization-form values to be
nmtokens.  The serialization spec makes no such restriction.  Is there a case
for such a restriction?

<xsl:output
  ...
  normalization-form? = "NFC" | "NFD" | "NFKC" | "NFKD" | "fully-normalized" |
"none" | nmtoken
  ...  />

-- 
Configure bugmail: https://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 Friday, 1 June 2012 10:51:27 UTC