Richard Cox
Richard Cox
Hi, In Mustang Version 2.10.0 we noticed a problem regarding empty elements in the document. Example: ``` final TradeParty tradeParty = new TradeParty(); tradeParty.setAdditionalAddress(null); ``` Results in the following Output:...
Clip Bug
Consider the following example: ``` .foo{ position : absolute; clip : rect(0,0,0,0); } ``` Without my change, the validator threw and exception that there were too few arguments for the...
Issue: https://github.com/w3c/css-validator/issues/182