From 7bdf5dbb07738f53c890b3fde9b15503ab2805d1 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Fri, 15 May 2020 12:25:52 -0700 Subject: [PATCH] Update HTML Modules explainer phrasing around allowed element types --- proposals/html-modules-explainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/html-modules-explainer.md b/proposals/html-modules-explainer.md index c9c61108..35491efd 100644 --- a/proposals/html-modules-explainer.md +++ b/proposals/html-modules-explainer.md @@ -35,7 +35,7 @@ HTML Modules will be imported using the same `import` statements currently used The MIME-type in the HTTP response header will be checked to determine whether a given module should be treated as script or HTML. Each imported HTML Module will have its own [module record](https://tc39.github.io/ecma262/#sec-abstract-module-records) as introduced in the ES6 spec and will participate in the ES6 Module map and module dependency graphs. -An HTML Module will be parsed per the normal HTML5 parsing rules, with the exception that it is only allowed to contain `