[Source]
# File lib/amrita/tag.rb, line 327 def accept_child(child_tag) child_tag != "option" && child_tag != "optgroup" end
[Validate]