pinny icon indicating copy to clipboard operation
pinny copied to clipboard

Future Accessibility Tasks

Open hdhanani7 opened this issue 11 years ago • 0 comments

  • [ ] 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 avatar Sep 22 '14 17:09 hdhanani7