From 8833e5dcb0fb57df4cc8b97628400bca833b3567 Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Wed, 27 Sep 2023 20:06:20 -0400 Subject: [PATCH] URLPattern API (positive) Closes #566 --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 4291364..8a8041b 100644 --- a/activities.json +++ b/activities.json @@ -1528,6 +1528,19 @@ "title": "Trusted Types", "url": "https://w3c.github.io/trusted-types/dist/spec/" }, + { + "ciuName": "mdn-api_urlpattern", + "description": "The URLPattern API provides a web platform primitive for matching URLs based on a convenient pattern syntax.", + "id": "urlpattern", + "mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/API/URLPattern", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1731418", + "mozPosition": "positive", + "mozPositionDetail": "URLPattern is an important primitive for the evolution of ServiceWorkers through the introduction of the Static Routing API. Similar to Web Locks which evolved out of the ServiceWorkers Cache API, it is appropriate that URLPattern be distinct from the Service Workers spec and WG as it is useful in other contexts as well.", + "mozPositionIssue": 566, + "org": "Proposal", + "title": "URLPattern API", + "url": "https://wicg.github.io/urlpattern/" + }, { "ciuName": null, "description": "The QID Emoji Tag Sequences (or QID emoji, for short) have been proposed to provide a well-defined mechanism for implementations to support additional valid emoji that are not representable by Unicode characters or emoji zwj sequences. This mechanism allows for the interchange of emoji whose meaning is discoverable, and which should be correctly parsed by all conformant implementations (although only displayed by implementations that support it). The meaning of each of these valid emoji is established by reference to a Wikidata QID.",