Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9c6799fb
Commit
9c6799fb
authored
Nov 16, 2021
by
Maxime Orefice
Committed by
Matija Čupić
Nov 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update accessibility template v6.0.1
parent
33f3763b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/user/project/merge_requests/accessibility_testing.md
doc/user/project/merge_requests/accessibility_testing.md
+3
-0
lib/gitlab/ci/templates/Verify/Accessibility.gitlab-ci.yml
lib/gitlab/ci/templates/Verify/Accessibility.gitlab-ci.yml
+1
-1
No files found.
doc/user/project/merge_requests/accessibility_testing.md
View file @
9c6799fb
...
...
@@ -21,6 +21,9 @@ measuring the accessibility of web sites, and has built a simple
This job outputs accessibility violations, warnings, and notices for each page
analyzed to a file called
`accessibility`
.
From
[
GitLab 14.5
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73309
)
, the version of
`pa11y`
uses
[
WCAG 2.1 rules
](
https://www.w3.org/TR/WCAG21/#new-features-in-wcag-2-1
)
, which may report more issues.
## Accessibility merge request widget
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/39425) in GitLab 13.0 behind the disabled [feature flag](../../../administration/feature_flags.md) `:accessibility_report_view`.
...
...
lib/gitlab/ci/templates/Verify/Accessibility.gitlab-ci.yml
View file @
9c6799fb
...
...
@@ -13,7 +13,7 @@ stages:
a11y
:
stage
:
accessibility
image
:
registry.gitlab.com/gitlab-org/ci-cd/accessibility:
5.3.0-gitlab.3
image
:
registry.gitlab.com/gitlab-org/ci-cd/accessibility:
6.0.1
script
:
/gitlab-accessibility.sh $a11y_urls
allow_failure
:
true
artifacts
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment