Commit 54038c405e5286285cb3a5b06a4c53496afb952c
1 parent
2426580a
Exists in
master
and in
10 other branches
Acessibilidade: adiciona nome e titulo a tag select
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | </ul> |
59 | 59 | |
60 | 60 | <div id="proposal-group" class='hide'> |
61 | - <label for="search">Selecione um programa para fazer propostas e contar sua experiência.</label> | |
61 | + <label for="search-input">Selecione um programa para fazer propostas e contar sua experiência.</label> | |
62 | 62 | <div id="search-input-container"> |
63 | 63 | <input placeholder="palavra chave" id="search-input" type="text" name="search" /> |
64 | 64 | </div> |
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | {{#each categories}} |
78 | 78 | <li class='category proposal-category' data-category="{{slug}}"> |
79 | 79 | {{#link name id}}{{/link}} |
80 | - <select class='proposal-selection'> | |
80 | + <select name="proposal-selection" title="Selecione o programa" class='proposal-selection'> | |
81 | 81 | <option value='{{../id}}' selected> {{../title}}</option> |
82 | 82 | {{#each ../../article.children}} |
83 | 83 | <option value='{{id}}'> {{title}}</option> | ... | ... |