# File lib/htmldiff.rb, line 197
    def tag?(item)
      opening_tag?(item) or closing_tag?(item)
    end