- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Mon, 14 Jan 2008 19:03:18 -0500
- To: Keryx Web <webmaster@keryx.se>
- CC: WWW Style <www-style@w3.org>
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