1-template.html- exports a template2-global-custom-element.html- globally defines a custom element3-scoped-custom-element.html- exports a scoped (non-registered) custom element definition4-element-with-script.html- A declarative element enhanced with a script5-import-from-inline-script.html- Exporting and importing from inline scripts6-export-from-script.html- Exporting from an HTML module from a inline script inside it
7-use-template.html- Uses the template intemplate.html8-use-global-custom-element.html- Uses the element defined inglobal-custom-element.html9-use-scoped-custom-element.html- Uses the element defined inscoped-custom-element.html