mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/CSS: Remove the :target-within
pseudo-class
This has been removed from the spec:
03b340c34f
This commit is contained in:
parent
d9cb8185cc
commit
b973c8d275
Notes:
github-actions[bot]
2025-07-15 19:29:02 +00:00
Author: https://github.com/AtkinsSJ
Commit: b973c8d275
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5459
Reviewed-by: https://github.com/gmta ✅
4 changed files with 0 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue