[Webkit-unassigned] [Bug 130657] New: Underline within A tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 21:06:40 PDT 2014


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

           Summary: Underline within A tags
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin.schaus at sap.com


Following HTML results in a wrong underlining while hovering:

<style>
 a{text-decoration:none;font-size:40px} 
 a:hover{text-decoration:underline}
</style>
<a href="#">
    <span style="font-size:2em">Large Text</span>
    <span style="font-size;:1.1em">Small Text</span>
</a>

The expected result would be to use the font-size given with the A tag to be used for the underline of the whole content while hovering.

IE and Firefox behave correctly in standards mode.

-- 
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