Fixed accessibility issues on AccessControlFormContainerComponent

- Replaced invisible label in AccessControlArrayFormComponent that was only used for styling with span
- Fixed radio buttons not being part of a fieldset
- Fixed empty table header
This commit is contained in:
Alexandre Vryghem
2023-12-16 04:44:22 +01:00
committed by Tim Donohue
parent 949e55235a
commit 8b5cd79bdc
5 changed files with 20 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
<table id="collection-select" class="table table-striped table-hover">
<thead>
<tr>
<th aria-hidden="true"></th>
<th><span class="sr-only">{{'collection.select.table.selected' | translate}}</span></th>
<th scope="col">{{'collection.select.table.title' | translate}}</th>
</tr>
</thead>