accessibility
Making a programmatic iOS UIView fully accessible
I am programmatically building a UINavigationContoller for iOS and am having problems making it fully accessible.In loadViewI create the main UIView and set it as NOT accessible:[详细]
2023-03-13 03:41 分类:问答AUTO-SUGGESTION keyboard use
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">[详细]
2023-03-12 16:17 分类:问答Text xolor contrast usability testing?
I know sufficient color contrast between text and its background is important for usability, 开发者_Go百科but how can I test for this? Specifically I have tabs and the title of tabs that aren\'t selec[详细]
2023-03-12 13:19 分类:问答Is there a way to make all onclick elements navigateable by keyboard?
With links and form fields you can use tab to cycle trough and activate them. In my code however I use lots of elements, that have an onclick attribute to perform different actions. For example a tab[详细]
2023-03-12 04:56 分类:问答Accessing internal member from outside
In SolutionA (Namespace name), I am calling a a memeber (functionA()) of internal class (ClassA )from another class (Engine)and this class through interface (IClassA).[详细]
2023-03-11 22:05 分类:问答Skip links not working in Chrome
First of all, I\'ve looked at this previous question but sadly it didn\'t seem to offer any solutions (other than JS which is a non-starter I\'m afraid)[详细]
2023-03-11 17:21 分类:问答Text size consistancy cross browser / device?
Assuming I make a website\'s text sizing with em, how much will the sizing 开发者_开发知识库vary cross browser and device? Im actually redesigning a site and if I make the text larger with firebug som[详细]
2023-03-11 06:45 分类:问答Should I use a FORM element if I'm not submitting data? Proper (X)HTML markup
In my web application I have a user profile page. That page has these elements on it:开发者_JS百科[详细]
2023-03-11 05:02 分类:问答HTML, :hover css menu and accessibility
I have a question. I have made a css menu (no javascript required). This relies on a:hover to show or hide UL elements within the A.[详细]
2023-03-10 20:31 分类:问答make show/hide accessible if javascript is off
$(document).ready(function(){ $(\"#CO_createAccount\").click( function (){ if(this.checked){ $(\".CO_accountForm\").show();[详细]
2023-03-10 14:13 分类:问答