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.
There are four different syntaxes for namespaces in element types and attribute names:
ns|E,*|E,|Eand justE. All four have a different meaning: http://www.w3.org/TR/css3-selectors/#typenmspcssselect currently parses
*|EandEthe same, and fails to parse|E.