# File lib/html5/html5parser/in_cell_phase.rb, line 53
    def endTagImply(name)
      if in_scope?(name, true)
        closeCell
        @parser.phase.processEndTag(name)
      else
        # sometimes inner_html case
        parse_error
      end
    end