# File lib/amrita/tag.rb, line 235 def accept_child(child_tag) case child_tag when "tbody", "thead", "tfoot" false else true end end