mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-09 15:14:35 +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.