1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Add aria-label to search inputs

References: https://todo.sr.ht/~cadence/tube/46
This commit is contained in:
Cadence Ember 2021-12-16 12:02:06 +13:00
parent b9f703086f
commit 5a5901db7d
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,5 @@ block content
p You're in control. Watch things your way.
p Go on. What do you want to watch?
form(method="get" action="/search").encouraging-search-form
input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off" autofocus=!mobile).search.base-border-look
input(type="text" name="q" placeholder="I'd like to watch..." aria-label="Search a video" autocomplete="off" autofocus=!mobile).search.base-border-look
p: a(href="/cant-think") ...can't think of anything?