LibWeb/CSS: Remove the :target-within pseudo-class

This has been removed from the spec:

03b340c34f
This commit is contained in:
Sam Atkins 2025-07-15 14:38:52 +01:00 committed by Jelle Raaijmakers
commit b973c8d275
Notes: github-actions[bot] 2025-07-15 19:29:02 +00:00
4 changed files with 0 additions and 13 deletions

View file

@ -3012,7 +3012,6 @@ void StyleComputer::build_rule_cache()
m_pseudo_class_rule_cache[to_underlying(PseudoClass::FocusWithin)] = make<RuleCache>();
m_pseudo_class_rule_cache[to_underlying(PseudoClass::FocusVisible)] = make<RuleCache>();
m_pseudo_class_rule_cache[to_underlying(PseudoClass::Target)] = make<RuleCache>();
m_pseudo_class_rule_cache[to_underlying(PseudoClass::TargetWithin)] = make<RuleCache>();
make_rule_cache_for_cascade_origin(CascadeOrigin::Author, *m_selector_insights);
make_rule_cache_for_cascade_origin(CascadeOrigin::User, *m_selector_insights);