-
-
Notifications
You must be signed in to change notification settings - Fork 784
Add colors to speech viewer #5026
Copy link
Copy link
Open
Labels
audience/a11y-testerAccessibility TestersAccessibility Testersaudience/low-visionPR or issue is relevant to sighted or low vision usersPR or issue is relevant to sighted or low vision usersaudience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developersenhancementp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritysightedDevIdealtriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Metadata
Metadata
Assignees
Labels
audience/a11y-testerAccessibility TestersAccessibility Testersaudience/low-visionPR or issue is relevant to sighted or low vision usersPR or issue is relevant to sighted or low vision usersaudience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developersenhancementp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritysightedDevIdealtriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Reported by jmuheim on 2015-04-09 07:23
As described in ticket 5010, I often want to check a full website quickly on accessibility issues using the speech viewer:
http://community.nvda-project.org/ticket/5010
It would be very useful to have some colors there that give visual clues on the meta information the screenreader provides; for example links could be in red color and headings in blue color.
I know that NVDA mainly is not meant for people with eye sight, so I'm not surprised when you don't want to add a feature like this. But it would be very useful if the output of the speech viewer could somehow be sent to another program which itself could enhance the output. This wouldn't be trivial, as plain text like "link" could be meta information induced by the screenreader or real content of the website. But maybe it would be possible to transmit this information, too? Is there an API or something that can be connected to?
Blocked by #4877