Re: border spacing issues

On Sat, 27 Oct 2007 16:13:11 +0200, fantasai  
<fantasai.lists@inkedblade.net> wrote:
> Anne van Kesteren wrote:
>>> The following tests all fail if 'border-spacing' is zero (its initial  
>>> value):
>>  Sounds like a bug in the UAs default style sheet.
>
> There's no requirement for the UA to have
>    table { border-spacing: 2px; }
> or not to have
>    table { border-collapse: collapse; }
> in its default style sheet, so the tests can't be relying on that.
> (The UA that's having trouble with this isn't rendering web content.)

There's no requirement for

   body { margin:8px }

either, or for

   p { display:block }

yet that's what everyone assumes. It makes sense to me that if you run the  
CSS testsuite you have the "Web defaults" set.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Saturday, 27 October 2007 20:22:03 UTC