-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
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
.
funkyfuture