<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Link preview doesn't work on XHTML pages with Content-Type header as `application/xhtml+xml`"
   href="https://bugs.webkit.org/show_bug.cgi?id=150740#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Link preview doesn't work on XHTML pages with Content-Type header as `application/xhtml+xml`"
   href="https://bugs.webkit.org/show_bug.cgi?id=150740">bug 150740</a>
              from <span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span></b>
        <pre>One other thought. Since the check in the UI process is for two specific types of elements, we might want to come up with a more precise way of doing that rather than using element local names at all. Instead of a string, we could pass over the exact computed values that the UI process needs.

My first cut might be an &quot;is link&quot; boolean and an &quot;is image&quot; boolean. Then you have to decide exactly what definition of &quot;link&quot; and what definition of &quot;image&quot; you want, but that might actually make things work better, rather than worse, helping distinguish &lt;a&gt; elements that are not actually links, and make it easier to make SVG links and images work as well.</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>