# File lib/html5/treebuilders/hpricot.rb, line 99
          def []=(k, v)
            @hpricot.stag.send(stag_attributes_method)[k] = v
          end