# File lib/mofo/xoxo.rb, line 37
  def self.container?(el)
    el.elem? && @@parents.include?(el.name)
  end