[Bug 20676] New: [XT3TS] regex-syntax-0987

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

            Bug ID: 20676
           Summary: [XT3TS] regex-syntax-0987
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: celebrin@inbox.ru
        QA Contact: public-qt-comments@w3.org

This test checks regular expression \c against lot of characters. The issue is
with the only character in nonmatch section, U+0346 COMBINING BRIDGE ABOVE.

According to http://www.w3.org/TR/xmlschema11-2/#cces-mce 

\c the set of name characters, those ·matched· by NameChar

And NameChar is defined as

[4a] NameChar ::= NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] |
[#x203F-#x2040]

in http://www.w3.org/TR/xml11/#NT-NameChar. This implies that U+0346 that
belongs to range #x0300-#x036F is valid name character and shall match regular
expression \c.

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

Received on Tuesday, 15 January 2013 18:08:40 UTC