- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 May 2011 13:09:30 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12590 --- Comment #3 from steve faulkner <faulkner.steve@gmail.com> 2011-05-10 13:09:30 UTC --- (In reply to comment #1) > Note as well, that according to the Fangs, the JAWS emulator, then not only > VoiceOver, but JAWS too will treat those images as non-presentational. > Fangs: http://sourceforge.net/projects/fangs the reason why voiceover does what it does is that the default mapping has not been implemented try this and check with the mac accessibility inspector <img src="x" role="presentation" title="poot"> The img gets removed from the accessibility tree. fangs does not emulate JAWS faithfully in many aspects. try it WITH JAWS, you will get the same result when role=presentation is used the element is removed form the accessibility tree no information about the img is passed to a11y APIs if you don't think this is the correct behaviour, file a bug against wai-aria 1.0 -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 10 May 2011 13:09:32 UTC