mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibWeb/HTML: Invalidate :checked style on <input> type attribute change
The :checked (and :unchecked) psuedo classes depend on both the checked state of input elements as well as what the type of that input element is.
This commit is contained in:
committed by
Andreas Kling
parent
2f40939aee
commit
354cca350a
Notes:
github-actions[bot]
2026-02-06 11:02:37 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/354cca350a6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7636
@@ -222,6 +222,7 @@ public:
|
||||
bool multiple_applies() const;
|
||||
bool required_applies() const;
|
||||
bool checked_applies() const;
|
||||
static bool checked_applies(TypeAttributeState);
|
||||
bool has_selectable_text() const;
|
||||
|
||||
bool supports_a_picker() const;
|
||||
|
||||
Reference in New Issue
Block a user