[whatwg] :enabled and :disabled matching <input type=hidden>

Hi,
   The spec states that:

> The :enabled pseudo-class must match any element falling into one of
> the following categories:
>
> * input elements whose type attribute are not in the Hidden state and
>   that are not disabled

and

> The :disabled pseudo-class must match any element falling into one of
> the following categories:
>
> * input elements whose type attribute are not in the Hidden state and
>   that are disabled

This doesn't match the behaviour of all web browsers I've tested. Opera, 
Safari, Chrome, Firefox and IE all fail this test.

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1643

-- 
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Received on Thursday, 28 June 2012 13:23:00 UTC