[webkit-changes] [WebKit/WebKit] 850d24: Enable <details> name attribute by default
Aditya Keerthi
noreply at github.com
Mon Oct 9 21:43:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 850d24f652492ad74078821549d8f72e6ae57c38
https://github.com/WebKit/WebKit/commit/850d24f652492ad74078821549d8f72e6ae57c38
Author: Aditya Keerthi <akeerthi at apple.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Log Message:
-----------
Enable <details> name attribute by default
https://bugs.webkit.org/show_bug.cgi?id=262910
rdar://116693885
Reviewed by Tim Nguyen.
Enable support for the "name" attribute for the <details> element, which allows
grouping together a set of <details> elements such that opening one element in
a group causes all other elements in the group to close.
Spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-details-name
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
Canonical link: https://commits.webkit.org/269130@main
More information about the webkit-changes
mailing list