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 29380 - [FO31] Layout typo in map:merge example and incorrect (?) date in internal WD
Summary: [FO31] Layout typo in map:merge example and incorrect (?) date in internal WD
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Candidate Recommendation
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-01-18 12:14 UTC by Abel Braaksma
Modified: 2016-03-22 09:38 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2016-01-18 12:14:24 UTC
Under 17.1.1 map:merge, public CR, an example is given:

let $week := map{0:"Sonntag", 1:"Montag", 2:"Dienstag", 3:"Mittwoch", 4:"Donnerstag", 5:"Freitag", 6:"Samstag"}

The "let" in this example is not rendered as Courier.

In the Internal Working Draft this may already have been fixed (it has the correct layout), but that one introduces a different typo: a bunch of redundant spaces between item 2 and 3:

let $week := map{0:"Sonntag", 1:"Montag", 2:"Dienstag",             3:"Mittwoch", 4:"Donnerstag", 5:"Freitag", 6:"Samstag"}

-----

In addition, and unrelated, the public CR shows the subtitle with date as "W3C Candidate Recommendation 18 December 2014" and the Internal Working Draft shows "W3C Candidate Recommendation 11 December 2015", which suggests that the current Internal WD is not the same version as the "live" CR.
Comment 1 Abel Braaksma 2016-01-18 12:15:18 UTC
That didn't render so well in BugZilla, the spaces are in here:

... 2:"Dienstag",             3:"Mittwoch", ...
Comment 2 Michael Kay 2016-01-19 14:47:44 UTC
Thanks, now fixed.