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. ;) -BorisReceived on Thursday, 30 October 2008 23:44:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:55:15 GMT