[Bug 24307] New: Visibility of the unnamed mode

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

            Bug ID: 24307
           Summary: Visibility of the unnamed mode
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

Currently, it is not an error to write the unnamed mode declaration as follows:

<xsl:mode visibility="public" />

However, the unnamed mode is always private to the containing package, so this
declaration is in conflict with the semantics of the visibility attribute. 

I think it makes sense to disallow any other visibility than
visibility="private" for the unnamed mode declaration, or conversely or in
conjunction, we can define a static error when the visibility is not private.

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

Received on Thursday, 16 January 2014 13:55:09 UTC