- From: <bugzilla@jessica.w3.org>
- Date: Fri, 07 Jul 2017 23:19:52 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=30137
Bug ID: 30137
Summary: [xslt30ts] Test case accept-001 has an error
Product: XPath / XQuery / XSLT
Version: Proposed Recommendation
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0 Test Suite
Assignee: abel.online@xs4all.nl
Reporter: mike@saxonica.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
Test case accept-001:
The using package has both
xsl:template name="main"
and
xsl:accept component="template" names="*" visibility="public"
which accepts a template named "main" from the used package. This should result
in error XTSE3050.
Similarly accept-002, though in this case the xsl:accept has
visibility="private", this is still not allowed.
Both should be changed to add an accept for template main with
visibility="hidden".
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 7 July 2017 23:19:59 UTC