Hi guys, there was a discussion about a refactoring or re-implementation of jsf.js on this list some time ago for MyFaces 3.0.
I'm working on the new TypeScript implementation for Tobago 5.0 and I've tested some possibilities to use shadow DOM [1]. The current jsf.js doesn't work with shadow DOM, because e. g. the document.getElementById() function will not find elements inside of any shadow DOM. So, I wonder, if there is a first implementation of a MyFaces 3.0 jsf.js to check, if this works with shadow DOM or it can be adapted to shadow DOM. Regards, Udo [1] https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM
