Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <form id="searchform" action=""> | |
juliandoucette
2017/07/14 14:11:29
You can fill in the action and make this work now
ire
2017/07/17 09:25:53
Done.
| |
2 <label for="search" class="sr-only">Search Adblock Plus Help</label> | |
juliandoucette
2017/07/14 14:11:29
I'm not sure this is necessary considering the pla
ire
2017/07/17 09:25:53
I think the label is more important that the other
| |
3 <input id="search" name="search" type="search" placeholder="Search Adblock Plu s Help"> | |
4 <button type="submit" aria-label="Search"> | |
5 <img src="img/png/searchIcon.png" srcset="img/png/searchIcon.png, img/svg/se archIcon.svg 2x" alt="Search"> | |
6 </button> | |
7 </form> | |
OLD | NEW |