Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e7f328b0393a0c5f293b3acfb3b8ad8445552c93
https://github.com/WebKit/WebKit/commit/e7f328b0393a0c5f293b3acfb3b8ad8445552c93
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-02 (Mon, 02 Mar 2026)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/fast/forms/select/menulist-focusable-items-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/editing/other/editing-around-select-element.tentative_delete-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/editing/other/editing-around-select-element.tentative_forwardDelete-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/editing/other/editing-around-select-element.tentative_insertText-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/dom/aria-element-reflection-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/the-innertext-and-outertext-properties/getter-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-index-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/standalone-optgroup-no-shadow-tree-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/standalone-optgroup-no-shadow-tree-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/standalone-optgroup-no-shadow-tree.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/standalone-option-no-shadow-tree-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/standalone-option-no-shadow-tree-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/standalone-option-no-shadow-tree.html
M LayoutTests/platform/glib/fast/frames/iframe-option-crash-expected.txt
M LayoutTests/platform/ios/fast/frames/iframe-option-crash-expected.txt
M LayoutTests/platform/mac/fast/frames/iframe-option-crash-expected.txt
M Source/WebCore/html/HTMLOptGroupElement.cpp
M Source/WebCore/html/HTMLOptGroupElement.h
M Source/WebCore/html/HTMLOptionElement.cpp
M Source/WebCore/html/HTMLOptionElement.h
Log Message:
-----------
Make <option> and <optgroup> render outside <select> elements
https://bugs.webkit.org/show_bug.cgi?id=308924
Reviewed by Tim Nguyen.
Align with other browsers and the standard in treating <option> and
<optgroup> as ordinary elements outside of <select>.
(Chromium and WebKit currently do render a shadow root; that'll be
addressed in a follow-up.)
Tests:
https://github.com/web-platform-tests/wpt/pull/58172
Canonical link: https://commits.webkit.org/308464@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications