1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

add download as BOOLEAN_ATTRIBUTE for anchors

Tiny change, adds `download` for anchor tags, as [described in MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download).
This commit is contained in:
Peter Bhat Harkins 2016-10-12 00:33:58 -05:00 committed by GitHub
parent fb932f3ac2
commit 0a5a36deb9

View file

@ -9,5 +9,5 @@ module Hamlit::AttributeBuilder
defer reversed ismap seamless muted required
autofocus novalidate formnovalidate open pubdate
itemscope allowfullscreen default inert sortable
truespeed typemustmatch].freeze
truespeed typemustmatch download].freeze
end