phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

feat(outline-dropdown): Accessibility fixes. #335

Closed LeeMellon closed 2 years ago

LeeMellon commented 2 years ago

Description

Drops z-index to 3 for BP Removes unneeded aria-label and incorrect aria-hidden from .dropdown__panel Corrects label attribute logic on IconTemplate Adds aria-controls/expanded attributes to button controlling dropdown panel. Makes IDs unique. Fixes # (334)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist