added missing aria-labels
This commit is contained in:
parent
f083b1bc81
commit
6f3c0c9975
@ -54,11 +54,11 @@
|
||||
<form>
|
||||
<label>
|
||||
Titel (erforderlich)
|
||||
<input id="form_Titel" name="form_Titel" placeholder="Titel" required />
|
||||
<input id="form_Titel" name="form_Titel" aria-Label="Titel" placeholder="Titel" required />
|
||||
</label>
|
||||
<label>
|
||||
Untertitel
|
||||
<input id="form_Untertitel" name="form_Untertitel" placeholder="Untertitel" />
|
||||
<input id="form_Untertitel" name="form_Untertitel" aria-Label="Untertitel" placeholder="Untertitel" />
|
||||
</label>
|
||||
<label>
|
||||
Reihe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user