Docs: replace textareas with scrolling divs in code-block component #67
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
In Progress
Issue is in being worked
Milestone
The documentation site uses textareas to handle the code blocks, but this causes issues for accessibility tech and other browser tools that assume that the textarea is a field for user input. This should be replaced with a div for better compatibility and correct semantics. Some things to be aware of:
The code-block component is implemented in codeBlock.html.
The text was updated successfully, but these errors were encountered: