diff --git a/2021.html b/2021.html index a4a7153..2f79009 100644 --- a/2021.html +++ b/2021.html @@ -1,16 +1,16 @@ - + +
@@ -179,7 +170,7 @@

Web Components Community Group: 2021 Spec/API status

Draft Community Group Report - +

@@ -224,9 +215,9 @@

Web Components Community Group: 2021 Spec/API statu

Web Components Community Group: 2021 Spec/API statu

CSS Module Scripts allow JavaScript modules to import style sheets. They can then be applied to a document or shadow root using adoptedStyleSheets in the same way as constructible style sheets.

import styleSheet from "./styles.css" assert { type: "css" };
-document.adoptedStyleSheets = [ styleSheet ];
+document.adoptedStyleSheets = [ styleSheet ];

5.2 Motivation