I am a little confused layout and styling in template.
- Why
toggle-all is in main section, but visually is in header? What prevents to place it there?
- Found
<label for="toggle-all">, but input with specific name not found. And in css label display: none. Wtf?
toggle-all checkbox styled with ::before pseudo class, but input elements has no content and this is hack.
- In
todomvc-app-css specify :focus {outline: none}. That's too bad, because it disables native tab button behavior.
todomvc-app-template and todomvc-app-css need some refactoring. I ready to help.
I am a little confused layout and styling in template.
toggle-allis inmainsection, but visually is in header? What prevents to place it there?<label for="toggle-all">, but input with specificnamenot found. And in css labeldisplay: none. Wtf?toggle-allcheckbox styled with::beforepseudo class, but input elements has no content and this is hack.todomvc-app-cssspecify:focus {outline: none}. That's too bad, because it disables native tab button behavior.todomvc-app-templateandtodomvc-app-cssneed some refactoring. I ready to help.