LibWeb: Implement :required/:optional pseudo-classes

This commit is contained in:
Gingeh 2025-04-30 10:23:46 +10:00 committed by Sam Atkins
parent fbd1f77161
commit 7acc0f4a42
Notes: github-actions[bot] 2025-05-24 09:32:37 +00:00
13 changed files with 300 additions and 2 deletions

View file

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