-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new spec: Login Status API #1608
Comments
Changes to
|
Yes, we postponed inclusion to avoid creating duplicate definitions for terms defined in the Login Status API (and sub-section of FedCM). Also, I thought code would also pick up the latest published version link from the Login Status API draft, which links to FedCM. Now, the login status section was removed from the Editor's Draft of FedCM, which should be OK enough to avoid major cross-reference issues, and it turns out that the code does not trust the latest published version link in any case, so won't produce any incorrect |
Close #1608, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://w3c-fedid.github.io/login-status/", "seriesComposition": "full", "shortname": "login-status", "series": { "shortname": "login-status", "currentSpecification": "login-status", "title": "Login Status API", "shortTitle": "Login Status API", "nightlyUrl": "https://w3c-fedid.github.io/login-status/" }, "organization": "W3C", "groups": [ { "name": "Federated Identity Working Group", "url": "https://www.w3.org/groups/wg/fedid/" } ], "nightly": { "url": "https://w3c-fedid.github.io/login-status/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c-fedid/login-status", "sourcePath": "spec/index.bs", "filename": "index.html" }, "title": "Login Status API", "source": "spec", "shortTitle": "Login Status API", "categories": [ "browser" ], "standing": "good" } ``` </details> ### Tests These changes look good! 😎
Close #1608, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://w3c-fedid.github.io/login-status/", "seriesComposition": "full", "shortname": "login-status", "series": { "shortname": "login-status", "currentSpecification": "login-status", "title": "Login Status API", "shortTitle": "Login Status API", "nightlyUrl": "https://w3c-fedid.github.io/login-status/" }, "organization": "W3C", "groups": [ { "name": "Federated Identity Working Group", "url": "https://www.w3.org/groups/wg/fedid/" } ], "nightly": { "url": "https://w3c-fedid.github.io/login-status/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c-fedid/login-status", "sourcePath": "spec/index.bs", "filename": "index.html" }, "title": "Login Status API", "source": "spec", "shortTitle": "Login Status API", "categories": [ "browser" ], "standing": "good" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
URL
https://w3c-fedid.github.io/login-status/
Rationale
The spec got broken out in w3c-fedid/FedCM#642
In BCD we use:
https://w3c-fedid.github.io/FedCM/#dom-navigatorlogin-setstatus
and now we want to use:
https://w3c-fedid.github.io/login-status/#dom-navigatorlogin-setstatus
But that ED seems not present in browser-specs due to the TR still duplicating things?
browser-specs/src/data/monitor.json
Lines 417 to 420 in a3d23ab
Additional properties
The text was updated successfully, but these errors were encountered: