1
- draft_date : 2025-02-26
1
+ draft_date : 2025-02-27
2
2
name : HTML
3
3
description : TODO
4
4
spec : https://html.spec.whatwg.org/multipage/
5
5
compat_features :
6
- - api.CommandEvent
7
- - api.CommandEvent.CommandEvent
8
- - api.CommandEvent.command
9
- - api.CommandEvent.source
10
6
- api.DedicatedWorkerGlobalScope
11
7
- api.DedicatedWorkerGlobalScope.close
12
8
- api.DedicatedWorkerGlobalScope.name
@@ -26,8 +22,6 @@ compat_features:
26
22
- api.HTMLAllCollection.namedItem
27
23
- api.HTMLBaseElement.href.forbid_data_javascript_urls
28
24
- api.HTMLBaseElement.href.forbid_special_characters
29
- - api.HTMLButtonElement.command
30
- - api.HTMLButtonElement.commandForElement
31
25
- api.HTMLCanvasElement.getContext.2d_context
32
26
- api.HTMLCanvasElement.getContext.bitmaprenderer_context
33
27
- api.HTMLCanvasElement.getContext.bitmaprenderer_context.options_alpha_parameter
@@ -42,7 +36,6 @@ compat_features:
42
36
- api.HTMLCanvasElement.toDataURL.type_parameter_webp
43
37
- api.HTMLDialogElement.closedBy
44
38
- api.HTMLDialogElement.requestClose
45
- - api.HTMLElement.command_event
46
39
- api.HTMLIFrameElement.featurePolicy
47
40
- api.HTMLImageElement.currentSrc
48
41
- api.HTMLImageElement.sizes.auto
@@ -154,8 +147,6 @@ compat_features:
154
147
- api.setInterval.worker_support
155
148
- api.setTimeout.supports_parameters_for_callback
156
149
- api.setTimeout.worker_support
157
- - html.elements.button.command
158
- - html.elements.button.commandfor
159
150
- html.elements.dialog.closedby
160
151
- html.elements.form.autocomplete.new-password
161
152
- html.elements.form.autocomplete.one-time-code
@@ -406,6 +397,16 @@ compat_features:
406
397
# - api.CloseWatcher.close_event
407
398
# - api.CloseWatcher.destroy
408
399
# - api.CloseWatcher.requestClose
400
+ # - Invoker commands:
401
+ # - api.CommandEvent
402
+ # - api.CommandEvent.CommandEvent
403
+ # - api.CommandEvent.command
404
+ # - api.CommandEvent.source
405
+ # - api.HTMLButtonElement.command
406
+ # - api.HTMLButtonElement.commandForElement
407
+ # - api.HTMLElement.command_event
408
+ # - html.elements.button.command
409
+ # - html.elements.button.commandfor
409
410
# - Autonomous custom elements:
410
411
# - api.CustomElementRegistry
411
412
# - api.CustomElementRegistry.define
0 commit comments