build error in boolean attributes

fantasai there seems to be a build error in the CSS test suite build process. When there is a boolean attribute the value must be retained in order for all the tests to render properly. We should not be changing what is specified for the attribute value. If there is no attribute specified then it is ok not to expand the attribute to explicitly have a value but if the value is explicitly specified the value must be retained.

It seems as if we are building out http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_12/content-072.xht incorrectly as just 'defer' not as 'defer="defer"' as is stated in the source code.

--
Thanks,
Arron Eicholz

Received on Monday, 25 October 2010 21:49:39 UTC