Re: [CSS21] text-decoration/visibility

On Thu, 12 Nov 2009, Tab Atkins Jr. wrote:

> On Thu, Nov 12, 2009 at 9:58 AM, Andrey Mikhalev <amikhal@abisoft.spb.ru> wrote:
>>
>> it looks like text-decoration behaviour unspecified in this case:
>>
>> <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...
>
> What FF/Opera versions are you using?  Currently I get identical
> results in Chrome 3, FF 3.5.5, and Opera 10.01.  In all of them the
> entire text has a blue underline.

opera 10.00 Beta 2 (entire blue)
ff 1.5.0,3.0.1,3.6a1pre (blue-none-red)
... oops. in quirks mode...

sorry

> As far as I can tell from CSS 2.1, that's what's supposed to happen.
>
> ~TJ
>
>
>

Received on Thursday, 12 November 2009 16:35:34 UTC