<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - position:absolute generated content inherits text-decoration from its element"
   href="https://bugs.webkit.org/show_bug.cgi?id=157199">157199</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>position:absolute generated content inherits text-decoration from its element
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari Technology Preview
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>URL</th>
          <td>https://jsfiddle.net/dLqvL2Lz/6/
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Layout and Rendering
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>aroben&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>simon.fraser&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.

<a href="https://jsfiddle.net/dLqvL2Lz/6/">https://jsfiddle.net/dLqvL2Lz/6/</a> demonstrates the bug. In Safari 9.1, Chrome 50, and Firefox 46, the words &quot;after content&quot; 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>