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