Skip to content
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

ChromeVox ignores CSS 2.1 speech media type #162

Open
GoogleCodeExporter opened this issue Apr 3, 2015 · 0 comments
Open

ChromeVox ignores CSS 2.1 speech media type #162

GoogleCodeExporter opened this issue Apr 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Navigate to http://jsfiddle.net/l0mars01/o94wkomL/
2. Read "Visible" object.

What is the expected output? What do you see instead?
Expected: hear "Spoken hint Visible".
Actual: hear "Visible".

What version of the product are you using? On what operating system?
ChromeVox 40.0.2178.0 on Chrome 40.0.2214.45 beta-m
OS Name: Microsoft Windows Server 2012 R2 Datacenter Version 6.3.9600 Build 9600

Please provide any additional information below.
CSS rules shouldn't apply to user agents specifically excluded by media queries.
Though the span containing "Spoken hint " is assign CSS property "display: 
none" inside a "not speech" media query, this shouldn't affect speech user 
agents like ChromeVox, which should still read it.
CSS 2.1 specifies a speech media type
http://www.w3.org/TR/CSS2/media.html#media-types

Original issue reported on code.google.com by luis.mar...@gmail.com on 27 Dec 2014 at 4:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant