# File lib/html5/treewalkers/base.rb, line 42
  def comment(data)
    {:type => :Comment, :data => data}
  end