mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +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
|
@ -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