Skip to content

Conversation

@tryzniak
Copy link
Contributor

Here is a PR for #2244 .

  • adds a navigation landmark
  • adds a search landmark
  • adds some labels to links

- adds a navigation landmark
- adds a search landmark
- adds some labels to links
{ Links.filter(link => this._isActive(link) && link.children).map(link => (
<div className="navigation__bottom" key={ link.title }>
<Container className="navigation__inner">
<nav className="container navigation__inner">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason of this change?

Copy link
Contributor Author

@tryzniak tryzniak Jun 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this one. So when using a screenreader there is a way to quickly jump between navigations. By using <nav></nav> we add a navigation landmark.

@montogeek montogeek merged commit 7d257fd into webpack:master Jun 25, 2018
@montogeek
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants