Re: [CSS21] text-decoration/visibility

On 11/12/09 10:58 AM, Andrey Mikhalev wrote:
> <span style="color:blue; text-decoration: underline;
> ">01
> <span style="color:red; text-decoration: underline; visibility:hidden;">11
> <span style="color:green; text-decoration: none; visibility:visible;">21
>
> 1) should be area "11" decorated from "01"?
> 2) should be area "21" decorated from "01" or "11"?
>
> FF/Opera treat this opposite way...

They treat it identically in standards mode (and correctly per spec, 
which does fully specify this). In quirks mode, Opera's behavior doesn't 
change while Firefox's does; there's a quirk that I can explain if desired.

-Boris

Received on Thursday, 12 November 2009 16:27:01 UTC