Blog: Topic: Native element accessibility
-
Figure and figcaption – extended alternate text for screen readers?
Media Type: BlogpostsThe usual way of making images accessible for people who can't see them is to provide alternative text using the alt attribute of the element. However, in many websites, images…
-
Is input type=”date” ready for use in accessible websites?
Media Type: BlogpostsOne of the 'new' HTML5 elements - input type="date" - was intended to simplify the collection of dates on websites, and to reduce user errors whilst doing so. So is…
-
Accessible accordions part 2 – using <details> and <summary>
Media Type: BlogpostsAfter a comment on my previous blog post about accessible accordion patterns, I decided to do some investigation on the details and summary HTML elements. They could be the best…