Accessibility Best practices for Content authors

Accessibility Best practices for Content authors

In the modern day digital product management, once the design and development teams deliver their product it is the content authors who take the product to the market. It is the content people consume and not your design or code. So content authors play a critical role in moving the accessibility mission of the company…

Digital Accessibility Companies Roundup

Digital Accessibility Companies Roundup

Disclaimer: we do not endorse any of the company products or services mentioned in this post. This is a database & visitors who use this list must do all the necessary due diligence before purchasing any product or service from any of these accessibility companies. Filter the Digital Accessibility Companies by:

OK ARIA! Role=feed is here & it’s not ready for prime time
|

OK ARIA! Role=feed is here & it’s not ready for prime time

Before you start with this article on infinite scroll, we suggest why infinite scroll is bad for screen reader users! It was a day of nightmares; it was a day of darkness in my digital world. I felt this as my fingers and the tab key of my keyboard were in a war with the…

WAI-ARIA :Role=Searchbox

WAI-ARIA :Role=Searchbox

A type of textbox intended for specifying search criteria.Widget role Description New in ARIA 1.1A type of textbox intended for specifying search criteria. See related textbox and search. Role=Searchbox Example HTML Example HTML Example 2 Characteristics Superclass Role Base Concept Inherited States and Properties Name From Accessible Name Required Semantic HTML No HTML element equivalent.The…

Understanding SC 4.1.2 Name, Role, Value
|

Understanding SC 4.1.2 Name, Role, Value

4.1.2 Name, Role, Value: For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to…

Understanding SC 4.1.1 Parsing
|

Understanding SC 4.1.1 Parsing

4.1.1 Parsing: In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. (Level A)Note: Start and end tags that are missing a critical character in their formation,…