# File lib/html5/treewalkers/hpricot.rb, line 34
        def first_child(node)
          node.children.first
        end