Change chalkboard to pre tag for people who do not have write access because some screen readers seem to have problems with read only edit boxes.

This commit is contained in:
Storm Dragon
2026-06-23 00:45:20 -04:00
parent d8817f6b2e
commit e73eb21c45
5 changed files with 114 additions and 48 deletions
+1
View File
@@ -79,6 +79,7 @@
<div id="chalkboard-area">
<h2 id="chalkboard-heading">Virtual chalkboard</h2>
<textarea id="chalkboard" aria-labelledby="chalkboard-heading"></textarea>
<pre id="chalkboard-view" tabindex="0" role="region" aria-labelledby="chalkboard-heading" hidden></pre>
<button id="chalkboard-copy" type="button" class="btn btn-default" disabled>Copy to clipboard</button>
</div>
</div>