# File lib/html5/treebuilders/hpricot.rb, line 71
        def initialize(name)
          super(name)

          @hpricot = ::Hpricot::Elem.new(::Hpricot::STag.new(name))
        end