[Webkit-unassigned] [Bug 264381] New: summary (details) display values other than list-item should hide marker
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 7 20:06:21 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=264381
Bug ID: 264381
Summary: summary (details) display values other than list-item
should hide marker
Product: WebKit
Version: Safari 17
Hardware: Mac (Apple Silicon)
OS: macOS 14
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: vertigoback at gmail.com
I was just about to implement a <details> + <summary> element where the summary is only as wide as its content, but on its own line.
I actually did not want to hide the ::marker, but (1) having the summary is only as wide as its content and (2) show the marker.
This is not possible in Webkit (Safari 17) due to "inline list-item" not being supported:
https://bugs.webkit.org/show_bug.cgi?id=224809
Having the display property of a <summary> element set to something else but "list-item" does not show the ::marker arrow in Firefox and Chromium, but Safari does.
I assume that this is what is suppose to happen.
Here is a pen: https://codepen.io/scheinercc/pen/jOdBrEq
So either way I set display to any flow value Webkit renders differently from the other engines.
--
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/20231108/4948d55b/attachment-0001.htm>
More information about the webkit-unassigned
mailing list