From 090547ab229555e7ec876a5417f93d95151784c9 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 16 Jul 2025 14:01:55 +0100 Subject: [PATCH] Chrome 140 support for HighlightRegisty.highlightsFromPoint() --- api/HighlightRegistry.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/api/HighlightRegistry.json b/api/HighlightRegistry.json index 73c10e38254224..64d79f50d47ea5 100644 --- a/api/HighlightRegistry.json +++ b/api/HighlightRegistry.json @@ -238,6 +238,40 @@ } } }, + "highlightsFromPoint": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-highlight-api-1/#dom-highlightregistry-highlightsfrompoint", + "tags": [ + "web-features:highlight" + ], + "support": { + "chrome": { + "version_added": "140" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "keys": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/HighlightRegistry/keys",