# File lib/html/tags.rb, line 64
    def can_contain(tag, parent)
      Tag.named(tag).is_inline_element
    end