Module: Erbf::Formatter::HtmlHelper

Included in:
Erbf::Formatter
Defined in:
lib/erbf/formatter/html_helper.rb

Constant Summary collapse

CASE_INSENSITIVE_ATTRIBUTES =
%w[id class].to_set.freeze
INLINE_TAGS =
%w[
  a
  abbr
  acronym
  b
  bdo
  big
  br
  button
  cite
  code
  dfn
  em
  i
  img
  input
  kbd
  label
  map
  object
  output
  q
  samp
  select
  small
  span
  strong
  sub
  sup
  textarea
  time
  tt
  var
].to_set.freeze