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:
parent
fb932f3ac2
commit
0a5a36deb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue