From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../web/api/passwordcredential/iconurl/index.html | 45 ---------------------- .../fr/web/api/passwordcredential/iconurl/index.md | 45 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 files/fr/web/api/passwordcredential/iconurl/index.html create mode 100644 files/fr/web/api/passwordcredential/iconurl/index.md (limited to 'files/fr/web/api/passwordcredential/iconurl') diff --git a/files/fr/web/api/passwordcredential/iconurl/index.html b/files/fr/web/api/passwordcredential/iconurl/index.html deleted file mode 100644 index 0521ac36dc..0000000000 --- a/files/fr/web/api/passwordcredential/iconurl/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: PasswordCredential.iconURL -slug: Web/API/PasswordCredential/iconURL -tags: - - API - - Credential Management API - - PasswordCredential - - Propriété - - Reference -translation_of: Web/API/PasswordCredential/iconURL ---- -

{{SeeCompatTable}}{{APIRef("")}}

- -

La propriété iconURL, rattachée à l'interface {{domxref("PasswordCredential")}}, est accessible en lecture seule et fournit une chaîne de caractères {{domxref("USVString")}} représentant une URL pointant vers l'image d'une icône. Cette image est destinée à être affichée dans un sélecteur d'authentification. L'URL fournie doit être accessible sans authentification.

- -

Syntaxe

- -
url = passwordCredential.iconURL
- -

Valeur

- -

Une chaîne de caractères {{domxref("USVString")}} contenant une URL.

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName('Credential Management','#dom-credentialuserdata-iconurl','iconURL')}}{{Spec2('Credential Management')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.PasswordCredential.iconURL")}}

diff --git a/files/fr/web/api/passwordcredential/iconurl/index.md b/files/fr/web/api/passwordcredential/iconurl/index.md new file mode 100644 index 0000000000..0521ac36dc --- /dev/null +++ b/files/fr/web/api/passwordcredential/iconurl/index.md @@ -0,0 +1,45 @@ +--- +title: PasswordCredential.iconURL +slug: Web/API/PasswordCredential/iconURL +tags: + - API + - Credential Management API + - PasswordCredential + - Propriété + - Reference +translation_of: Web/API/PasswordCredential/iconURL +--- +

{{SeeCompatTable}}{{APIRef("")}}

+ +

La propriété iconURL, rattachée à l'interface {{domxref("PasswordCredential")}}, est accessible en lecture seule et fournit une chaîne de caractères {{domxref("USVString")}} représentant une URL pointant vers l'image d'une icône. Cette image est destinée à être affichée dans un sélecteur d'authentification. L'URL fournie doit être accessible sans authentification.

+ +

Syntaxe

+ +
url = passwordCredential.iconURL
+ +

Valeur

+ +

Une chaîne de caractères {{domxref("USVString")}} contenant une URL.

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('Credential Management','#dom-credentialuserdata-iconurl','iconURL')}}{{Spec2('Credential Management')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.PasswordCredential.iconURL")}}

-- cgit v1.2.3-54-g00ecf