• Here an accessibility issues for future updates

    1o Grouped form controls missing an accessible name. Each group should have an accessible name so that screen reader users can understand the group’s purpose.

    <div id="hu-cookies-notice-consent-choices" class="hu-radio-toggle-container hu-order-asc" role="radiogroup"> ... </div>

    2o Form field is not labeled. Add a label, making sure it’s properly associated with the form field.

    <select name="hu-cookies-notice-consent-duration">
  • The topic ‘Accessibility issues, WAI-ARIA’ is closed to new replies.