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 29674 - [XSLT30] ArrowExpr static type determination rule appears twice with slightly different text
Summary: [XSLT30] ArrowExpr static type determination rule appears twice with slightly...
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Member-only Editors Drafts
Hardware: PC Windows NT
: P2 editorial
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 20:23 UTC by Abel Braaksma
Modified: 2016-10-06 18:42 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2016-05-27 20:23:13 UTC
Under 19.1 Determining the Static Type of a Construct we see, bottom of the table:

ArrowExpr [,29]	A => F(B, C)	The same as the equivalent expression F(A, B, C)

and, few lines below that:

ArrowExpr [,29]	X => F(Y, Z)	The static type of the equivalent static or dynamic function call F(X, Y, Z)

One of these is redundant, I think the second line is the correct one.
Comment 1 Michael Kay 2016-06-02 20:17:51 UTC
Thanks. Both entries were correct, but the second was more helpfully worded, so I have retained the second.