Simple Web Components - ARIA Example


regular label for text box in shadow



Notes:

To test you need the following:

Results

  1. The accessible name for an input in the shadow DOM which is labelled by (using aria-labelledby) an element in the Shadow DOM is the text content of the referenced element.
  2. The accessible name for an input in the shadow DOM which is labelled by (using aria-labelledby) an element in the DOM is null
  3. The accessible name for an input in the DOM which is labelled by (using aria-labelledby) an element in the Shadow DOM is null