"DTD/xhtml1-strict.dtd">
| Class Amrita::TagTableSection |
|
| Methods |
| 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