accessibility
Using libraries/apps with different UI event listeners
Doing some accessibility work based on Java 1.3+ JREs. Recently had an issue that some Java 1.0/1.1 applets being loaded by the newer JRE, and when the 1.3 accessibility API registered certain event[详细]
2023-03-15 14:41 分类:问答Image Alt and Title Attributes
I have a client who hates the tooltips shown in browsers by the alt and title attributes of images. They requested they be removed. Obviously this is an issue for both SEO and Accessibility.[详细]
2023-03-15 04:25 分类:问答How to convert this 4 column table into single column table, but still maintaining the accessibility the table
I want to make this table http://jsfiddle.net/B7SVK/ from 4 column to single column because I need to convert this table from Desktop to Mobile website and mobile device has limited width. and I don\'[详细]
2023-03-13 21:05 分类:问答Why would this jQuery work in Chrome but not FF or IE?
var item = $(\'li > a\', $(MENU_ELEMENT)); item.focus(function(event){ $(this).siblings(\'ul\').css(\'display\', \'block\');[详细]
2023-03-13 18:26 分类:问答Strange behaviour of Firefox 4.01 with x/html and javascript
I work on web accessibility for blind people interacting with a screen reader Jaws and a vocal synthesizer.[详细]
2023-03-13 15:03 分类:问答Silverlight: How to force a screen reader to read something?
Silverlight does a good job of making the automation tree accessible, but is there a way to programatically ask a screen reader to read something? Up until now I\'ve been using:[详细]
2023-03-13 09:12 分类:问答WCAG 2.0 Using tables for layout
Does WCAG 2.0 allow tables for layo开发者_开发技巧ut, I can\'t see anything in the guidelines saying you can\'t but this suprises me.http://www.w3.org/TR/WCAG20-TECHS/H73.html[详细]
2023-03-13 07:06 分类:问答No focus rectangle on area tag in IE9
I find that my focus rectangle doesn\'t show up in IE9 when I tab between theelements in the image map below. The tabbing still works fine and the focus displays OK in Chrome.[详细]
2023-03-13 07:00 分类:问答Any Ruby on Rails library to detect whether drag-n-drop is supported by client device?
I am developing a Ruby-on-Rails-3 website with a few drag-n-drop screens. Drag-n-drop does not work on all browsers (especially some phones).[详细]
2023-03-13 04:05 分类:问答C++, linux: how to limit function access to file system?
Our app is ran from SU or normal user. We have a library we have connected to our project. In that library there is a function we want to call.We have a folder called notRestricted in the directory wh[详细]
2023-03-13 03:55 分类:问答
加载中,请稍侯......