Closed
Bug 395203
Opened 17 years ago
Closed 17 years ago
Ability to get a list of accesskeys on a web page
Categories
(Firefox :: Keyboard Navigation, enhancement)
Firefox
Keyboard Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 303192
People
(Reporter: bugzilla, Unassigned)
Details
(Whiteboard: parity-opera)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Implement an UI for Accesskeys; to show the keys a web page is using.
Reproducible: Always
Could looks like:
(Key): Description (Type of element)
e.g.
<a href="#nav" accesskey="N">Jump to Navigation</a>
<a href="contact.html" accesskey="C">Contact</a>
<a href="home.html" accesskey="H">Go to the Home site</a>
<label for="first_name">Your firstname</label><input type="text" id="first_name" accesskey="F"/>
<input type="submit" value="submit query" accesskey="S" />
result could be:
N; Jump to Navigation (anchor)
C: Contact (link)
H: Go to the Home site (link)
F: Your firstname (text input)
S: Submit Query (submit)
Opera already have an UI (press Shift+ESC on a site with accesskeys)
Updated•17 years ago
|
Summary: Implement an UI for Accesskeys → Ability to get a list of accesskeys on a web page
Whiteboard: p-opera
Updated•17 years ago
|
Component: General → Keyboard Navigation
QA Contact: general → keyboard.navigation
Whiteboard: p-opera → parity-opera
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•