From 8d94fb4ae136386963c5353f72b227b9c27af4d7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 4 Nov 2020 00:09:12 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/new_fe_guide/development/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/new_fe_guide') diff --git a/doc/development/new_fe_guide/development/accessibility.md b/doc/development/new_fe_guide/development/accessibility.md index a714b5fbe57..1189dd1137b 100644 --- a/doc/development/new_fe_guide/development/accessibility.md +++ b/doc/development/new_fe_guide/development/accessibility.md @@ -12,7 +12,7 @@ Using semantic HTML plays a key role when it comes to accessibility. WAI-ARIA (the Accessible Rich Internet Applications specification) defines a way to make Web content and Web applications more accessible to people with disabilities. -> Note: It is [recommended](https://www.w3.org/TR/using-aria/#notes2) to use semantic elements as the primary method to achieve accessibility rather than adding aria attributes. Adding aria attributes should be seen as a secondary method for creating accessible elements. +The W3C recommends [using semantic elements](https://www.w3.org/TR/using-aria/#notes2) as the primary method to achieve accessibility rather than adding aria attributes. Adding aria attributes should be seen as a secondary method for creating accessible elements. ### Role -- cgit v1.2.1