Skip to content

Commit 3b4232f

Browse files
committed
Move nested <ul> inside <li> in specific product sidebar
<ul> and <ol> must only directly contain <li>, <script> or <template> elements https://dequeuniversity.com/rules/axe/4.1/list
1 parent 08ac2a2 commit 3b4232f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

includes/sidebar-specific-product.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<a href="{{product.href}}" class="pl-4 pr-5 pb-1 f4">{{ product.title }}</a>
1414
{% endunless %}
1515
</li>
16+
<li>
1617
<ul class="sidebar-categories list-style-none">
1718
{% for category in product.categories %}
1819
{% capture fullPathToCategory %}{{category[1].href}}{% endcapture %}
@@ -74,3 +75,4 @@
7475
</li>
7576
{% endfor %}
7677
</ul>
78+
</li>

0 commit comments

Comments
 (0)