Re: [CSS21] Concern about anonymous table objects and whitespace

fantasai wrote:
> 
> Testcase:
>   
> http://lists.w3.org/Archives/Public/www-archive/2008Mar/att-0004/testws.html 

Results:

   Firefox and Safari ignore white space within the tables, whether it's pre or
   not. Opera honors the spec as written. IE7 doesn't support CSS tables.

   Opera expels white space text nodes within <table> elements during parsing to
   avoid white-space: pre affecting <table> layout.

~fantasai

Received on Wednesday, 5 March 2008 00:54:01 UTC