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 test op-time-greater-than-2 is taken from 10.4.16.1 of the F+O spec. The spec correctly gives the expected results as "false" but the published expected results are "true". Michael Kay
Agree. Please close the bug if you agree with the resolution. Carmelo
This bug is still present in 0.8.0. (Please mark closed if it's been fixed in the meantime).
Mike: Sorry forgot to check in new results. Already in CVS repository. Carmelo
This bug is still present in 0.9.4. The correct results, as given in the F+O spec, are "false", but the published results still say "true".
Sorry, before adding comment #4 I should have read the history. I still believe the correct result is "false". This is because times are compared by combining them with a reference date. When this is done, the two times end up being on different days. So although they represent the same time of day, they are different because the dates are different.
Michael: Sorry for the mishap. Corrected expected value. Thanks, Carmelo