Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b9d6a1ccaa5a39868d35584d59a41beb9ceb602d
https://github.com/WebKit/WebKit/commit/b9d6a1ccaa5a39868d35584d59a41beb9ceb602d
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-button-behaviors-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional-expected.txt
A
LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-button-behaviors-expected.txt
M Source/WebCore/html/HTMLButtonElement.cpp
M Source/WebCore/html/HTMLButtonElement.h
Log Message:
-----------
Enhanced <select>: <button> changes
https://bugs.webkit.org/show_bug.cgi?id=308302
Reviewed by Tim Nguyen.
Since you can use the <button> element inside a <select> element, it
can't use its default type of Submit. The specification lazily computes
this with an Auto state, but this is not possible for us because we
want to cache the <form>'s default button.
Canonical link: https://commits.webkit.org/307941@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications