This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
A few minor quibbles with some expected error codes: import-schema-157 expects XTTE1540, but I think it should be XTSE0010. (XTTE1540 is to do with type attributes, which are tested in import-schema-158, but not in import-schema-157.) unparsed-text-lines-006 expects XTDE1190 which should be updated to FOUT1190. for-each-group-059, and 060 expect XTSE3220 but this appears to have been removed from the spec. I think they should expect XTDE1071 and XTDE1061 respectively. for-each-group-079b expects XTDE1061 but I think it should be XTDE1071 (the test involves the current-grouping-key() function, not current-group()).
As discussed at F2F Prague 2016: > import-schema-157 expects XTTE1540, but I think it should be XTSE0010. Agreed > unparsed-text-lines-006 expects XTDE1190 which should be updated to FOUT1190. Agreed > for-each-group-059, and 060 expect XTSE3220 but this appears to have been > removed from the spec. I think they should expect XTDE1071 and XTDE1061 > respectively. Agreed > for-each-group-079b expects XTDE1061 but I think it should be XTDE1071 > (the test involves the current-grouping-key() function, not current-group()). Agreed, as the DC is not part of the closure, this appears the correct error, as specifically mentioned in a Note in the spec under fn:current-grouping-key().