From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- .../fr/web/api/passwordcredential/iconurl/index.md | 37 +++++++--------------- 1 file changed, 12 insertions(+), 25 deletions(-) (limited to 'files/fr/web/api/passwordcredential/iconurl') diff --git a/files/fr/web/api/passwordcredential/iconurl/index.md b/files/fr/web/api/passwordcredential/iconurl/index.md index 0521ac36dc..0435450c24 100644 --- a/files/fr/web/api/passwordcredential/iconurl/index.md +++ b/files/fr/web/api/passwordcredential/iconurl/index.md @@ -9,37 +9,24 @@ tags: - Reference translation_of: Web/API/PasswordCredential/iconURL --- -

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

+{{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.

+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

+## Syntaxe -
url = passwordCredential.iconURL
+ url = passwordCredential.iconURL -

Valeur

+### Valeur -

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

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

Spécifications

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

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

+{{Compat("api.PasswordCredential.iconURL")}} -- cgit v1.2.3-54-g00ecf