Currently, vaadin-date-picker has three divs with role="heading". This attribute needs, concurrently, an aria-level reference. This is described in the W3C WAI-ARIA 1.1 Required States and Properties.
To fix this a11y issue I added an aria-level="2", which is the default value of this attribute.
Currently,
vaadin-date-picker
has three divs withrole="heading"
. This attribute needs, concurrently, anaria-level
reference. This is described in the W3C WAI-ARIA 1.1 Required States and Properties.To fix this a11y issue I added an
aria-level="2"
, which is the default value of this attribute.