# File lib/nokogiri/css/node.rb, line 84
      def to_type
        [@type] + @value.map { |n|
          n.to_type if n.respond_to?(:to_type)
        }.compact
      end