Skip to content

Commit

Permalink
[fr] remove all blink HTML element occurrences (#17165)
Browse files Browse the repository at this point in the history
[fr] remove all 'blink' HTML element occurrences
  • Loading branch information
leon-win authored Nov 29, 2023
1 parent 24b060d commit 02aece7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/fr/mozilla/firefox/releases/23/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slug: Mozilla/Firefox/Releases/23

### HTML

- Le support de l'élément {{HTMLElement("blink")}} a désormais été abandonné. La balise `<blink>` fait désormais partie de l'interface {{domxref("HTMLUnknownElement")}} ([bug Firefox 857820](https://bugzil.la/857820).)
- Le support de l'élément `<blink>` a désormais été abandonné. La balise `<blink>` fait désormais partie de l'interface {{domxref("HTMLUnknownElement")}} ([bug Firefox 857820](https://bugzil.la/857820).)
- Le type `range` de l'élément {{HTMLElement("input")}} (`<input type="range">`) a été activé par défaut ([bug Firefox 841950](https://bugzil.la/841950)).

### JavaScript
Expand Down
2 changes: 1 addition & 1 deletion files/fr/web/api/htmlunknownelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ _Pas de méthode spécifique&nbsp;; hérite des méthodes de son parent, {{DOMxR

## Voir aussi

- Les éléments HTML obsolètes ou non standard implémentant cette interface&nbsp;: {{HTMLElement("bgsound")}}, {{HTMLElement("blink")}}, {{HTMLElement("isindex")}}, {{HTMLElement("multicol")}}, {{HTMLElement("nextid")}}, {{HTMLElement("rb")}}, {{HTMLElement("spacer")}}
- Les éléments HTML obsolètes ou non standard implémentant cette interface&nbsp;: {{HTMLElement("bgsound")}}, {{HTMLElement("isindex")}}, {{HTMLElement("multicol")}}, {{HTMLElement("nextid")}}, {{HTMLElement("rb")}}, {{HTMLElement("spacer")}}
- {{DOMxRef("SVGUnknownElement")}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: Web/JavaScript/Reference/Global_Objects/String/blink

{{JSRef}}{{deprecated_header}}

La méthode **`blink()`** crée un élément HTML {{HTMLElement("blink")}} qui affiche la chaine de caractères en clignotant.
La méthode **`blink()`** crée un élément HTML `<blink>` qui affiche la chaine de caractères en clignotant.

> **Attention :** Les textes clignotants sont fortement déconseillés par de nombreux standards d'accessibilité. L'élément `<blink>` est lui-même non standard et obsolète !
Expand All @@ -17,7 +17,7 @@ str.blink();

### Valeur de retour

Une chaine de caractères représentant un élément HTML {{HTMLElement("blink")}}.
Une chaine de caractères représentant un élément HTML `<blink>`.

## Description

Expand Down

0 comments on commit 02aece7

Please sign in to comment.