mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
LibWeb: Implement selectedness algorithm
Implement selectedness setting algorithm in HTMLSelectElement
This commit is contained in:
parent
9cbb3fac12
commit
f4102b1dc9
Notes:
github-actions[bot]
2024-07-26 08:16:49 +00:00
Author: https://github.com/TSultanov
Commit: f4102b1dc9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/832
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 65 additions and 15 deletions
|
@ -92,6 +92,8 @@ public:
|
|||
|
||||
void did_select_item(Optional<u32> const& id);
|
||||
|
||||
void update_selectedness();
|
||||
|
||||
private:
|
||||
HTMLSelectElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue