syntax-tree/hast

How should unknown elements be handled?

wooorm opened this issue · 1 comments

Unknown elements, such as SVG and MathML, but also ng-button will probably just be recognised as elements.

I’m not yet sure how self-closing elements are handled (e.g., in SVG)...

Will have to deal with this later. Current set-up of using processor.data is fine.