6
I’m working with customElements, but I’ve been having problems with Opera 12.
So far the best I could do is use x-tags but the same of support only to the document.register
and this differs a little from the API proposed by W3C, another drawback is that it does not support the document.registerElement
.
Continuing my research I found the Polymer-project which is quite promising and in Webkit worked very well, but in Opera, when executed the plataform.js
of Polymer, this causes subsequent scripts to start giving errors, for example stopping connection with websocket and can even run the polymer.js
to add customElements support.
Based on this information, I wonder if someone could help me with a consistent solution for Opera, which does not break the native implementations of it and support document.registerElement
as close as possible to the W3C draft API.