translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

a11y: Input fields, wrapped in a div, attached "by id" to a label

I have a time picker component, composed by two separate input fields that work together to create the illusion of being one.

This is how the skeleton looks like

Tags: 
  • html
  • label
  • accessibility
  • screen-readers

Accessibility - Provide descriptive text in label elements

I have a toggle checkbox enclosed inside a label element. However, I don't need any text to a label element. But accessibility throws me an error to add a label text which I don't need at all.

Tags: 
  • checkbox
  • label
  • accessibility