mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Make select element use option's label, not text content
This commit is contained in:
Notes:
github-actions[bot]
2025-01-04 11:45:06 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/8f11dfc08a5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3130 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -96,6 +96,8 @@ public:
|
||||
|
||||
void update_selectedness();
|
||||
|
||||
void update_inner_text_element(Badge<HTMLOptionElement>);
|
||||
|
||||
private:
|
||||
HTMLSelectElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user