[bug] margin operators

Hi,

  h1 { margin: 0,0,0,0 }

The validator does not report this error but generates a
NullPointerException in org.w3c.css.properties.CssMargin.setInfo because
the CssMargin constructor just returns if the operator between the
values is not a space.

regards.

Received on Friday, 27 June 2003 01:40:35 UTC