Skip to content

Commit 655273b

Browse files
committed
[docs] Accessibility mobile app VPAT
1 parent 40b8c5e commit 655273b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

general/development/policies/accessibility.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The table below provides a history of the accessibility audits performed on the
4141

4242
#### Moodle App
4343

44-
The Moodle App was accredited to meet [WCAG 2.1 Level AA conformance](https://www.webkeyit.com/accessibility-services/accessibility-accreditations/moodle-mobile-app) on 9 May 2023. See [MOBILE-4182](https://moodle.atlassian.net/browse/MOBILE-4182) for more details.
44+
The Moodle App has been accredited to meet WCAG 2.2 Level AA conformance on 7 April 2025. See [MOBILE-4595](https://moodle.atlassian.net/browse/MOBILE-4595) for more details.
4545

4646
#### Moodle Workplace
4747

@@ -93,6 +93,10 @@ An overview of Moodle LMS' conformance with the [WCAG 2.1](https://www.w3.org/TR
9393

9494
An overview of Moodle Workplace's conformance with the [WCAG 2.1](https://www.w3.org/TR/WCAG21/) guidelines can be found in our [accessibility conformance report](https://docs.moodle.org/en/Moodle_Workplace_VPAT#WCAG_2.x_report).
9595

96+
#### Moodle App
97+
98+
An overview of Moodle App's conformance with the [WCAG 2.2](https://www.w3.org/TR/WCAG22/) guidelines can be found in the [Moodle App accessibility conformance report](https://docs.moodle.org/en/Moodle_app_VPAT#WCAG_2.x_report).
99+
96100
<!-- cspell:ignore IAAP -->
97101
<!-- cspell:ignore credly -->
98102

general/development/policies/codingstyle-moodleapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export class MyService {
431431

432432
</InvalidExample>
433433

434-
If a constant needs to be used in a component template, it should be declared in the component without "static" because static properties cannot be used in templates. Please notice that the naming convention for non static properties is camelCase.
434+
If a constant needs to be used in a component template, it should be declared in the component without "static" because static properties cannot be used in templates. Please notice that the naming convention for non-static properties is camelCase.
435435

436436
<ValidExample title="Good">
437437

0 commit comments

Comments
 (0)