mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Set aria-live on post bodies so they're read automatically when viewed.
This commit is contained in:
parent
20acbeda4e
commit
a571d40502
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue