[Bug 28527] New: [XSLT30] (editorial) Schema for stylesheets contains assertion for xsl:param/@visibility

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

            Bug ID: 28527
           Summary: [XSLT30] (editorial) Schema for stylesheets contains
                    assertion for xsl:param/@visibility
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

Really minor thingy, the element declaration of xsl:param has:

<xs:assert
    test="if (normalize-space(@static) = 'yes') 
          then normalize-space(@visibility) = ('', 'private', 'final') 
          else true()">
    <xs:annotation>
        <xs:documentation>
            <p>When the static attribute is present with the value yes, 
               the visibility attribute must not have a value other 
               than private or final.</p>
        </xs:documentation>
    </xs:annotation>
</xs:assert>

which I believe is redundant: there is no visibility attribute anymore.

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

Received on Tuesday, 21 April 2015 12:02:33 UTC