(click)
(click)
(click)
(click)
???
Label element ('this'): '<label for="jooooo">…</label>' ** Results * IE 6 this['for'] = undefined this['htmlFor'] = 'jooooo' this.getAttribute('for') = null this.getAttribute('htmlFor') = 'jooooo' * FF 2 this['for'] = undefined this['htmlFor'] = 'jooooo' this.getAttribute('for') = 'jooooo' this.getAttribute('htmlFor') = null Btw, onclick attribute in FF prevents LABELs default action, without any mean to bring it back (other way than hardcoded focus() method).
Thanks to:
http://dean.edwards.name/weblog/2007/03/yet-another/#comment82542