Skip to content

Commit

Permalink
URLPattern API (positive)
Browse files Browse the repository at this point in the history
  • Loading branch information
asutherland committed Sep 28, 2023
1 parent 025b7d6 commit 8833e5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 8833e5d

Please sign in to comment.