mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Remove :closed pseudo class
This was removed from the spec.
This commit is contained in:
committed by
Tim Ledbetter
parent
c937aff95a
commit
7c9a162f99
@@ -728,7 +728,6 @@ static inline bool matches_pseudo_class(CSS::Selector::SimpleSelector::PseudoCla
|
||||
return false;
|
||||
}
|
||||
case CSS::PseudoClass::Open:
|
||||
case CSS::PseudoClass::Closed:
|
||||
return matches_open_state_pseudo_class(element, pseudo_class.type == CSS::PseudoClass::Open);
|
||||
case CSS::PseudoClass::Modal: {
|
||||
// https://drafts.csswg.org/selectors/#modal-state
|
||||
|
||||
Reference in New Issue
Block a user