When Rimmel mounts an element to the DOM, a MutationObserver is called to activate all data bindings.
We want to switch to using document.createTreeWalker() instead of filtering through a mutationList as per existing TODO1 and TODO2 comments, which should bring a performance improvement for free.