Set aria-live on post bodies so they're read automatically when viewed.

This commit is contained in:
Nolan Darilek 2015-04-07 09:59:23 -05:00
parent 20acbeda4e
commit a571d40502

View file

@ -1,3 +1,3 @@
<template name="post_body">
<div class="post-body markdown">{{{htmlBody}}}</div>
<div class="post-body markdown" aria-live="polite">{{{htmlBody}}}</div>
</template>