This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Back to bug 19011

Who When What Removed Added
hannes+w3cbugs 2012-09-25 17:59:09 UTC Summary Wrong validation of length 0.0 - use value.equals(BigDecimal.ZERO) instead of value==BigDecimal.ZERO Wrong validation of length 0.0 - use value.compareTo(BigDecimal.ZERO)==0 instead of value.equals(BigDecimal.ZERO) - [WITH PATCH]
ylafon 2012-09-28 18:38:33 UTC Status NEW RESOLVED
Resolution --- FIXED

Back to bug 19011