Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12108,6 +12108,7 @@
/en-US/docs/Web/CSS/:nth-last-col /en-US/docs/Web/CSS/:nth-last-of-type
/en-US/docs/Web/CSS/:nth-last-of-type() /en-US/docs/Web/CSS/:nth-last-of-type
/en-US/docs/Web/CSS/:nth-of-type() /en-US/docs/Web/CSS/:nth-of-type
/en-US/docs/Web/CSS/:target-within /en-US/docs/Web/CSS
/en-US/docs/Web/CSS/@-moz-document /en-US/docs/Web/CSS/@document
/en-US/docs/Web/CSS/@font-face/font-variant /en-US/docs/Web/CSS/@font-face
/en-US/docs/Web/CSS/@media/aural /en-US/docs/Web/CSS/@media
Expand Down
4 changes: 0 additions & 4 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -74071,10 +74071,6 @@
"j.j."
]
},
"Web/CSS/:target-within": {
"modified": "2020-12-04T07:48:58.177Z",
"contributors": ["rachelandrew"]
},
"Web/CSS/:user-invalid": {
"modified": "2020-11-20T11:42:30.261Z",
"contributors": [
Expand Down
14 changes: 10 additions & 4 deletions files/en-us/web/api/fedcm_api/idp_integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ The response to a successful request returns a list of all the IdP accounts that
"given_name": "Elaina",
"name": "Elaina Maduro",
"email": "elaina_maduro@idp.example",
"tel": "+491234567890",
"username": "elmaduro",
"picture": "https://idp.example/profile/123",
"approved_clients": ["123", "456", "789"],
"domain_hints": ["rp1.example.com", "rp3.example.com"],
Expand All @@ -136,7 +138,7 @@ The response to a successful request returns a list of all the IdP accounts that
{
"id": "elly",
"given_name": "Elly",
"name": "Elly",
"username": "lamaduro",
"email": "Elly@idp.example",
"picture": "https://idp.example/profile/456",
"approved_clients": ["abc", "def", "ghi"],
Expand All @@ -148,14 +150,18 @@ The response to a successful request returns a list of all the IdP accounts that
}
```

This includes the following information:
This includes the following information where `name`, `email`, `username`, and `tel` are optional but at least one of them must be present and nonempty.

- `id`
- : The unique ID of the user.
- `name`
- `name` {{optional_inline}}
- : The family name of the user.
- `email`
- `email` {{optional_inline}}
- : The email address of the user.
- `tel` {{optional_inline}}
- : The telephone number of the user. Can be in any format.
- `username` {{optional_inline}}
- : The username of the user.
- `given_name` {{optional_inline}}
- : The given name of the user.
- `picture` {{optional_inline}}
Expand Down
94 changes: 0 additions & 94 deletions files/en-us/web/css/_colon_target-within/index.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Static initialization blocks
slug: Web/JavaScript/Reference/Classes/Static_initialization_blocks
page-type: javascript-language-feature
browser-compat: javascript.classes.static_initialization_blocks
browser-compat: javascript.classes.static.initialization_blocks
sidebar: jssidebar
---

Expand Down