Case-sensitivity in accesskey test

This tests how accesskey handles case, and repeated instances of the same value, in order to deal with issues raised in issue 485.

The test is run with keyboard that has "a" and "b" keys. If you cannot activate or focus any links, then (probably) the accesskey attribute is ineffective and the results are not helpful.

1. "A"

The following link uses accesskey="A". Can you use accesskey A to focus or activate it?

Results:

2. "a"

The following link to "page one" uses accesskey="a". Can you use accesskey a to focus or activate it?

Results:

3. "a"

The following link uses accesskey="a". Can you use accesskey a to focus or activate it?

Results:

4. "A"

The following link uses accesskey="A". Can you use accesskey A to focus or activate it?

Results:

5. "b"

The following link uses accesskey="b". Can you use accesskey b to focus or activate it?

Results: