nvda

Screenreader (NVDA) only reads WPF Window-Title

寵の児 提交于 2019-12-11 04:39:45
问题 I'm trying to have Screenreaders (I'm testing with NVDA) read out the AutomationProperties.Name and AutomationProperties.Helptext of the focused Controls. However all it does is saying "MAINWINDOW", when I focus the Application. <Window x:Class="AutomationPropertiesTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="394" Width="307" > <Grid> <Label Content="Summand" Height="28"

Pronounce “DoIT” as “do it” for screen readers and the visually impaired

眉间皱痕 提交于 2019-12-10 00:12:30
问题 I'm working on an interesting problem and would like some input. The problem is thus: I'm working on a website that uses an acronym across the board ("DoIT", pronounced "do it"). Unfortunately, screen readers for the visually impaired read the acronym wrong ("duh-I.T."). I'm thinking there are one of two solutions: find every element ever across the website (HTML5) that uses "DoIT" and somehow add something that says to the screen reader to not read the displayed text but an alternative text

NVDA reader reads the source of an image in img tag - in IE Browser Only

拥有回忆 提交于 2019-12-08 08:04:07
问题 On mouse-over on an image in IE browser, the NVDA screen reader reads the entire source of the image file along with alt text and title, for example: Smiley http://blog.smiley.com/wp-content/uploads/2015/05/High-Res-image.jpg How do I avoid this from happening? I want the screen reader to read only the alt text and title. 来源: https://stackoverflow.com/questions/30796844/nvda-reader-reads-the-source-of-an-image-in-img-tag-in-ie-browser-only

aria-label, aria-labelledby and aria-describedby: very unforeseeable behaviour in screenreaders

大城市里の小女人 提交于 2019-11-30 15:35:41
问题 I just noticed that although the aria-label , aria-labelledby and aria-describedby attributes are said to work on every element (see https://www.w3.org/WAI/PF/aria-1.1/states_and_properties#aria-describedby), they only seem to work for a few elements like a , and not for e.g. div or p in NVDA and JAWS. I have created a small codepen to demonstrate the issue (browse it using browse and focus mode): https://codepen.io/jmuheim/pen/avWbPe For example, in NVDA, on the a element, the aria-label and

aria-label, aria-labelledby and aria-describedby: very unforeseeable behaviour in screenreaders

百般思念 提交于 2019-11-30 14:36:28
I just noticed that although the aria-label , aria-labelledby and aria-describedby attributes are said to work on every element (see https://www.w3.org/WAI/PF/aria-1.1/states_and_properties#aria-describedby ), they only seem to work for a few elements like a , and not for e.g. div or p in NVDA and JAWS. I have created a small codepen to demonstrate the issue (browse it using browse and focus mode): https://codepen.io/jmuheim/pen/avWbPe For example, in NVDA, on the a element, the aria-label and aria-labelledby seem to work in both browse and focus mode. But aria-describedby is only announced in