# File lib/html5/treebuilders/hpricot.rb, line 117
        def attributes=(attrs)
          attrs.each { |name, value| @hpricot[name] = value }
        end