Update Universal Design

Jonas Jødestøl Haugland 2022-04-27 17:46:18 +02:00 committed by Felix Albrigtsen
parent d6f1f902a8
commit a0ded3eae3

@ -120,7 +120,7 @@ Used the “Accessibility Insights for Web” tool by Microsoft to run automatic
**Tournament Overview page**
Issues:
- Listitem some listelements was left from an old revision
- Listitem some list elements remained from an old revision
- Ensures `<li>` elements are used semantically
- WCAG 1.3.1
@ -130,10 +130,10 @@ Solution:
**Admins page**
Issues:
- Aria-required-children
- Aria-required-children
- Ensures elements with an ARIA role that requires child roles contain them
- WCAG 1.3.1
- Aria-required-parent
- Aria-required-parent
- Ensures elements with an ARIA role that requires parent roles are contained by them
- WCAG 1.3.1
- Duplicate-id-aria multiple elements had the aria id of “rankSelect”