Open nt1m opened 3 weeks ago
The WebKit implementation of those elements is completely out of date, and causes a lot of pain for web developers:
Also add support for ::details-content
https://html.spec.whatwg.org/#the-details-and-summary-elements
WebKit: https://github.com/WebKit/standards-positions/issues/351 Gecko: https://github.com/mozilla/standards-positions/issues/1027
See: https://bugs.webkit.org/showdependencytree.cgi?id=252223&hide_resolved=1
There were some mentions in State of HTML/CSS
::details-content has shipped in Chrome 131 and introduces a new concept: part-like pseudo-elements.
::details-content
This means that selectors such as the following are valid:
Description
The WebKit implementation of those elements is completely out of date, and causes a lot of pain for web developers:
Also add support for ::details-content
Specification
https://html.spec.whatwg.org/#the-details-and-summary-elements
Additional Signals
Standards Positions
WebKit: https://github.com/WebKit/standards-positions/issues/351 Gecko: https://github.com/mozilla/standards-positions/issues/1027
Site breakage and workaround
Browser Bugs
Likely Compatibility Impact
See: https://bugs.webkit.org/showdependencytree.cgi?id=252223&hide_resolved=1
Developer surveys
Other Developer Sentiment
There were some mentions in State of HTML/CSS