Articles
What's new in the WCAG 2.2 working draft
The Web Accessibility Guidelines (WCAG) 2.2 working draft has been released with several new accessibiltiy techniques.
Published
Using Azure to help users with lower levels of literacy
Immersive reader is a Microsoft Azure Cognitive Services tool to help a user's ability to understand content on a page.
Published
Avoid an Artificial Tabindex
The tabindex attribute has the power to really ruin the logical tab order of any web page when used incorrectly.
Published
Create Logical Headings
Unless a heading structure has been coded correctly a page hierarchy can become unclear to non-sighted users.
Published
Decorative and Descriptive Images
ALT attributes are a way to describe descriptive images and a way to make a screen reader ignore decorative images.
Published
Grouping Controls
Grouping related controls together can help a user understand relationships more clearly between components.
Published
Write Clear Link Text
Links are the core way to navigate between webpages, but creating link text which is understandable can be a challenge.
Published
Accessify Your Blazor Apps - Hot Accessibility Techniques For Blazor Apps
Blazor is no different than any other framework for accessibility. It doesn’t make any web application any more or less accessible, but you still need to actively put in accessibility support.
Published
Building a better chatbot UI with semantic HTML
Using semantic HTML to build a better UI for chatbots.
Published
Accessible chatbot UI revisited
Revisiting making a chatbot accessible and updating the recommended accessibility advice.
Published