Module Loofah::Elements
In: lib/loofah/elements.rb

Constants

STRICT_BLOCK_LEVEL = Set.new %w[address blockquote center dir div dl fieldset form h1 h2 h3 h4 h5 h6 hr isindex menu noframes noscript ol p pre table ul]   Block elements in HTML4
LOOSE_BLOCK_LEVEL = Set.new %w[dd dt frameset li tbody td tfoot th thead tr]   The following elements may also be considered block-level elements since they may contain block-level elements
BLOCK_LEVEL = STRICT_BLOCK_LEVEL + LOOSE_BLOCK_LEVEL

[Validate]