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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
var isValid = !!id.match("^[a-z0-9][a-z0-9-]+[a-z0-9]$");
//if(!isValid) console.warn(`The specified tuID is invalid: ${id}. dynamic is going to generate one instead.`);
if(preservedIDs.indexOf(id) != -1) utils.generic.EE(`The specified tuID is one of the preserved element names: ${id}. See https://html.spec.whatwg.org/#valid-custom-element-name for help.`);