Add contribution by Olivier Bado <Olivier.BADO@univ-cotedazur.fr>
Improve WAYF Accessibility
- Add the
lang
attribute 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"]