OLD | NEW |
---|---|
1 <p> | 1 <p> |
2 Only the second search field should have a cancel button (×). | 2 Only the second search field should have a cancel button (×). |
3 </p> | 3 </p> |
4 <input type="search"> | 4 <input type="search"> |
5 <input type="search" value="this one"> | 5 <input type="search" value="this one"> |
6 <script> | |
7 document.querySelectorAll('input')[1].focus(); | |
8 </script> | |
9 | |
OLD | NEW |