Skip to content

Commit aa0a43a

Browse files
committed
Update browser support messages
1 parent cfe1599 commit aa0a43a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ <h2>Demo: Overhead of &lt;style&gt; and &lt;link&gt; elements in shadow root</h2
33
<ul>
44
<li><a href="./styleInShadowRoot.html">With &lt;style&gt; in shadow root</a></li>
55
<li><a href="./linkInShadowRoot.html">With &lt;link rel="stylesheet"&gt; in shadow root</a></li>
6-
<li><a href="./cssModule.html">With CSS Module</a> (no browser support yet...)</li>
6+
<li><a href="./cssModule.html">With CSS Module</a> (available in Edge and Chrome 93)</li>
77
</ul>
88
<a href="../">[Back to main page]</a>

demo2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ <h2>Demo: Increased memory cost as CSS inlined as a JavaScript string</h2>
22
<br>
33
<ul>
44
<li><a href="./noModule.html">Styles inlined in module with Constructed StyleSheet (supported in Chromium-based browsers)</a></li>
5-
<li><a href="./module.html">With CSS Module</a> (no browser support yet...)</li>
5+
<li><a href="./module.html">With CSS Module</a> (available in Edge and Chrome 93)</li>
66
</ul>
77
<a href="../">[Back to main page]</a>

demo3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ <h2>Demo: Fetching of JSON and CSS modules starts before script execution</h2>
22
<br>
33
<ul>
44
<li><a href="./noModule.html">With &lt;link rel="stylesheet"&gt; in shadow root</a></li>
5-
<li><a href="./module.html">With CSS Module</a> (no browser support yet...)</li>
5+
<li><a href="./module.html">With CSS Module</a> (available in Edge and Chrome 93)</li>
66
</ul>
77
<a href="../">[Back to main page]</a>

demo4/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h2>Demo 4: JSON module performance vs inline JS object </h2>
22
<br>
33
<ul>
44
<li><a href="./noModule.html">With JSON as inlined JavaScript object</a></li>
5-
<li><a href="./module.html">With JSON Module</a> (works in Chromium-based browsers launched with --enable-blink-features=JSONModules command-line flag)</li>
5+
<li><a href="./module.html">With JSON Module</a> (available in Edge and Chrome 91)</li>
66
</ul>
77
<br>
88
<a href="../">[Back to main page]</a>

0 commit comments

Comments
 (0)