# File lib/html5/treewalkers/base.rb, line 86
  def first_child(node)
    raise NotImplementedError
  end