Libweb: Invalidate layout for the value-attribute of li-elements

This commit is contained in:
InvalidUsernameException 2025-05-10 19:08:25 +02:00 committed by Andreas Kling
commit 029bcf13fd
Notes: github-actions[bot] 2025-05-10 23:15:26 +00:00
6 changed files with 38 additions and 4 deletions

View file

@ -468,7 +468,7 @@ public:
}
size_t number_of_owned_list_items() const;
Element const* list_owner() const;
Element* list_owner() const;
size_t ordinal_value() const;
void set_pointer_capture(WebIDL::Long pointer_id);