1- Clicking on implicit labels should transfer focus to associated form controls
2- Activating their related accesskey should transfer focus to correspondent form controls

Form used for testing


Steps to reproduce:

1- click on the text which is before the form controls (e.g. click anywhere in the words "Your Name")
2- Trigger the accesskey in bold:
(alt + key in IE, alt + shift + key in Firefox, shift + escape + key in Opera, alt + key in Safari for Windows, ctrl, key in Konqueror 3.5)

Expected results

In both types of tests, the browser passes the test if the associated form control gets focus. Eg: a blinking caret appears at the beginning of the text field input.

Test results of clickability of implicit labels and triggering with accesskey in the above form
Test IE 6 IE 7 IE 8 b2 Firefox 2.0 Opera 9.50 Safari 3.1 Konq 3.5
Test IE 6 IE 7 IE 8 b2 Firefox 2.0 Opera 9.50 Safari 3.1 Konq 3.5
Clicking Your Name Fails Fails Passes Passes Passes Passes Passes
Clicking E-mail Fails Fails Passes Passes Passes Passes Passes
Clicking EXperience Fails Fails Passes Passes Passes Passes Passes
Clicking Where did you hear ... Fails Fails Passes Passes Passes Passes Passes
Clicking Comments Fails Fails Passes Passes Passes Passes Passes
Activating with N accesskey Fails Fails Passes Passes Passes Passes Passes
Activating with E accesskey Passes Passes Passes Passes Passes Passes Passes
Activating with X accesskey Fails Fails Passes Passes Passes Passes Passes
Activating with W accesskey Fails Fails Passes Passes Passes Passes Passes
Activating with C accesskey Passes Passes Passes Passes Passes Passes Passes

This bug has been reported at connect's IE beta feedback as bug 338796

Update: This bug has been FIXED in Internet Explorer 8 beta 2 (build 6001.18241) released on August 28th 2008. Otherwise, Internet Explorer 8 beta 2 PASSES this specific and particular testcase.

HTML 4.01 Strict compliant Valid CSS!