-
-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVDA should speak the TITLE of iframes and frames #662
Comments
Comment 1 by jteh on 2010-05-21 06:19 |
Comment 2 by jeronimo on 2010-05-21 13:41 |
Comment 3 by vtsaran (in reply to comment 1) on 2010-05-25 04:53
Sited users do not see those titles at all. The TITLE attribute for an iframe works conceptually similar to an ALT attribute on an image. Ideally, how would you like NVDA to report them? Could be something like:
|
Comment 4 by mdcurran on 2010-05-25 05:37 |
Comment 5 by jteh (in reply to comment 3) on 2010-05-25 06:18
An alt attribute is only provided because the content in question (the image) cannot be described in a textual (and thus non-visually accessible) form. IN the case of an iframe, the content of the iframe is already accessible, so there shouldn't be any need for any additional meta information. I can't see a good justification for exposing this. |
Comment 6 by katsutoshi on 2010-05-25 07:06
Title of the each frames or iframes helps us deciding which frame should we read carefully. ==== Possible related links ==== |
Comment 7 by jteh (in reply to comment 6) on 2010-05-25 07:56
So why don't sighted users need a similar paradigm? I'd suggest that this is possibly better suited to landmarks. That is, main content should be marked as main, or perhaps we could have a new landmark for advertisement. |
Comment 8 by jteh on 2010-07-14 07:15 |
Comment 9 by mdcurran on 2010-12-01 06:33 |
Comment 10 by MABennett3 on 2014-06-20 17:15 As an accessibility consultant with a US federal government client responsible for complying with Section 508 1194.22(i), I wanted to follow up on this ticket to see if the NVDA team has reconsidered their stance and has plans to implement this functionality or if this is still considered working as intended and the bug just needs to be closed out. |
Comment 11 by jteh on 2014-12-02 06:02 |
P3. There seems to be some demand for this, and its possibly fairly quick to implement. |
As an accessibility analyst for the UC, this comes up again and again. NVDA users very often use firefox, which still lets users tab to an iframe. Currently, NVDA announces nothing when focus is on an iframe in Firefox. Seems like this should be implemented. |
Does anyone have a minimal test case in Codepen or so for this? Based on the comments above, it seems especially Firefox is impacted by this. But I wonder whether it is common understanding in the web design and web developers communities to use clear titles for frames and iFrames? Or do people in practice rather use landmarks, grupings and separators? cc: @jcsteh |
Reported by vtsaran on 2010-05-21 05:56
It seems that currently NVDA ignores TITLE attributes on HTML iframes and frames.
Blocking #5432
The text was updated successfully, but these errors were encountered: