diff options
Diffstat (limited to 'files/fr/web/api/passwordcredential/iconurl/index.md')
-rw-r--r-- | files/fr/web/api/passwordcredential/iconurl/index.md | 37 |
1 files changed, 12 insertions, 25 deletions
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 --- -<p>{{SeeCompatTable}}{{APIRef("")}}</p> +{{SeeCompatTable}}{{APIRef("")}} -<p>La propriété <strong><code>iconURL</code></strong>, 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.</p> +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. -<h2 id="Syntaxe">Syntaxe</h2> +## Syntaxe -<pre class="syntaxbox"><em>url</em> = <em>passwordCredential</em>.iconURL</pre> + url = passwordCredential.iconURL -<h3 id="Valeur">Valeur</h3> +### Valeur -<p>Une chaîne de caractères {{domxref("USVString")}} contenant une URL.</p> +Une chaîne de caractères {{domxref("USVString")}} contenant une URL. -<h2 id="Spécifications">Spécifications</h2> +## Spécifications -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Spécification</th> - <th scope="col">État</th> - <th scope="col">Commentaires</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('Credential Management','#dom-credentialuserdata-iconurl','iconURL')}}</td> - <td>{{Spec2('Credential Management')}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> +| Spécification | État | Commentaires | +| ------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | -------------------- | +| {{SpecName('Credential Management','#dom-credentialuserdata-iconurl','iconURL')}} | {{Spec2('Credential Management')}} | Définition initiale. | -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +## Compatibilité des navigateurs -<p>{{Compat("api.PasswordCredential.iconURL")}}</p> +{{Compat("api.PasswordCredential.iconURL")}} |