Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 8a3516d

Browse files
authored
Update index.md: replace Edge browser version placeholder (#7172)
For shadowrootmode support based on the data from https://caniuse.com/mdn-html_elements_template_shadowrootmode
1 parent 5e4cfcb commit 8a3516d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • site/en/articles/declarative-shadow-dom

site/en/articles/declarative-shadow-dom/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ in browsers that support Declarative Shadow DOM because the `<template shadowroo
342342

343343
Declarative Shadow DOM has been available since Chrome 90 and Edge 91, but it used an older non-standard attribute called
344344
`shadowroot` instead of the standardized `shadowrootmode` attribute. The newer `shadowrootmode` attribute and streaming
345-
behavior is available in Chrome 111 and Edge Xyz.
345+
behavior is available in Chrome 111 and Edge 111.
346346

347347
As a new web platform API, Declarative Shadow DOM does not yet have widespread support across all browsers. Browser support
348348
can be detected by checking for the existence of a `shadowRootMode` property on the prototype of `HTMLTemplateElement`:

0 commit comments

Comments
 (0)