1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/hamlit/attribute_builder.rb
2015-11-29 22:11:29 +09:00

12 lines
526 B
Ruby

require 'hamlit/hamlit'
require 'hamlit/object_ref'
require 'hamlit/utils'
module Hamlit::AttributeBuilder
BOOLEAN_ATTRIBUTES = %w[disabled readonly multiple checked autobuffer
autoplay controls loop selected hidden scoped async
defer reversed ismap seamless muted required
autofocus novalidate formnovalidate open pubdate
itemscope allowfullscreen default inert sortable
truespeed typemustmatch].freeze
end