« Return to Thread: :enabled and :disabled matching

:enabled and :disabled matching <input type=hidden>

by Lachlan Hunt :: Rate this Message:

| View in Thread

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/

 « Return to Thread: :enabled and :disabled matching