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
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);