ALWAYS_INLINE static void appendOutputForElement(OutputType& output, Element* element) { output.append(element); }
ALWAYS_INLINE static void appendElement(OutputType& output, Node& element) { output.append(RefPtr<Node>(element)); }
ALWAYS_INLINE static void appendElement(OutputType& output, Node& element) { output.append(&element); }