# File lib/html5/treewalkers/base.rb, line 23
  def end_tag(name)
    {:type => :EndTag, :name => name, :data => []}
  end