mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-12 16:44:28 +00:00
The knockout `virtualElements` API accepts all types of DOM nodes, not just HTML elements. For example, I was trying to insert a text node (from `document.createTextNode`), and it was seen as invalid.