Sha256: 60fe91a90d322ef372b5d7f8f6f38b3a72e1c8b43f6caff8e2bc528c113a5edc
Contents?: true
Size: 556 Bytes
Versions: 4
Compression:
Stored size: 556 Bytes
Contents
# frozen_string_literal: true 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
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hamlit-2.7.2 | lib/hamlit/attribute_builder.rb |
hamlit-2.7.1 | lib/hamlit/attribute_builder.rb |
hamlit-2.7.0 | lib/hamlit/attribute_builder.rb |
hamlit-2.6.2 | lib/hamlit/attribute_builder.rb |