This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29192 - [XP31] Non-normative "summary" of casting rules is inaccurate
Summary: [XP31] Non-normative "summary" of casting rules is inaccurate
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.1 (show other bugs)
Version: Last Call drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 09:47 UTC by Michael Kay
Modified: 2015-10-27 15:18 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2015-10-12 09:47:24 UTC
The non-normative summary of the casting rules found in XPath 3.14.2 and XQuery 3.18.3 is inaccurate.

For example, it omits to mention that casting a value S to a type T is possible if T is a union type and S is an instance of a member type of T, or if it is castable to a member type of T.
Comment 1 Jonathan Robie 2015-10-27 14:55:00 UTC
Fixed in the internal WD by deleting the non-normative summary and referring only to the normative description in F&O.