Clicksco / Front-End

Organisation Front End Documentation & Tooling
http://docs.clicksco.com/frontend
2 stars 1 forks source link

You SHOULD use WAI-ARIA roles within your main structural elements #76

Closed BenjaminRCooper closed 10 years ago

BenjaminRCooper commented 10 years ago

Adding ARIA roles provides users with global navigation features and also specifies an understanding of the content.

Example

<header role="banner">
</header>
lewismorris commented 10 years ago

+1

timgale commented 10 years ago

+1

BenjaminRCooper commented 10 years ago

Implemented