mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb/CSS: Update a FIXME that's completed elsewhere
This commit is contained in:
parent
a9a25d4eca
commit
3b36ca2711
Notes:
github-actions[bot]
2024-11-07 14:13:08 +00:00
Author: https://github.com/AtkinsSJ
Commit: 3b36ca2711
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2202
1 changed files with 3 additions and 2 deletions
|
@ -540,8 +540,9 @@ Variant<Empty, QualifiedRule, Parser::InvalidRuleError> Parser::consume_a_qualif
|
|||
rule.declarations = move(first.get<Vector<Declaration>>());
|
||||
}
|
||||
|
||||
// FIXME: If any remaining items of child rules are lists of declarations, replace them with nested declarations rules
|
||||
// containing the list as its sole child. Assign child rules to rule’s child rules.
|
||||
// If any remaining items of child rules are lists of declarations, replace them with nested declarations rules
|
||||
// containing the list as its sole child. Assign child rules to rule’s child rules.
|
||||
// NOTE: We do this later, when converting the QualifiedRule to a CSSRule type.
|
||||
|
||||
// If rule is valid in the current context, return it; otherwise return an invalid rule error.
|
||||
if (is_valid_in_the_current_context(rule))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue