# File lib/html5/treewalkers/base.rb, line 19 def start_tag(name, attrs) {:type => :StartTag, :name => name, :data => normalize_attrs(attrs)} end