Warnings from In-line CSS displays ID incorrectly

In the validator, if a warning is generated from an in-line style where
the tag in question has a particular ID, then the ID is displayed
incorrectly in the validation results.

Consider this example:

	<div id="banner" style="margin: 10px; margin-top: 11px;" />

This would generate a warning thus:

#anner  --- Redefinition of margin-top

This only affects in-line CSS.

Chris

-- 
___________________________

Chris Buckley
StarSquare Designs
___________________________

Received on Thursday, 30 August 2007 00:48:39 UTC