This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10781 - are accesskeys case sensitive?
Summary: are accesskeys case sensitive?
Status: VERIFIED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: LC
Assignee: Gregory J. Rosmaita
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: a11y
Depends on:
Blocks:
 
Reported: 2010-09-27 18:07 UTC by Gregory J. Rosmaita
Modified: 2011-01-18 16:33 UTC (History)
9 users (show)

See Also:


Attachments

Description Gregory J. Rosmaita 2010-09-27 18:07:56 UTC
1. the unicode expression of the latin capital letter x is U+0058

2. the unicode expression of the latin lowercase letter x is U+0078

so, since HTML5 states that, "If specified, the [accesskey] value must 
be an ordered set of unique space-separated tokens, each of which must 
be exactly one Unicode code point in length, does this mean that 
accesskeys are case sensitive?  if so, it must be explicitly stated;
if not, it also must be explicitly stated that accesskeys are case
insensitive.
Comment 1 Ian 'Hixie' Hickson 2010-09-28 07:10:56 UTC
I should also fix this for <form accept-charset> (which should be case-insensitive, unlike accesskey).
Comment 2 Ian 'Hixie' Hickson 2010-09-30 23:07:05 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.
Comment 3 contributor 2010-09-30 23:08:05 UTC
Checked in as WHATWG revision r5571.
Check-in comment: Better define how sets of unique space-separated tokens are handled in terms of case-sensitivity.
http://html5.org/tools/web-apps-tracker?from=5570&to=5571
Comment 4 Martin Kliehm 2010-12-21 15:25:22 UTC
Confirming the changes made it into the spec, concerning <code>accesskey</code> in http://www.w3.org/TR/html5/editing.html#the-accesskey-attribute
Comment 5 Michael Cooper 2011-01-18 16:33:03 UTC
Bug triage sub-team does not think this needs to be a TF priority. Assigning to
Gregory to confirm changes and close.