You've already forked system.css
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user