Closed peterbe closed 6 years ago
Before this, if you had something like this a[href=":javascript"] as a selector, the split on the : would become a[href=" which is not a valid selector.
a[href=":javascript"]
:
a[href="
Before this, if you had something like this
a[href=":javascript"]
as a selector, the split on the:
would becomea[href="
which is not a valid selector.