mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb/CSS: Tag forgiving selector lists while parsing
This commit is contained in:
committed by
Andreas Kling
parent
7f803c5c3d
commit
3a43fa9e35
@@ -142,6 +142,8 @@ public:
|
||||
// Only used when "pseudo_class" is "NthChild" or "NthLastChild".
|
||||
ANPlusBPattern nth_child_pattern {};
|
||||
|
||||
// FIXME: This would make more sense as part of SelectorList but that's currently a `using`
|
||||
bool is_forgiving { false };
|
||||
SelectorList argument_selector_list {};
|
||||
|
||||
// Used for :lang(en-gb,dk)
|
||||
|
||||
Reference in New Issue
Block a user