mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-20 01:01:54 +00:00
LibWeb: Make select element use option's label, not text content
This commit is contained in:
parent
8c4e4ec31b
commit
8f11dfc08a
Notes:
github-actions[bot]
2025-01-04 11:45:06 +00:00
Author: https://github.com/Psychpsyo
Commit: 8f11dfc08a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3130
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 28 additions and 4 deletions
|
@ -96,6 +96,8 @@ public:
|
|||
|
||||
void update_selectedness();
|
||||
|
||||
void update_inner_text_element(Badge<HTMLOptionElement>);
|
||||
|
||||
private:
|
||||
HTMLSelectElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue