diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 09:07:59 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 09:07:59 +0000 |
commit | a325f3a104748ecc68df7c3d793940aa709a111f (patch) | |
tree | b3bce12be64ab2d9e31627dacd059165819797a3 /doc/development/new_fe_guide | |
parent | 8fb943c7df5f2b399caaeaebd6c00d0630bc763c (diff) | |
download | gitlab-ce-a325f3a104748ecc68df7c3d793940aa709a111f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/new_fe_guide')
-rw-r--r-- | doc/development/new_fe_guide/development/accessibility.md | 2 | ||||
-rw-r--r-- | doc/development/new_fe_guide/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/new_fe_guide/development/accessibility.md b/doc/development/new_fe_guide/development/accessibility.md index ae5c4c6a6cc..7a15e9eb6be 100644 --- a/doc/development/new_fe_guide/development/accessibility.md +++ b/doc/development/new_fe_guide/development/accessibility.md @@ -4,7 +4,7 @@ Using semantic HTML plays a key role when it comes to accessibility. ## Accessible Rich Internet Applications - ARIA -WAI-ARIA, the Accessible Rich Internet Applications specification, defines a way to make Web content and Web applications more accessible to people with disabilities. +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][using-aria] 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. diff --git a/doc/development/new_fe_guide/index.md b/doc/development/new_fe_guide/index.md index 152ddcdae64..9e9c367807f 100644 --- a/doc/development/new_fe_guide/index.md +++ b/doc/development/new_fe_guide/index.md @@ -1,7 +1,7 @@ # Frontend Development Guidelines This guide contains all the information to successfully contribute to GitLab's frontend. -This is a living document, and we welcome contributions, feedback and suggestions. +This is a living document, and we welcome contributions, feedback, and suggestions. ## [Development](development/index.md) |