Re: Selectors Tests

Boris Zbarsky wrote:
> I have no idea.  In Gecko, hidden inputs basically have a UA 
> "display:none!important"

I lie.  We actually treat them as having non-!important "display: none", 
and you can in fact get things like this:

data:text/html,<style>input:before { content: 'a'; }</style><input 
type="hidden" style="display:block">

to show text.  No clue what we do with focus in that case.  ;)

-Boris

Received on Thursday, 30 October 2008 23:44:36 UTC