[Webkit-unassigned] [Bug 157199] New: position:absolute generated content inherits text-decoration from its element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 13:49:31 PDT 2016


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

            Bug ID: 157199
           Summary: position:absolute generated content inherits
                    text-decoration from its element
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
               URL: https://jsfiddle.net/dLqvL2Lz/6/
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aroben at webkit.org
                CC: simon.fraser at apple.com

github.com uses position:absolute generated content to display tooltips on many elements. In Safari Technology Preview Version 9.1.1 (11601.6.17, 11602.1.29), tooltips on links are inheriting the link's text-decoration underline. This does not happen in Safari 9.1, Chrome 50, or Firefox 46.

https://jsfiddle.net/dLqvL2Lz/6/ demonstrates the bug. In Safari 9.1, Chrome 50, and Firefox 46, the words "after content" are underlined in the first instance but not the second. In Safari Technology Preview, both instances are underlined.

Note that the behavior in all browsers is unaffected by whether or not text-decoration:none is specified on the generated content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160429/b3967870/attachment.html>


More information about the webkit-unassigned mailing list