This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The tests fn-sort-collation-1 fn-sort-collation-2 fn-sort-collation-3 fn-sort-collation-4 fn-sort-collation-5 fn-sort-collation-8 use the HTML ASCII Case-Insensitive Collation for sorting. The spec says: "HTML5 defines the semantics of equality matching using this collation; it does not define rules for ordering. If the collation is used for ordering, the results are ·implementation-defined·. The collation supports collation units and can therefore be used with functions such as fn:contains; each Unicode codepoint is a single collation unit." i.e. the results are implementation defined.
OK, I'll switch it to "http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind"
Thanks. There is a similar problem with array:sort tests (which also need to reference environment "array").
Fixed as suggested.
Thanks. Confirmed fixed.