Module: Fortitude::Doctypes::Html4TagsTransitional

Extended by:
Tags::TagStore
Defined in:
lib/fortitude/doctypes/html4_tags_transitional.rb

Constant Summary collapse

TRANSITIONAL_BLOCK_CONTENT =
%w{dir menu center isindex}
TRANSITIONAL_INLINE_CONTENT =
%w{u s strike applet font basefont iframe}
TRANSITIONAL_FLOW_CONTENT =
%w{dir menu center isindex u s strike applet font basefont iframe}
BGCOLORS_ATTRIBUTES =
%w{bgcolor text link vlink alink}

Class Method Summary collapse

Methods included from Tags::TagStore

delegate_tag_stores, modify_tag, tag, tag_names, tags, tags_added!, tags_changed!

Class Method Details

.delegate_tag_storesObject



11
12
13
# File 'lib/fortitude/doctypes/html4_tags_transitional.rb', line 11

def delegate_tag_stores
  [ Fortitude::Doctypes::Html4TagsStrict ]
end