E ShadowRootMode E TextTrackKind E TextTrackMode E VideoPresentationMode E XMLHttpRequestResponseType E BiquadFilterType E BlobLineEndings E CryptoKeyUsage E DistanceModelType E ForcedAccessibilityValue E IDBTransactionMode E KeyFormat E OscillatorType E PanningModelType E ReferrerPolicy E RequestCache...
ShadowRoot API: mode Global usage 96.67% + 0% = 96.67% IE ❌ 6 - 10: Not supported ❌ 11: Not supported Edge ❌ 12 - 18: Not supported ✅ 79 - 130: Supported ✅ 131: Supported Firefox ❌ 2 - 62: Not supported ✅ 63 - 132: Supported ✅ 133: Supported ✅ 134 ...
In the latest version of the Declarative Shadow DOM spec, the format is: <template shadowrootmode="open"> However, we use the older one: <template shadowroot="open"> It looks like Chrome 119 supports both, but Safari only supports shadowrootmode. We should switch from shadowroot to ...