[Bug 28632] map:merge and timezones

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

--- Comment #5 from Michael Kay <mike@saxonica.com> ---
Concerning comment #4, my first response was that the specification answers
this question clearly:

<quote>
The supplied maps are combined as follows:

There is one entry in the returned map for each distinct key present in the
union of the input maps, where two keys are distinct if they are not the ·same
key·.
The associated value for each such key is taken from the last map in the input
sequence $maps that contains an entry with this key.
</quote>

But looking more carefully it says that we take the last "associated value" but
it doesn't say which key we take. So I guess it should be:

The key and the associated value for each such entry are taken from the last
map in the input sequence $maps that contains an entry with this key.

Would that solve the problem?

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

Received on Friday, 29 May 2015 10:36:35 UTC