mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
12 lines
526 B
Ruby
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
|