Re: Selectors Tests

Patrick Garies wrote:
> The following wording seems to do all of the above:
> 
> “The |:enabled| pseudo‐class represents user interface elements that are 
> in an enabled state; such elements have a corresponding disabled state.
> 
> Analogously, the |:disabled| pseudo‐class represents user interface 
> elements that are in a disabled state; such elements have a 
> corresponding enabled state.
> 
> What constitutes an enabled state, a disabled state, and applicable user 
> interface elements is language‐dependent.
> 
> Note that CSS properties that might affect a user’s ability to interact 
> with a given user interface element do not affect whether it matches 
> |:enabled| or |:disabled|; e.g., the |display| and |visibility| 
> properties have no effect on the enabled/disabled state of an element.”


For what it's worth, I like this proposal.

-Boris

Received on Thursday, 6 November 2008 16:07:50 UTC