[Webkit-unassigned] [Bug 218758] New: Click on <a href> nested in <summary> cross browser inconsistency
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 10 09:13:50 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218758
Bug ID: 218758
Summary: Click on <a href> nested in <summary> cross browser
inconsistency
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: UI Events
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zachleatherman at gmail.com
Clicking a link that’s nested inside of a summary element has an odd HTML-only inconsistency.
<details>
<summary><a href="https://www.zachleat.com/">Works in Safari</a></summary>
</details>
<details>
<summary><a href="https://www.zachleat.com/"><span>Does not work in Safari</span></a></summary>
</details>
Tested in Safari 14. Both cases work in Firefox 82 and Chrome 86. All csaes tested on macOS Catalina (10.15.7)
Live demo: https://codepen.io/zachleat/pen/ZEOMKPr
As an additional disclosure some conversation about this specific issue is being had here: https://github.com/whatwg/html/issues/2272
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201110/bd622cae/attachment-0001.htm>
More information about the webkit-unassigned
mailing list