Re: Shadow DOM / virtualization support in GWT

2015-12-18 Thread Ümit Seren
I don't think GWT has to do anything special for Shadow DOM support. You might need to include the webcomponents.js (full Shadow DOM) or webcomponents-lite.js (ShadyDOM) polyfills [1] for browser that don't support native ShadowDOM. Then you can use the gwt-polymer-elements [2] Polymer library

Shadow DOM / virtualization support in GWT

2015-12-17 Thread gautam
How do we implement / use the shadow DOM capabilities in GWT ? I am not sure if its currently supported in anyway. Is it planned in next version ? Any pointers will be very helpful. thanks, Gautam -- You received this message because you are subscribed to the Google Groups "GWT Users" grou