Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix up force/source options
  • Loading branch information
hamishwillee committed Jun 30, 2025
commit 3ce69aa610e5ddfc81baabb90339a1225143dda4
63 changes: 49 additions & 14 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2415,9 +2415,9 @@
"deprecated": false
}
},
"source": {
"options_source_parameter": {
"__compat": {
"description": "`source` option",
"description": "`options.source` option",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"spec_url": "https://html.spec.whatwg.org/multipage/dom.html#dom-showpopoveroptions-source",
"tags": [
"web-features:popover"
Expand Down Expand Up @@ -2862,16 +2862,16 @@
"deprecated": false
}
},
"force": {
"force_parameter": {
"__compat": {
"description": "`force` option",
"description": "`force` parameter",
"spec_url": "https://html.spec.whatwg.org/multipage/dom.html#dom-togglepopoveroptions-force",
"tags": [
"web-features:popover"
],
"support": {
"chrome": {
"version_added": false
"version_added": "116"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -2883,41 +2883,42 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "17"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"returns_boolean": {
"options_force_parameter": {
"__compat": {
"description": "Returns `true` or `false`",
"description": "`options.force` parameter",
"spec_url": "https://html.spec.whatwg.org/multipage/dom.html#dom-togglepopoveroptions-force",
"tags": [
"web-features:popover"
],
"support": {
"chrome": {
"version_added": "116"
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "125"
"version_added": "141"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "17"
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -2931,9 +2932,9 @@
}
}
},
"source": {
"options_source_parameter": {
"__compat": {
"description": "`source` option",
"description": "`options.source` parameter",
"spec_url": "https://html.spec.whatwg.org/multipage/dom.html#dom-showpopoveroptions-source",
"tags": [
"web-features:popover"
Expand Down Expand Up @@ -3004,6 +3005,40 @@
}
}
}
},
"returns_boolean": {
"__compat": {
"description": "Returns `true` or `false`",
"tags": [
"web-features:popover"
],
"support": {
"chrome": {
"version_added": "116"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "125"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "17"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"translate": {
Expand Down