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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user