angular-ui/ui-grid

Aria-required-parent and aria-valid-attribute-values are not present

Open

#7.229 geöffnet am 30. Juni 2022

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
a11ygrid-corehelp wanted

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Issue: Aria-required-parent and aria-valid-attribute-values are not present

Repro steps:

  1. Open UI Grid: 401 All Features (ui-grid.info) CodePen.
  2. Scroll down to the demo section
  3. Click on the hamburger icon in top right corner table to show the options
  4. Inspect using F12
  5. Observe the controls does not have Aria-required-parent and aria-valid-attribute-values.

Actual Result:

Aria-required-parent and aria-valid-attribute-values are not present

Expected Result:

Aria-required-parent and aria-valid-attribute-values should present

Notes:

Issue is reproducible in all the controls displayed under 'Rows'

Screenshot: image

image

Contributor Guide