Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 428cc0b

Browse files
Add aria-label for page progress progress bar
1 parent a77bc26 commit 428cc0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@
314314

315315
{% block body %}
316316
{% endblock %}
317-
<div id=scprogresscontainer>
318-
You have attempted <span id=scprogresstotal></span> of <span id=scprogressposs></span> activities on this page <div id="subchapterprogress"></div>
317+
<div id="scprogresscontainer">
318+
You have attempted <span id="scprogresstotal"></span> of <span id="scprogressposs"></span> activities on this page <div id="subchapterprogress" aria-label="Page progress"></div>
319319
</div>
320320
{% block nextprevious %}
321321
{% include "subchapter.html" %}

0 commit comments

Comments
 (0)