Fix implementation of the shorthand "anyOf" selector
This commit is contained in:
@@ -159,7 +159,7 @@ CSSSelector * allOf( NSArray<CSSSelector *> * selectors)
|
||||
|
||||
CSSSelector * anyOf( NSArray<CSSSelector *> * selectors)
|
||||
{
|
||||
return [CSSCompoundSelector andSelector:selectors];
|
||||
return [CSSCompoundSelector orSelector:selectors];
|
||||
}
|
||||
|
||||
#pragma mark - Pseudo
|
||||
|
||||
Reference in New Issue
Block a user