Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Future Accessibility Tasks #33

Open
2 tasks
hdhanani7 opened this issue Sep 22, 2014 · 0 comments
Open
2 tasks

Future Accessibility Tasks #33

hdhanani7 opened this issue Sep 22, 2014 · 0 comments
Labels

Comments

@hdhanani7
Copy link

  • Esc key should be mapped to closing the modal
  • A (perhaps overridable) description div should be included always - it's purpose is to describe the modal and how to interact with it. Implementation on the rendered html would require the description div having a unique id, and that id referred to on the pinny in a aria-describedby attribute
<section class="pinny" describedby="pinnyDescription" role="dialogue">
    <div id="pinnyDescription" class="visually-hidden"><!-- description text --></div>
    <!-- .pinny__header -->
    <!-- .pinny__content -->
</section>
@hdhanani7 hdhanani7 added the a11y label Sep 22, 2014
@hdhanani7 hdhanani7 added this to the Post Pinny 1.0 milestone Sep 22, 2014
@kpeatt kpeatt removed this from the Post Pinny 1.0 milestone Nov 12, 2014
@hdhanani7 hdhanani7 removed this from the Post Pinny 1.0 milestone Nov 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants