[Bug 30141] New: [xslt30] Schema for XSLT 3.0 describes xsl:accept/@names and xsl:expose/@names incorrectly

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

            Bug ID: 30141
           Summary: [xslt30] Schema for XSLT 3.0 describes
                    xsl:accept/@names and xsl:expose/@names incorrectly
           Product: XPath / XQuery / XSLT
           Version: Proposed Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

Resolution of test case bug 30140 reveals that xsl:accept/@names and
xsl:expose/@names are described in schema-for-stylesheet-documents to have type
xsl:EQNames. This type does not allow wildcard tokens such as "*", "p"*", or
"*:local", which the normative prose clearly allows.

As far as I can see the bug is not present in the Relax NG version of the
schema, which uses the type "tokens" for these attributes.

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

Received on Monday, 10 July 2017 15:28:03 UTC