Google audit has found a HTML5 typo in the shipped page.html.twig template.

The aria role attribute has to be role="complementary" not role="complimentary"

// in bulma/templates/system/page.html.twig, line 228,247
...
<aside{{page.sidebar_first_attributes|without('role')}} role="complimentary">
          {{ page.sidebar_first }}
</aside>
...
<aside{{page.sidebar_second_attributes|without('role')}} role="complimentary">
          {{ page.sidebar_second }}
</aside>

Comments

jenger1965 created an issue. See original summary.

  • nedjo committed 8c6d1d9 on 8.x-1.x authored by jenger1965
    Issue #3076425 by jenger1965: Typo: role="complimentary" -> role="...
nedjo’s picture

Status: Active » Fixed

Fixed, thx!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.