Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associate form help text with form #485

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 5, 2017

  1. Associate form help text with form

    Most groups of checkboxes and radio buttons within Elements
    have an additional introductory help text which isn't a hint.
    It's usually there to help less technical people understand
    that you can select multiple checkboxes,
    but can also be used for other purposes.
    
    This associates that text with the form via `aria-describedby`
    to make it more accessible to assistive technologies
    like screen readers.
    selfthinker committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    ff726d1 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    selfthinker committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    f7b3975 View commit details
    Browse the repository at this point in the history