On Alt Text ∙ An A List Apart Blog Post - 0 views
-
Any web designer or developer with her heart in the right place knows that, to be accessible, every image requires an alt text. Except when it doesn’t.
-
In this case, then, it is better to use the null alt (alt=”“), and that is what we did in the A List Apart redesign.
Customizing the Read More « WordPress Codex - 0 views
-
To customize this text, add the following code to your functions.php file.
-
If you are using a Child Theme, the above code will not work without modification if the parent theme has its own filters setting its own "more" link.
-
The following code is an example of the additional code needed to get the above code to work from a child theme of the parent theme Twenty Eleven. You will need to examine your actual parent theme's code for the correct parameters in the remove_filter() code, they must exactly match the add_filter() parameters used by the parent.
- ...1 more annotation...
Top 10 Mistakes in Web Design (Jakob Nielsen's Alertbox) - 0 views
-
A good grasp of past navigation helps you understand your current location, since it's the culmination of your journey. Knowing your past and present locations in turn makes it easier to decide where to go next. Links are a key factor in this navigation process. Users can exclude links that proved fruitless in their earlier visits. Conversely, they might revisit links they found helpful in the past.
Color Scheme Designer 3 - 0 views
WebAIM: Appropriate use of alternative text - 0 views
-
It is read by screen readers in place of images allowing the content and function of the image to be accessible to those with visual or certain cognitive disabilities. It is displayed in place of the image in user agents (browsers) that don't support the display of images or when the user has chosen not to view images. It provides a semantic meaning and description to images which can be read by search engines or be used to later determine the content of the image from page context alone.
-
The first step when determining appropriate alternative text for an image is to decide if the image presents content and if the image has a function. In most cases, an image will only have a function if it is contained within a link.
-
NOT use the phrases "image of ..." or "graphic of ..." to describe the image.
- ...14 more annotations...
A List Apart: Articles: To Hell with WCAG 2 - 0 views
-
next to impossible to implement WCAG 2
Rosenfeld Media | Accessible UX Principles and Guidelines - 0 views
WebAIM: Web Accessibility In Mind - 0 views
Accessible forms using WCAG 2.0 | Web Usability - 0 views
-
The label element is not used for the following because labels for these elements are provided via the value attribute
-
This technique inserts new content into the DOM immediately following the element that was activated to trigger the script. The triggering element must be a link or a button, and the script must be called from its onclick event. These elements are natively focusable, and their onclick event is device independent. Focus remains on the activated element and the new content, inserted after it, becomes the next thing in both the tab order and screen-reader reading order. Note that this technique works for synchronous updates. For asynchronous updates (sometimes called AJAX), an additional technique is needed to inform the assistive technology that the asynchronous content has been inserted.
RGD Launches Best Practices Handbook at DesignThinkers 2010 | Access Ability - 0 views
-
Available in both printed and accessible pdf formats, the handbook is free to anyone interested in designing more accessible and inclusive communications. Covering print, web and environmental design, it offers ideas on how to do better design – what factors to consider, what questions to ask, and where to find more information.
Rosenfeld Media | Resources - 0 views
« First
‹ Previous
81 - 100 of 154
Next ›
Last »
Showing 20▼ items per page