1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

Give label-less text input an accessible name

This commit is contained in:
Patrick H. Lauke
2022-08-12 20:50:27 +01:00
parent de788827d7
commit 4a7b749a74

View File

@@ -276,7 +276,7 @@
<%- example(`
<input type="text" placeholder="some cool text"/>
<input aria-label="Example text box" type="text" placeholder="some cool text"/>
`)%>
<p>Other types of text are also supported</p>