w3school's chapter on attribute selectors states that:
IE7 and IE8 support attribute selectors only if a !DOCTYPE is specified.
IE7 and IE8 don't recognize the HTML5 doctype, right?
So, does this mean that IE7 and IE8 won't recognize my attribute selectors if I use the HTML5 doctype?