# File lib/html5/html5parser/after_head_phase.rb, line 18
    def startTagBody(name, attributes)
      @tree.insert_element(name, attributes)
      @parser.phase = @parser.phases[:inBody]
    end