tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.61k stars 193 forks source link

Force `download` attribute on `<a>` tag to be treated as an attribute #466

Closed pittst3r closed 7 years ago

pittst3r commented 8 years ago

Addresses emberjs/ember.js #13537.

normalizeProperty interprets the download attribute as a property but, in my estimation, we want to treat it as an attribute, so I've added it to the overrides object. If I am incorrect in this I can close this and update the original issue referenced above.

pittst3r commented 7 years ago

Closing this since glimmer 2 has been released and there's been no action on this PR.