Open
Bug 345861
Opened 19 years ago
Updated 2 years ago
Feed Subscription icon in address field is not accessible
Categories
(Firefox :: Disability Access, defect)
Tracking
()
REOPENED
People
(Reporter: deangelo, Unassigned)
References
Details
(Keywords: access)
Test environment: Bon Echo nightly build 20070724
Test done on IBM T42 ThinkPad.
Description:
When a page containing an RSS feed subscription is displayed, Firefox shows an orange "Subscribe to this page" icon in the address/location field at the top of the window. This icon is not accessible from the keyboard, and its existence is not announced by a screen reader.
Note: This is an accessibility defect, since information is provided to a sighted user via the Firefox user interface in a manner not presented to a blind user. It is not a section 508 defect, since a workaround (though much less usable) is provided via the bookmarks menu pulldown.
Steps to Reproduce:
1. View this web site: http://www.cnet.com
2. Note the orange "subscribe to this page" icon at the end of the address/location field.
3. Try to navigate to that icon with the keyboard, or use a screen reader to announce the contents of the address/location field.
Expected Result:
If information is made available visually in the application's user interface, there should be a way to navigate to the information using the keyboard or listen to it with a screen reader.
Comment 1•19 years ago
|
||
ATs can determine whether there are feeds on the page the same way that Firefox does -- by looking for <link rel="alternate"> links in the DOM.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Comment 2•19 years ago
|
||
It's the same as Bookmarks->Subscribe to this page, which is grayed out when there is no feed.
Also, the feed icon is available in the MSAA tree as a child of the location bar.
We should contact the AT vendors and tell them how to get this info so they can announce it in their page summaries on new page load.
Reporter | ||
Comment 3•19 years ago
|
||
Reopening bug as per Aaron response, "There's either a bug in Firefox or in the screen readers. Which is it? We drive both."
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 4•18 years ago
|
||
I contacted GW Micro about this, and they responded:
"""
Mark,
Yes, this is a very cool feature. In IE, you can make a sound event
trigger so that the user knows RSS feeds are available whenever they
hear whatever sound they assign. They then know they can use the RSS
feed key in IE (ALT-J, maybe?) to access the feeds on that page. So I
think we're certainly interested in supporting that in Firefox as well.
"""
Comment 5•18 years ago
|
||
Yes, Alt+J accesses the icon in IE.
This may be as simple as adding accesskey="J" (well, use the DTD abstraction for accesskey assignment).
We don't have sound events in Firefox however -- and unless we get them, this will have to be something that the screen reader figures out by looking at the location bar children. No real convenient way to do that now.
But, I think we should keep this bug for the accesskey Alt+J.
Blocks: keya11y
Severity: normal → minor
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•