aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/text-overflow/index.md
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-05 15:44:38 +0100
committerGitHub <noreply@github.com>2021-11-05 15:44:38 +0100
commit79843297a1d97045c504575ab9a6a29b3af8ffae (patch)
treeac5d42490285f37fb933ca83034505ecdd784dc9 /files/fr/web/css/text-overflow/index.md
parent086e7141b8da9a5c008353582b8f72d7b5cda5b4 (diff)
downloadtranslated-content-79843297a1d97045c504575ab9a6a29b3af8ffae.tar.gz
translated-content-79843297a1d97045c504575ab9a6a29b3af8ffae.tar.bz2
translated-content-79843297a1d97045c504575ab9a6a29b3af8ffae.zip
Fixes #2842 - Fixing EmbedLiveSample errors for fr docs (#2851)
* Fixes #2842 for CSS pages * Fixes #2842 for Web API pages * Fixes #2842 for other sections * Fix EmbedLiveSample for moved CSS page * Fixes #2842 for conflicting / orphaned docs
Diffstat (limited to 'files/fr/web/css/text-overflow/index.md')
-rw-r--r--files/fr/web/css/text-overflow/index.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/files/fr/web/css/text-overflow/index.md b/files/fr/web/css/text-overflow/index.md
index bc587851cb..4fd812b457 100644
--- a/files/fr/web/css/text-overflow/index.md
+++ b/files/fr/web/css/text-overflow/index.md
@@ -1,10 +1,6 @@
---
title: text-overflow
slug: Web/CSS/text-overflow
-tags:
- - CSS
- - Propriété
- - Reference
translation_of: Web/CSS/text-overflow
---
{{CSSRef}}
@@ -77,8 +73,6 @@ Chacune des valeurs se compose :
## Exemples
-## Examples
-
### Syntaxe avec une valeur
Cet exemple illustre différentes valeurs pour `text-overflow`, appliquée à un paragraphe, pour des textes écrits de gauche à droite et de droite à gauche.
@@ -149,7 +143,7 @@ body {
#### Résultat
-{{EmbedLiveSample('one-value_syntax', 600, 320)}}
+{{EmbedLiveSample('Syntaxe_avec_une_valeur', 600, 320)}}
### Syntaxe avec deux valeurs
@@ -211,7 +205,7 @@ for (let para of paras) {
#### Résultat
-{{EmbedLiveSample('two-value_syntax', 600, 360)}}
+{{EmbedLiveSample('Syntaxe_avec_deux_valeurs', 600, 360)}}
## Spécifications