diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
| tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/usvstring/index.html | |
| parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
| download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip | |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/usvstring/index.html')
| -rw-r--r-- | files/fr/web/api/usvstring/index.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/files/fr/web/api/usvstring/index.html b/files/fr/web/api/usvstring/index.html deleted file mode 100644 index fc7d4ab42a..0000000000 --- a/files/fr/web/api/usvstring/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: USVString -slug: Web/API/USVString -tags: - - API - - DOM - - Reference - - String - - WedIDL -translation_of: Web/API/USVString ---- -<p>{{APIRef("DOM")}}</p> - -<p><code>USVString</code> correspond à l'ensemble de toutes les séquences possibles de valeurs scalaires unicode. <code>USVString</code> correspond à une {{JSxRef("String", "chaîne de caractères")}} lorsqu'elle est renvoyée en JavaScript ; elle n'est généralement utilisée que pour les API qui effectuent un traitement de texte et ont besoin d'une chaîne de valeurs scalaires unicode pour fonctionner. <code>USVString</code> est équivalent à {{DOMxRef("DOMString")}} sauf qu'il n'autorise pas les points de code de substitution non appariés. Les points de code de substitution non appariés présents dans <code>USVString</code> sont convertis par le navigateur en "caractère de remplacement" Unicode <code>U+FFFD</code>, (�).</p> - -<h2 id="Specification">Spécifications</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Spécification</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </tr> - <tr> - <td>{{SpecName("WebIDL", "#idl-USVString", "USVString")}}</td> - <td>{{Spec2("WebIDL")}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li>{{JSxRef("String")}}</li> - <li>{{DOMxRef("DOMString")}}</li> - <li>{{DOMxRef("CSSOMString")}}</li> - <li><a href="/fr/docs/Web/API/DOMString/Binary">Chaîne de caractères binaires</a></li> -</ul> |
