I'm working with customElements, but I've been having a problem with Opera 12.
So far the best I've been was to use x-tags but the same as only support document.register
and this differs slightly from the W3C API , another drawback is that it does not support document.registerElement
.
Continuing my research I found the Polymer-project which is very promising and in Webkit it worked very well, however in Opera, when running plataform.js
of the Polymer, this causes the subsequent scripts to start giving errors, making stop for example connection with websocket and can not even execute polymer.js
to add support for customElements.
On the basis of this information, I would like to know if anyone could help me with a consistent solution for Opera that does not break the native implementations of it and support the document.registerElement
as close to the W3C draft API as possible. p>