cgkineo / adapt-pageNav

Navigation bar component (quicknav clone)
GNU General Public License v3.0
6 stars 4 forks source link

Grouping Context #44

Closed joe-replin closed 1 year ago

joe-replin commented 1 year ago

Subject of the issue/enhancement/features

The buttons for navigating back and forth between sections of a course do not have grouping structure to convey their association/purpose. Without grouping context, the purpose of these controls can be misinterpreted (for example and navigating back/forth through a narrative item).

It is recommended to use the <nav> element, with a meaningful label using aria-label, to provide context regarding the purpose of section navigation controls.

<nav aria-label="Lesson Navigation">
<button>Previous</button>
<button>Continue</button>
</nav>
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: