mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -264,8 +264,6 @@ String serialize_a_group_of_selectors(SelectorList const& selectors);
|
|||
|
||||
SelectorList adapt_nested_relative_selector_list(SelectorList const&);
|
||||
|
||||
bool is_has_allowed_pseudo_element(PseudoElement);
|
||||
|
||||
}
|
||||
|
||||
namespace AK {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue