Title can be used instead of aria-label
This commit is contained in:
parent
113a7b1a51
commit
b45315a8e1
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Example usage:
|
|||
(:input :class "form-control me-2"
|
||||
:type "search"
|
||||
:placeholder "Search"
|
||||
:aria-label "Search")
|
||||
:title "Search")
|
||||
(btn-outline-success (:type "submit")
|
||||
(find-l10n "search"
|
||||
spinneret:*html-lang*
|
||||
|
|
Loading…
Add table
Reference in a new issue