aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/value_definition_syntax
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-03-02 16:02:15 -0500
committerGitHub <noreply@github.com>2022-03-02 22:02:15 +0100
commit1774982896b9aa61f4a69d0413fac0b9b2fa7d2e (patch)
treee2b766645d9d2e7a34ea50279eb350776d4a52d3 /files/fr/web/css/value_definition_syntax
parentcee92e654c7947e9e969323c09b9b15bea9c2a48 (diff)
downloadtranslated-content-1774982896b9aa61f4a69d0413fac0b9b2fa7d2e.tar.gz
translated-content-1774982896b9aa61f4a69d0413fac0b9b2fa7d2e.tar.bz2
translated-content-1774982896b9aa61f4a69d0413fac0b9b2fa7d2e.zip
Markdown fixes part 2 (fr/web/c-g) (#4350)
* Fix MD037/38, no space in code/emphasis * CSS MD039 and D-G markdown fixes
Diffstat (limited to 'files/fr/web/css/value_definition_syntax')
-rw-r--r--files/fr/web/css/value_definition_syntax/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/css/value_definition_syntax/index.md b/files/fr/web/css/value_definition_syntax/index.md
index 7983b0485c..8b54577326 100644
--- a/files/fr/web/css/value_definition_syntax/index.md
+++ b/files/fr/web/css/value_definition_syntax/index.md
@@ -102,7 +102,7 @@ Mais il ne correspondra pas à :
- `bold` car les deux composants doivent apparaître.
- `bold 1em bold` car les deux composants doivent apparaître exactement une fois.
-> **Note :** La juxtaposition est prioritaire par rapport à la double esperluette. `bold thin && <length>` est donc équivalent à ` [ ``bold thin ] && <length>`. Il décrit `bold thin <length>` ou ` <length>`` bold thin ` mais pas ` bold <length>`` thin `.
+> **Note :** La juxtaposition est prioritaire par rapport à la double esperluette. `bold thin && <length>` est donc équivalent à `[ bold thin ] && <length>`. Il décrit `bold thin <length>` ou `<length> bold thin` mais pas `bold <length> thin`.
### Double barre
@@ -121,7 +121,7 @@ Mais il ne correspondra pas à :
- `blue yellow` car le composant doit apparaître au plus une fois.
- `bold` car le mot-clé n'est pas permis pour aucune valeur de l'entité.
-> **Note :** La double esperluette est prioritaire par rapport à la double barre. `bold || thin && <length>` est équivalent à `bold || [ thin && <length> ]` qui décrit `bold`, `thin` `<length>`, `bold thin` `<length>`, ou `thin <length> bold` mais pas ` <length>`` bold thin ` car bold, s'il est présent doit apparaître avant `thin && <length>`.
+> **Note :** La double esperluette est prioritaire par rapport à la double barre. `bold || thin && <length>` est équivalent à `bold || [ thin && <length> ]` qui décrit `bold`, `thin <length>`, `bold thin <length>`, ou `thin <length> bold` mais pas `<length> bold thin` car bold, s'il est présent doit apparaître avant `thin && <length>`.
### La barre verticale
@@ -145,7 +145,7 @@ Mais il ne correspondra pas à :
- `center 3%` car seul un seul des composants doit être présent.
- `3em 4.5em` car un composant doit être présent au plus une seule fois.
-> **Note :** La double barre verticale est prioritaire par rapport à la simple barre verticale. Ainsi `bold | thin || <length>` est équivalent à `bold | [ thin || <length> ]` qui décrit `bold`, `thin`, `<length>`, `<length> thin` ou `thin <length> `mais pas `bold <length>` car seule entité peut être présente.
+> **Note :** La double barre verticale est prioritaire par rapport à la simple barre verticale. Ainsi `bold | thin || <length>` est équivalent à `bold | [ thin || <length> ]` qui décrit `bold`, `thin`, `<length>`, `<length> thin` ou `thin <length>` mais pas `bold <length>` car seule entité peut être présente.
## Les multiplicateurs