Tag: aria

  • Test: aria-description

    The aria-description attribute was added to give developers more flexibility than the aria-describedby attribute. Previously, we’d use aria-describedby to connect an input to its helper or error text. But aria-description allows us to include a string, much like the aria-label attribute. I’ve avoided this because I didn’t think it had good support. The accessibility support…