[Source]
# File lib/amrita/tag.rb, line 279 def accept_child(child_tag) !["th", "td", "tr", "tfoot", "tbody"].include?(child_tag) end
[Validate]