From adb588c283867f53c62d0321bb86b46b9a88f56f Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Fri, 16 Aug 2024 01:56:14 +0100 Subject: [PATCH] Update FedCM spec URLs --- api/CredentialsContainer.json | 6 +++--- api/IdentityCredential.json | 6 +++--- api/IdentityProvider.json | 6 +++--- api/Navigator.json | 2 +- api/NavigatorLogin.json | 4 ++-- http/headers/Permissions-Policy.json | 2 +- http/headers/Set-Login.json | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/api/CredentialsContainer.json b/api/CredentialsContainer.json index 7652517cd396e7..23370218b976e0 100644 --- a/api/CredentialsContainer.json +++ b/api/CredentialsContainer.json @@ -492,7 +492,7 @@ "identity_option": { "__compat": { "description": "identity option", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-credentialrequestoptions-identity", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-credentialrequestoptions-identity", "support": { "chrome": { "version_added": "108" @@ -527,7 +527,7 @@ "context_option": { "__compat": { "description": "identity.context", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-identitycredentialrequestoptions-context", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptions-context", "support": { "chrome": { "version_added": "116" @@ -598,7 +598,7 @@ "loginHint": { "__compat": { "description": "identity.providers.loginHint", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-identityproviderrequestoptions-loginhint", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-loginhint", "support": { "chrome": { "version_added": "116" diff --git a/api/IdentityCredential.json b/api/IdentityCredential.json index 2aaa73243a179c..1c6fa440673fd3 100644 --- a/api/IdentityCredential.json +++ b/api/IdentityCredential.json @@ -3,7 +3,7 @@ "IdentityCredential": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/IdentityCredential", - "spec_url": "https://fedidcg.github.io/FedCM/#browser-api-identity-credential-interface", + "spec_url": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", "support": { "chrome": { "version_added": "108" @@ -38,7 +38,7 @@ "disconnect_static": { "__compat": { "description": "disconnect() static method", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-identitycredential-disconnect", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-disconnect", "support": { "chrome": { "version_added": "122" @@ -109,7 +109,7 @@ "token": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/IdentityCredential/token", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-identitycredential-token", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-token", "support": { "chrome": { "version_added": "108" diff --git a/api/IdentityProvider.json b/api/IdentityProvider.json index 3ce638fc09c90c..11525ed97ecc96 100644 --- a/api/IdentityProvider.json +++ b/api/IdentityProvider.json @@ -3,7 +3,7 @@ "IdentityProvider": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/IdentityProvider", - "spec_url": "https://fedidcg.github.io/FedCM/#browser-api-identity-provider-interface", + "spec_url": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", "support": { "chrome": { "version_added": "116" @@ -39,7 +39,7 @@ "__compat": { "description": "close() static method", "mdn_url": "https://developer.mozilla.org/docs/Web/API/IdentityProvider/close_static", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-identityprovider-close", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identityprovider-close", "support": { "chrome": { "version_added": "120" @@ -76,7 +76,7 @@ "__compat": { "description": "getUserInfo() static method", "mdn_url": "https://developer.mozilla.org/docs/Web/API/IdentityProvider/getUserInfo_static", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-identityprovider-getuserinfo", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identityprovider-getuserinfo", "support": { "chrome": { "version_added": "116" diff --git a/api/Navigator.json b/api/Navigator.json index 48f322b6901a8e..9e2ea847582dc4 100644 --- a/api/Navigator.json +++ b/api/Navigator.json @@ -1890,7 +1890,7 @@ "login": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/login", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-navigator-login", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-navigator-login", "support": { "chrome": { "version_added": "120" diff --git a/api/NavigatorLogin.json b/api/NavigatorLogin.json index f8726d04e2c291..157a6b422908dc 100644 --- a/api/NavigatorLogin.json +++ b/api/NavigatorLogin.json @@ -3,7 +3,7 @@ "NavigatorLogin": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/NavigatorLogin", - "spec_url": "https://fedidcg.github.io/FedCM/#navigatorlogin", + "spec_url": "https://w3c-fedid.github.io/FedCM/#navigatorlogin", "support": { "chrome": { "version_added": "120" @@ -38,7 +38,7 @@ "setStatus": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/NavigatorLogin/setStatus", - "spec_url": "https://fedidcg.github.io/FedCM/#dom-navigatorlogin-setstatus", + "spec_url": "https://w3c-fedid.github.io/FedCM/#dom-navigatorlogin-setstatus", "support": { "chrome": { "version_added": "120" diff --git a/http/headers/Permissions-Policy.json b/http/headers/Permissions-Policy.json index 348c0439ebe7c4..cf176c456bc9a4 100644 --- a/http/headers/Permissions-Policy.json +++ b/http/headers/Permissions-Policy.json @@ -771,7 +771,7 @@ "identity-credentials-get": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Permissions-Policy/identity-credentials-get", - "spec_url": "https://fedidcg.github.io/FedCM/#permissions-policy-integration", + "spec_url": "https://w3c-fedid.github.io/FedCM/#permissions-policy-integration", "support": { "chrome": { "version_added": "110" diff --git a/http/headers/Set-Login.json b/http/headers/Set-Login.json index 6a17ea4d4a13ff..b859e4e72c9206 100644 --- a/http/headers/Set-Login.json +++ b/http/headers/Set-Login.json @@ -4,7 +4,7 @@ "Set-Login": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Login", - "spec_url": "https://fedidcg.github.io/FedCM/#login-status-http", + "spec_url": "https://w3c-fedid.github.io/FedCM/#login-status-http", "support": { "chrome": { "version_added": "120"