mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Make select element use option's label, not text content
This commit is contained in:
@@ -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