Skip to content

Add contribution by Olivier Bado <Olivier.BADO@univ-cotedazur.fr>

Lukas Haemmerle requested to merge improve_a11y into master

Improve WAYF Accessibility

  • Add the langattribute in html tag for better assistive language detection
  • use html header tag for better distinct page regions
  • Remove accesskeys, as it can conflict with some assistive technology functionality (see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey)
  • Only add title on improveDropDown item if item has parent, to avoir redundant title
  • Add missing label html tags and aria-label attr
  • Add new "label" option to improveDropDown object, to add an aria-label to textElement input
  • Better color contrast for input[name="Select"]

Merge request reports