# File lib/html5/inputstream.rb, line 478
    def handle_possible_end_tag
      @data.position += 1
      return handle_possible_tag(true)
    end