mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-07 00:29:47 +00:00
LibWeb/CSS: Generate is_has_allowed_pseudo_element()
This commit is contained in:
parent
ffa1dba96a
commit
021e3f5c7d
Notes:
github-actions[bot]
2025-03-24 09:51:23 +00:00
Author: https://github.com/AtkinsSJ
Commit: 021e3f5c7d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4021
3 changed files with 27 additions and 9 deletions
|
@ -759,11 +759,4 @@ SelectorList adapt_nested_relative_selector_list(SelectorList const& selectors)
|
|||
return new_list;
|
||||
}
|
||||
|
||||
// https://drafts.csswg.org/selectors/#has-allowed-pseudo-element
|
||||
bool is_has_allowed_pseudo_element(PseudoElement)
|
||||
{
|
||||
// No spec currently defines any pseudo-elements that are allowed in :has()
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue