Andy-set-studio / hylia

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
https://hylia.website
MIT License
905 stars 230 forks source link

Duplicate navigation landmarks need labels #64

Closed AutoSponge closed 4 years ago

AutoSponge commented 5 years ago

https://www.w3.org/TR/wai-aria-practices/examples/landmarks/navigation.html

The template's default is 2 <nav> elements, one in the header and another in the footer. They have identical content. But, this pattern violates the SC.

Suggestions:

Andy-set-studio commented 5 years ago

Good catch! I think we’ll go with an aria-label on each instance.

Andy-set-studio commented 4 years ago

Resolved with #102