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
There are four different syntaxes for namespaces in element types and attribute names: ns|E, *|E, |E and just E. All four have a different meaning: http://www.w3.org/TR/css3-selectors/#typenmsp
cssselect currently parses *|E and E the same, and fails to parse |E.
The text was updated successfully, but these errors were encountered:
There are four different syntaxes for namespaces in element types and attribute names:
ns|E
,*|E
,|E
and justE
. All four have a different meaning: http://www.w3.org/TR/css3-selectors/#typenmspcssselect currently parses
*|E
andE
the same, and fails to parse|E
.The text was updated successfully, but these errors were encountered: