Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4c6a2d5dd3e242377afa2808657ed25108cded7e
https://github.com/WebKit/WebKit/commit/4c6a2d5dd3e242377afa2808657ed25108cded7e
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-27 (Fri, 27 Feb 2026)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/html/HTMLOptionElement.cpp
M Source/WebCore/html/HTMLOptionElement.h
Log Message:
-----------
Enhanced <select>: <option label> support
https://bugs.webkit.org/show_bug.cgi?id=308639
Reviewed by Tim Nguyen.
If in the future we add support for content: attr(...) on arbitrary
elements we can make this slightly more elegant by removing the need
for the separate span element and updateLabelInShadowTree(). (We'd
still need a shadow tree as ::checkmark, ::before, and ::after need to
continue working as well.)
Canonical link: https://commits.webkit.org/308325@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications