Skip to main content
Code Review

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

About your roles (role)

It’s recommended recommended not to provide WAI-ARIA roles if they are the default anyway. As the nav element has the navigation role as default, you might want to omit it.

Judging from your screenshot, it seems that the "Lees meer" links don’t really act as buttons, so the button role may not be the best choice for them. The link role seems to be more appropriate, which is the default role (so it should be omitted).

The section element can’t have the banner role. In HTML5, only the roles listed under an element’s "Allowed ARIA role attribute values" may be used may be used.

About your roles (role)

It’s recommended not to provide WAI-ARIA roles if they are the default anyway. As the nav element has the navigation role as default, you might want to omit it.

Judging from your screenshot, it seems that the "Lees meer" links don’t really act as buttons, so the button role may not be the best choice for them. The link role seems to be more appropriate, which is the default role (so it should be omitted).

The section element can’t have the banner role. In HTML5, only the roles listed under an element’s "Allowed ARIA role attribute values" may be used.

About your roles (role)

It’s recommended not to provide WAI-ARIA roles if they are the default anyway. As the nav element has the navigation role as default, you might want to omit it.

Judging from your screenshot, it seems that the "Lees meer" links don’t really act as buttons, so the button role may not be the best choice for them. The link role seems to be more appropriate, which is the default role (so it should be omitted).

The section element can’t have the banner role. In HTML5, only the roles listed under an element’s "Allowed ARIA role attribute values" may be used.

Source Link
unor
  • 2.7k
  • 15
  • 24

About your roles (role)

It’s recommended not to provide WAI-ARIA roles if they are the default anyway. As the nav element has the navigation role as default, you might want to omit it.

Judging from your screenshot, it seems that the "Lees meer" links don’t really act as buttons, so the button role may not be the best choice for them. The link role seems to be more appropriate, which is the default role (so it should be omitted).

The section element can’t have the banner role. In HTML5, only the roles listed under an element’s "Allowed ARIA role attribute values" may be used.

lang-html

AltStyle によって変換されたページ (->オリジナル) /