From a8394389199bb2ceaaaed0d501d18094cea109a5 Mon Sep 17 00:00:00 2001 From: cachius Date: Thu, 8 Jun 2023 14:41:47 +0200 Subject: [PATCH] add mdnUrl to url-scroll-to-text-fragment --- activities.json | 1 + 1 file changed, 1 insertion(+) diff --git a/activities.json b/activities.json index 9472dc85..4fae4675 100644 --- a/activities.json +++ b/activities.json @@ -1342,6 +1342,7 @@ "ciuName": "url-scroll-to-text-fragment", "description": "A proposal for extending URL fragment syntax with a list of text bits to highlight and scroll to.", "id": "scroll-to-text-fragment", + "mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/Text_fragments", "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1753933", "mozPosition": "positive", "mozPositionDetail": "This is an important use case to address and the proposal does a good job at mitigating the compatibility and security issues. As a result the syntax is a tad inelegant, but workable. (See also the position on Fragmention, which aims to address similar use cases.)",