webshims polyfill excluding part of the page
Part of my page is a preload section of html I will include later dynamically in other places.
Unfortunately, this section is also processed by webshims, so if I copy it and try updatePolyfill() on the copy, I get double input fields...
So it would be nice if I had some way not to process the section...