e.g.:
a[href=\"val\"]
Does \"val\" need to have quotes around it? Single or double are acceptable? What about for integers?
They do not need to be quoted.
There is also no distinction between strings/doubles/integers. CSS isn't Turing-complete, let alone typed.