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

Ongoing accessibility integrations #2449

Closed
oliverfoster opened this issue Jun 6, 2019 · 0 comments
Closed

Ongoing accessibility integrations #2449

oliverfoster opened this issue Jun 6, 2019 · 0 comments

Comments

@oliverfoster
Copy link
Member

oliverfoster commented Jun 6, 2019

Part 2 of v4

  1. Create APIs from existing functionality:
  • Adapt.a11y
    • toggleHidden
    • toggleAccessibleEnabled
    • toggleAccessible
    • toggleEnabled
    • findFirstTabbable
    • findFirstReadable
    • findTabbable
    • findReadable
    • isTabbable
    • isReadable
    • focusNext
    • focusFirst
    • focus
    • normalize
    • removeBreaks
    • scrollEnable
    • scrollDisable
    • popupOpened
    • popupClosed
  1. Segregate complex behaviour into separate files
  • Browser focus modifications
  • Popup aria and tab management
  • Scroll enable and disable
  • Popup focus wrapping
  1. Added warnings for all old APIs
  2. Extend configuration options for control over features
  3. Move all helpers into "core/js/helpers"
  4. Add new features
  • Keyboard enabled tab onlines / outline disablement

Should all be backwards compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant