From 3335211db9ecb67dc0ccd9c4a7c1eb607ffe359f Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Fri, 17 Sep 2021 20:15:31 +0200 Subject: Prepare CSS section for Markdown conversion (#2307) * Removes summary / seoSummary classes * Remove div class=hidden and some notranslate * Remove hidden paragraphs for live sample * Remove hidden paragraphs for live sample - take 2 * Remove other hidden div and p - updated w/ en-US when necessary * Remove ids * Remove notranslate class * Fix typo which broke build * remove div class='index' * remove useless * remove non typographical sups * remove non typographical subs * remove blockindicator and fix some div.note * fix build :/ * remove useless classes * fix build - again :x * fix unhandled elements 1/N + embedlivesample build fail * fix div.warning * Fix fixable flaws - hoping to reduce error conversion * Remove unecessary images (same as en-US) * fix div notes * fix warnings * fix some dl handling * fix dls * Fix a bunch of conversion errors * rm unhandled figures * Fix other set of issues and revamp easing-function page * Fix some one-offs conversion errors (incl. deki files) * fix the rest of one-off conversion issues * Fix last dl standing --- files/fr/web/css/box-decoration-break/index.html | 26 ++++++++---------------- 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'files/fr/web/css/box-decoration-break/index.html') diff --git a/files/fr/web/css/box-decoration-break/index.html b/files/fr/web/css/box-decoration-break/index.html index 989fe8020e..cfbe10973c 100644 --- a/files/fr/web/css/box-decoration-break/index.html +++ b/files/fr/web/css/box-decoration-break/index.html @@ -14,8 +14,6 @@ translation_of: Web/CSS/box-decoration-break
{{EmbedInteractiveExample("pages/css/box-decoration-break.html")}}
- -

Syntaxe

/* Valeurs avec un mot-clé */
@@ -72,7 +70,7 @@ box-decoration-break: unset;
 
 
Image équivalente
-

A screenshot of the rendering of an inline element styled with box-decoration-break:slice and styles given in the example.

+

A screenshot of the rendering of an inline element styled with box-decoration-break:slice and styles given in the example.

Avec clone

@@ -103,29 +101,21 @@ box-decoration-break: unset;
Image équivalente
-

A screenshot of the rendering of an inline element styled with box-decoration-break:clone and styles given in the example

+

A screenshot of the rendering of an inline element styled with box-decoration-break:clone and styles given in the example

Gestion des fragments pour les boîtes en bloc

-

Voici ce qu'on pourra obtenir de façon analogue avec un élément de bloc :

- -
    -
  1. Sans fragmentation
  2. -
+

Voici ce qu'on pourra obtenir de façon analogue avec un élément de bloc sans fragmentation:

-

A screenshot of the rendering of the block element used in the examples without any fragmentation.

+

A screenshot of the rendering of the block element used in the examples without any fragmentation.

-
    -
  1. En décomposant le bloc sur trois colonnes, normalement (slice), on aura :
  2. -
+

En décomposant le bloc sur trois colonnes, normalement (slice), on aura :

-

A screenshot of the rendering of the fragmented block used in the examples styled with box-decoration-break:slice.

+

A screenshot of the rendering of the fragmented block used in the examples styled with box-decoration-break:slice.

-
    -
  1. Si on applique box-decoration-break:clone, voici le résultat :
  2. -
+

Si on applique box-decoration-break:clone, voici le résultat :

-

A screenshot of the rendering of the fragmented block used in the examples styled with box-decoration-break:clone.

+

A screenshot of the rendering of the fragmented block used in the examples styled with box-decoration-break:clone.

Spécifications

-- cgit v1.2.3-54-g00ecf