To screen readers, a lot of the visual information that is presented on a webpage is lost. Because of this, we need to specifically provide information to them that may be obvious to a person looking at the page. One common way people define information specifically for screen readers is to wrap the descriptive textContinue reading “HTML For Screen Readers – Labelling Elements”
Tag Archives: labelling
The art of labelling — A11ycasts #12
There’s a lot of neat tricks in this video by Rob Dodson where he focuses on accessibility tricks in Chrome’s DevTools. A few notes: Chrome DevTools has an experimental feature to help with accessibility testing that you can unlock if you head to chrome://flags/ and turn on in the DevTools settings. Wrapping an <input type=”checkbox”>Continue reading “The art of labelling — A11ycasts #12”