tastejs/todomvc-app-css

Checkbox SVG doesn't appear in Firefox

digitarald opened this issue · 4 comments

Firefox 50 shows the checkbox input.

screenshot 2017-05-08 13 23 21

Firefox 54 shows no input or SVG:
screenshot 2017-05-08 13 23 41

Step 1 for this fix is replacing the SVG data attributes with escaped characters. Firefox fails parsing # as invalid character.

Looks like #8 fixed this but the latest version of this CSS has not been pulled into todomvc.com

Open an issue on TodoMVC about that.

Was already on file as well: tastejs/todomvc#1780 thanks to patrickkettner