# File lib/html/element.rb, line 89
    def root
      @_parent ? self : @_parent.root
    end