File tree 2 files changed +62
-0
lines changed
2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,19 @@ caniuse: shadowdomv1
5
5
group : web-components
6
6
status :
7
7
compute_from : api.Element.attachShadow
8
+ compat_features :
9
+ - api.Element.attachShadow
10
+ - api.Element.shadowRoot
11
+ - api.Element.attachShadow.options_clonable_parameter
12
+ - api.Element.attachShadow.options_delegatesFocus_parameter
13
+ - api.Element.attachShadow.options_serializable_parameter
14
+ - api.Event.composed
15
+ - api.Event.composedPath
16
+ - api.Node.getRootNode
17
+ - api.Node.isConnected
18
+ - api.ShadowRoot
19
+ - api.ShadowRoot.clonable
20
+ - api.ShadowRoot.delegatesFocus
21
+ - api.ShadowRoot.host
22
+ - api.ShadowRoot.mode
23
+ - api.ShadowRoot.serializable
Original file line number Diff line number Diff line change @@ -108,6 +108,32 @@ compat_features:
108
108
# safari_ios: "10.3"
109
109
- api.Node.getRootNode
110
110
111
+ # baseline: high
112
+ # baseline_low_date: 2021-11-02
113
+ # baseline_high_date: 2024-05-02
114
+ # support:
115
+ # chrome: "53"
116
+ # chrome_android: "53"
117
+ # edge: "79"
118
+ # firefox: "94"
119
+ # firefox_android: "94"
120
+ # safari: "13.1"
121
+ # safari_ios: "13.4"
122
+ - api.Element.attachShadow.options_delegatesFocus_parameter
123
+
124
+ # baseline: high
125
+ # baseline_low_date: 2021-11-02
126
+ # baseline_high_date: 2024-05-02
127
+ # support:
128
+ # chrome: "53"
129
+ # chrome_android: "53"
130
+ # edge: "79"
131
+ # firefox: "94"
132
+ # firefox_android: "94"
133
+ # safari: "15"
134
+ # safari_ios: "15"
135
+ - api.ShadowRoot.delegatesFocus
136
+
111
137
# baseline: low
112
138
# baseline_low_date: 2024-04-18
113
139
# support:
@@ -118,4 +144,24 @@ compat_features:
118
144
# firefox_android: "123"
119
145
# safari: "17.4"
120
146
# safari_ios: "17.4"
147
+ - api.Element.attachShadow.options_clonable_parameter
121
148
- api.ShadowRoot.clonable
149
+
150
+ # baseline: low
151
+ # baseline_low_date: 2024-09-16
152
+ # support:
153
+ # chrome: "125"
154
+ # chrome_android: "125"
155
+ # edge: "125"
156
+ # firefox: "128"
157
+ # firefox_android: "128"
158
+ # safari: "18"
159
+ # safari_ios: "18"
160
+ - api.ShadowRoot.serializable
161
+
162
+ # baseline: false
163
+ # support:
164
+ # chrome: "125"
165
+ # chrome_android: "125"
166
+ # edge: "125"
167
+ - api.Element.attachShadow.options_serializable_parameter
You can’t perform that action at this time.
0 commit comments