fix for BIESt #519
1 unresolved thread
1 unresolved thread
Siehe #519 (closed)
Edited by Moritz Strohm
Merge request reports
Activity
assigned to @strohm
added 8 commits
-
91be952d...f934dae7 - 6 commits from branch
main
- 1937989a - add complementary role to sidebar
- fb2fe00c - added label to sidebar element
-
91be952d...f934dae7 - 6 commits from branch
added 87 commits
-
fb2fe00c...c847bce7 - 85 commits from branch
main
- 813346ca - add complementary role to sidebar
- 33adc414 - added label to sidebar element
-
fb2fe00c...c847bce7 - 85 commits from branch
21 21 <? elseif ($element['type'] == 'select'): ?> 22 22 <label> 23 23 <?= htmlReady($element['label']) ?> 24 <select name="<?= htmlReady($element['name']) ?>"> 24 <select name="<?= htmlReady($element['name']) ?>" aria-label="<?= htmlReady($title) ?>"> added 5 commits
-
f5990044...12aebfb6 - 2 commits from branch
main
- 2d6c4742 - add complementary role to sidebar
- 788f49e1 - added label to sidebar element
- 52bafdb6 - added aria-labels to sidebar elements
Toggle commit list-
f5990044...12aebfb6 - 2 commits from branch
mentioned in commit cac75e5a
mentioned in commit dccc8985
mentioned in commit fcd350c2
Please register or sign in to reply