Skip to content

Commit e744e74

Browse files
authored
Update navigation.html
role attribute not needed because ARIA already recognizes `<ul>` as a list.
1 parent 26a859f commit e744e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3>{{ _('Table of Contents') }}</h3>
88
{{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse) }}
99
{% if theme_extra_nav_links %}
1010
<hr />
11-
<ul role="list">
11+
<ul>
1212
{% for text, uri in theme_extra_nav_links.items() %}
1313
<li class="toctree-l1"><a href="{{ uri }}">{{ text }}</a></li>
1414
{% endfor %}

0 commit comments

Comments
 (0)