Re: [Fwd: Re: [whatwg] simple numbers]

Keryx Web wrote:
> 
> fantasai skrev:
> 
>> Yes, that should work. The td::before pseudo-element is inside
>> the td.
> 
> How do you reconcile that with this statement?
> 
> "An anonymous table cell box is generated around the '::before' content"
> 
> http://www.w3.org/TR/css3-content/#inserting

The rule there is
   tr::before { content: "D"; }
not
   td::before { content: "D"; }

~fantasai

Received on Tuesday, 15 January 2008 00:03:33 UTC