File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ group: webgl
6
6
status :
7
7
compute_from : api.WebGLRenderingContext
8
8
compat_features :
9
+ - api.HTMLCanvasElement.getContext.webgl_context
9
10
- api.HTMLCanvasElement.getContext.webgl_context.options_alpha_parameter
10
11
- api.HTMLCanvasElement.getContext.webgl_context.options_failIfMajorPerformanceCaveat_parameter
11
12
- api.HTMLCanvasElement.getContext.webgl_context.options_powerPreference_parameter
Original file line number Diff line number Diff line change @@ -222,6 +222,19 @@ compat_features:
222
222
# safari_ios: "8"
223
223
- api.WebGLContextEvent.WebGLContextEvent
224
224
225
+ # baseline: high
226
+ # baseline_low_date: 2020-01-15
227
+ # baseline_high_date: 2022-07-15
228
+ # support:
229
+ # chrome: "33"
230
+ # chrome_android: "33"
231
+ # edge: "79"
232
+ # firefox: "24"
233
+ # firefox_android: "24"
234
+ # safari: "8"
235
+ # safari_ios: "8"
236
+ - api.HTMLCanvasElement.getContext.webgl_context
237
+
225
238
# baseline: high
226
239
# baseline_low_date: 2020-01-15
227
240
# baseline_high_date: 2022-07-15
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ spec: https://registry.khronos.org/webgl/specs/latest/2.0/
5
5
status :
6
6
compute_from : api.WebGL2RenderingContext
7
7
compat_features :
8
+ - api.HTMLCanvasElement.getContext.webgl2_context
8
9
- api.HTMLCanvasElement.getContext.webgl2_context.options_alpha_parameter
9
10
- api.HTMLCanvasElement.getContext.webgl2_context.options_failIfMajorPerformanceCaveat_parameter
10
11
- api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ compat_features:
25
25
# firefox_android: "51"
26
26
# safari: "15"
27
27
# safari_ios: "15"
28
+ - api.HTMLCanvasElement.getContext.webgl2_context
28
29
- api.HTMLCanvasElement.getContext.webgl2_context.options_alpha_parameter
29
30
- api.HTMLCanvasElement.getContext.webgl2_context.options_failIfMajorPerformanceCaveat_parameter
30
31
You can’t perform that action at this time.
0 commit comments