Re: [css3-color] bug in table-based test

L. David Baron wrote:
> On Monday 2007-10-22 21:03 -0400, fantasai wrote:
>> Seems to be a problem in
>>   http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/xhtml1/t0401-html4-keywords-a.xht
>> and
>>   http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/xhtml1/t0403-svg-keywords-a.xht
>>
>> Report at
>>   http://my.opera.com/dstorey/blog/kestrel-implementation-report-css-snapshot-2007
> 
> The processing script seems to be stripping out all the  s and
> thus leaving the table empty.

It's caused by using a generic XML parser without reading in the XHTML entity files.
I've written a patch to preprocess the files first (since getting the parser module
to read in the entities from a local file doesn't seem to be possible). Let me know
if it looks good and I'll check it in.

~fantasai

Received on Wednesday, 24 October 2007 19:35:20 UTC