tgrosinger / tw5-checklist

Simple checklist widget for TiddlyWiki5:
https://tgrosinger.github.io/tw5-checklist/
51 stars 13 forks source link

Add support for announcing new todo items as they are created #43

Open tgrosinger opened 6 years ago

tgrosinger commented 6 years ago

Basic live regions are defined by role="status" or the equivalent aria-live="polite". To maximize compatibility with different screen readers, you should use both. It may feel redundant, but it increases your audience.

<div role="status" aria-live="polite">
  <!-- add content to hear it spoken -->
</div>

source