diff options
Diffstat (limited to 'files/fr/web/api/notification/badge/index.html')
| -rw-r--r-- | files/fr/web/api/notification/badge/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/notification/badge/index.html b/files/fr/web/api/notification/badge/index.html index 7afe7c725f..319ba58bb9 100644 --- a/files/fr/web/api/notification/badge/index.html +++ b/files/fr/web/api/notification/badge/index.html @@ -12,11 +12,11 @@ translation_of: Web/API/Notification/badge --- <p>{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}</p> -<p><span class="seoSummary">La propriété <strong><code>badge</code></strong> de l'interface {{domxref ("Notification")}} renvoie l'URL de l'image utilisée pour représenter la notification lorsqu'il n'y a pas assez d'espace pour afficher la notification elle-même.</span></p> +<p>La propriété <strong><code>badge</code></strong> de l'interface {{domxref ("Notification")}} renvoie l'URL de l'image utilisée pour représenter la notification lorsqu'il n'y a pas assez d'espace pour afficher la notification elle-même.</p> <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox notranslate">const url = Notification.badge</pre> +<pre class="syntaxbox">const url = Notification.badge</pre> <h3 id="Valeur">Valeur</h3> @@ -34,7 +34,7 @@ translation_of: Web/API/Notification/badge <tr> <td>{{SpecName('Web Notifications','#dom-notification-badge','badge')}}</td> <td>{{Spec2('Web Notifications')}}</td> - <td><span class="tlid-translation translation" lang="fr"><span title="">Définition initiale</span></span>.</td> + <td>Définition initiale.</td> </tr> </tbody> </table> |
