Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div class="trash" role="button" tabindex="0"> | 1 <button class="trash custom-appearance" tabindex="0"> |
|
Dan Beam
2012/02/04 02:18:04
if you remove the tabindex from the <div> it won't
Evan Stade
2012/02/04 02:35:50
actually I guess now that it's a button i don't ne
| |
| 2 <span class="lid"></span> | 2 <span class="lid"></span> |
| 3 <span class="can"></span> | 3 <span class="can"></span> |
| 4 </div> | 4 </button> |
| OLD | NEW |