mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb/CSS: Pull out Supports::Declaration parsing
Avoid repeating this in two places.
This commit is contained in:
parent
4ed1c56267
commit
faba11f33c
Notes:
github-actions[bot]
2025-12-02 09:51:11 +00:00
Author: https://github.com/AtkinsSJ
Commit: faba11f33c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6986
3 changed files with 22 additions and 11 deletions
|
|
@ -564,6 +564,7 @@ private:
|
|||
OwnPtr<BooleanExpression> parse_boolean_expression_group(TokenStream<ComponentValue>&, MatchResult result_for_general_enclosed, ParseTest parse_test);
|
||||
|
||||
OwnPtr<BooleanExpression> parse_supports_feature(TokenStream<ComponentValue>&);
|
||||
OwnPtr<Supports::Declaration> parse_supports_declaration(TokenStream<ComponentValue>&);
|
||||
|
||||
NonnullRefPtr<StyleValue const> resolve_unresolved_style_value(DOM::AbstractElement, GuardedSubstitutionContexts&, PropertyNameAndID const&, UnresolvedStyleValue const&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue