[Webkit-unassigned] [Bug 17677] New: text in the anchor tag is applying incorrect styling from font tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 4 17:51:19 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17677

           Summary: text in the anchor tag is applying incorrect styling
                    from font tag
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to
the attached reduction

II Issue:
In Opera, the default color of an <a> underline is blue.

In FF, if the font-face is NOT Verdana, then the underline color of <a> is the
same as the text's color. If the font-face is Verdana, then the default color
of the underline is blue.

In Safari, the underline color of <a> is just the same as the text's color.

In IE, there were no underline in the links because the text-decoration in the
<font> was set to none.

III Conclusion: It looks like FF2/3, Safari are just not applying the
text-decoration from the font tag on the text in the anchor tag, but they are
applying the other stylings from the font tag.

IV Nightly tested: 30628


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


More information about the webkit-unassigned mailing list