"DTD/xhtml1-strict.dtd">
Class Amrita::TagTableSection
In: lib/amrita/tag.rb
Parent: Tag
Methods
accept_child   
Public Instance methods
accept_child(child_tag)
# File lib/amrita/tag.rb, line 235
    def accept_child(child_tag)
      case child_tag
      when "tbody", "thead", "tfoot"
        false
      else
        true
      end
    end