Bug with selector label[for=value]

25 views
Skip to first unread message

Gauthier Delaite

unread,
Nov 18, 2011, 11:46:14 AM11/18/11
to ie-...@googlegroups.com
Selectivizr dont work with this :

HTML : <label for="blabla">Lorem ipsum</label>

CSS : label[for=blabla] { css rules }

But it will work with this :

HTML : <label title="blabla">Lorem ipsum</label>

CSS : label[title=blabla] { css rules }


Very strange :-)
Reply all
Reply to author
Forward
0 new messages