This link has id="k" with NO accesskey being set for it

Click the following link: k.setAttribute("accesskey", "1")
Press Alt + 1 and Enter after clicking the above link. DOES NOT WORK. (Nothing happens)

Instead:

Click the following link: k.setAttribute("accessKey", "1")
Press Alt + 1 and Enter after clicking the above link. WORKS. (Google will load)