ergophobe

msg:4529122 | 11:09 pm on Dec 17, 2012 (gmt 0) |
Basically, accessibility mode doesn't allow background images to show, so you can test for that. Essentially, you inject a background image with a known name into a div with a known ID, and then you test for whether or not it's there. Trying to find a good resource....
|
ken_b

msg:4529127 | 11:40 pm on Dec 17, 2012 (gmt 0) |
Thanks Man, my proofreading sucks! > high contrast them + high contrast theme > to dect that = to detect that
|
ergophobe

msg:4529167 | 3:05 am on Dec 18, 2012 (gmt 0) |
Here we go - This is built into the Dojo library - https://dojotoolkit.org/reference-guide/1.8/dojo/hccss.html - https://dojotoolkit.org/reference-guide/1.8/dijit/a11y/resources.html - [dojotoolkit.org...] There's been some work on it in JQuery UI but I don't think it's part of any stable release. - [bugs.jqueryui.com...] and https://github.com/jquery/jquery-ui/pull/217
|
ken_b

msg:4529334 | 2:37 pm on Dec 18, 2012 (gmt 0) |
Thanks Ergophobe. I've been reading through those links and think I get the basic idea. Might have more questions later.
|
|