I was recently updating a CMS site and a tab-navigation plugin had inserted the following markup:
...
I\'ve alway
CSS itself is case insensitive, but selectors from HTML (class and id) are case sensitive:
CSS recommendation on case sensitivity
HTML recommendation, id attribute (note the [CS])