# File lib/html5/html5parser/after_body_phase.rb, line 8
    def processComment(data)
      # This is needed because data is to be appended to the <html> element
      # here and not to whatever is currently open.
      @tree.insert_comment(data, @tree.open_elements.first)
    end