mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-04 04:29:32 -06:00
Add ARIA role to toolbar for accessibility improvement (#174)
Change to improve accessibility compliance, for example useful when a developer is using a screen reader. Using the ARIA role attribute is a HTML4 compatible way of accomplishing this. For reference: https://dequeuniversity.com/rules/axe/4.3/region Co-authored-by: Megan Schanz <schanzme@msu.edu>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="flDebug" style="display:none;">
|
||||
<div id="flDebug" style="display:none;" role="navigation">
|
||||
<script type="text/javascript">var DEBUG_TOOLBAR_STATIC_PATH = '{{ static_path }}'</script>
|
||||
<script type="text/javascript" src="{{ static_path }}js/jquery.js"></script>
|
||||
<script type="text/javascript" src="{{ static_path }}js/jquery.tablesorter.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user