From 7d5fafdbe83aa76f9300831f44b66ca03f58b96b Mon Sep 17 00:00:00 2001 From: W3C browser-specs bot <164927682+browser-specs-bot@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:30:27 +0100 Subject: [PATCH] Add Facilitated Payment Link Type in HTML (#1676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1674, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`:
Add spec (1) ```json { "url": "https://wicg.github.io/paymentlink/", "seriesComposition": "full", "shortname": "paymentlink", "series": { "shortname": "paymentlink", "currentSpecification": "paymentlink", "title": "Facilitated Payment Link Type in HTML", "shortTitle": "Facilitated Payment Link Type in HTML", "nightlyUrl": "https://wicg.github.io/paymentlink/" }, "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/paymentlink/", "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/paymentlink", "sourcePath": "index.bs", "filename": "index.html" }, "title": "Facilitated Payment Link Type in HTML", "source": "spec", "shortTitle": "Facilitated Payment Link Type in HTML", "categories": [ "browser" ], "standing": "good" } ```
### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <> --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index 8d5a80df..34cf979f 100644 --- a/specs.json +++ b/specs.json @@ -731,6 +731,7 @@ "https://wicg.github.io/observable/", "https://wicg.github.io/overscroll-scrollend-events/", "https://wicg.github.io/page-lifecycle/", + "https://wicg.github.io/paymentlink/", "https://wicg.github.io/performance-measure-memory/", "https://wicg.github.io/periodic-background-sync/", "https://wicg.github.io/permissions-request/",