LibWeb: Make select element use option's label, not text content

This commit is contained in:
Psychpsyo 2024-11-16 22:14:42 +01:00 committed by Sam Atkins
parent 8c4e4ec31b
commit 8f11dfc08a
Notes: github-actions[bot] 2025-01-04 11:45:06 +00:00
5 changed files with 28 additions and 4 deletions

View file

@ -96,6 +96,8 @@ public:
void update_selectedness();
void update_inner_text_element(Badge<HTMLOptionElement>);
private:
HTMLSelectElement(DOM::Document&, DOM::QualifiedName);