You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This selector :
tr:not(:has(td[colspan]:has(hr)))
gives this :
Parse error: Found TOKEN::SIMPLESELECTOR_ATTRIBUTE_START @14 '[' while one of PARENTHESES_END was expected.
and this one :
tr:not(:has(td))
gives
Warning: DOMXPath::evaluate(): Invalid expression in FluentDOM/vendor/fluentdom/fluentdom/src/FluentDOM/DOM/Xpath.php on line 79.
The expression generated is : self::*[local-name() = "tr" and not((*[local-name() = "td"])])]
The text was updated successfully, but these errors were encountered:
This selector :
tr:not(:has(td[colspan]:has(hr)))
gives this :
Parse error: Found TOKEN::SIMPLESELECTOR_ATTRIBUTE_START @14 '[' while one of PARENTHESES_END was expected.
and this one :
tr:not(:has(td))
gives
Warning: DOMXPath::evaluate(): Invalid expression in FluentDOM/vendor/fluentdom/fluentdom/src/FluentDOM/DOM/Xpath.php on line 79.
The expression generated is :
self::*[local-name() = "tr" and not((*[local-name() = "td"])])]
The text was updated successfully, but these errors were encountered: