# File lib/html5/html5parser/phase.rb, line 115
    def processStartTag(name, attributes)
      send self.class.start_tag_handlers[name], name, attributes
    end