[Webkit-unassigned] [Bug 64156] text-decoration:none inside an anchor tag has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 09:41:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64156


fredliu at codeaurora.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fredliu at codeaurora.org




--- Comment #2 from fredliu at codeaurora.org  2011-07-18 09:41:53 PST ---
I think in the reduced case you uploaded, you meant 
"#reduced a:hover span" in the css instead of "#reduced a:hover div" ? since it seems the latter won't be applied to any element whatsoever.  

Even if the style was meant to be "#reduced a:hover span", it's still unclear what the behavior of "text-decoration:none" should be. Should it clear whatever style that the current element (<span>) inherited from its parents? or it should be applied IN ADDITION TO inherited style(s)? If it's the latter case, then the current implementation is working as expected. The specs seems unclear about this issue. Could you provide the reference to the spec specifying the exact expected behavior in this scenario?


(In reply to comment #1)
> Created an attachment (id=100101)
 --> (https://bugs.webkit.org/attachment.cgi?id=100101&action=review) [details]
> Reduced test case

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list