[Webkit-unassigned] [Bug 150740] Link preview doesn't work on XHTML pages with Content-Type header as `application/xhtml+xml`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 14:54:24 PST 2015


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #264713|review?                     |review+
              Flags|                            |

--- Comment #15 from Darin Adler <darin at apple.com> ---
Comment on attachment 264713
  --> https://bugs.webkit.org/attachment.cgi?id=264713
Patch to fix remaining bug, clean things

View in context: https://bugs.webkit.org/attachment.cgi?id=264713&action=review

> Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:2182
> +            info.clickableElementName = element->localName();

Can we remove clickableElementName entirely? If not, what code is using it? Is the localName usable without knowing that it’s in the HTML namespace, SVG namespace, or another? I’d expect it would not be sufficient on its own.

-- 
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/20151103/c3c0f862/attachment.html>


More information about the webkit-unassigned mailing list