mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-07 17:41:54 +00:00
LibWeb: Implement :required/:optional pseudo-classes
This commit is contained in:
parent
fbd1f77161
commit
7acc0f4a42
Notes:
github-actions[bot]
2025-05-24 09:32:37 +00:00
Author: https://github.com/Gingeh
Commit: 7acc0f4a42
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4838
Reviewed-by: https://github.com/AtkinsSJ ✅
13 changed files with 300 additions and 2 deletions
|
@ -219,6 +219,7 @@ public:
|
|||
bool selection_direction_applies() const;
|
||||
bool pattern_applies() const;
|
||||
bool multiple_applies() const;
|
||||
bool required_applies() const;
|
||||
bool has_selectable_text() const;
|
||||
|
||||
bool supports_a_picker() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue