You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite a bit of the custom elements explanation focuses on extending the select element, but trying to do this using the polyfill fails. The call to var shadowRoot = new WebKitShadowRoot(element); gives error HIERARCHY_REQUEST_ERR: DOM Exception 3. Not sure if this is a bug in the polyfill or in the webkit shadow DOM implementation?
The text was updated successfully, but these errors were encountered:
Quite a bit of the custom elements explanation focuses on extending the select element, but trying to do this using the polyfill fails. The call to
var shadowRoot = new WebKitShadowRoot(element);
gives error HIERARCHY_REQUEST_ERR: DOM Exception 3. Not sure if this is a bug in the polyfill or in the webkit shadow DOM implementation?The text was updated successfully, but these errors were encountered: