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/css_logical_properties/index.html | 52 +++++++++------------- 1 file changed, 21 insertions(+), 31 deletions(-) (limited to 'files/fr/web/css/css_logical_properties/index.html') diff --git a/files/fr/web/css/css_logical_properties/index.html b/files/fr/web/css/css_logical_properties/index.html index bf77e064c1..7d671c63ed 100644 --- a/files/fr/web/css/css_logical_properties/index.html +++ b/files/fr/web/css/css_logical_properties/index.html @@ -11,7 +11,7 @@ translation_of: Web/CSS/CSS_Logical_Properties ---
{{CSSRef}}
-

CSS Logical Properties (les propriétés logiques CSS) est un module CSS qui définit une correspondance logique vers les propriétés physiques de contrôle de la mise en page selon le sens de lecture et l'orientation du texte. On aura deux directions logiques : block et inline, perpendiculaires, qui dépendent du sens de l'orientation du document.

+

CSS Logical Properties (les propriétés logiques CSS) est un module CSS qui définit une correspondance logique vers les propriétés physiques de contrôle de la mise en page selon le sens de lecture et l'orientation du texte. On aura deux directions logiques : block et inline, perpendiculaires, qui dépendent du sens de l'orientation du document.

Ce module définit également les propriétés logiques et les valeurs pour les propriétés précédemment définies avec CSS 2.1. Les propriétés logiques sont des propriétés dont l'orientation est relative au mode d'écriture du document et possèdent des propriétés physiques équivalentes.

@@ -20,9 +20,9 @@ translation_of: Web/CSS/CSS_Logical_Properties

Les propriétés et valeurs logiques utilisent les termes abstraits bloc (block) ou ligne (inline) afin de décrire leur direction. La signification physique de ces termes dépend du mode d'écriture.

-
Dimension de bloc
+
Dimension de bloc
C'est la dimension perpendiculaire au flux du texte sur une ligne. Autrement dit, il s'agit de la dimension verticale lorsque le texte est écrit dans un mode horizontal et de la dimension horizontale lorsque le texte est écrit verticalement (pour le français, cette dimension correspond donc à l'axe vertical).
-
Dimension en ligne
+
Dimension en ligne
C'est la dimension parallèle au flux du texte sur une ligne. Autrement dit, il s'agit de la dimension horizontale lorsque le texte est écrit dans un mode horizontal et de la dimension verticale lorsque le texte est écrit verticalement (pour le français, cette dimension correspond donc à l'axe horizontal).
@@ -30,7 +30,6 @@ translation_of: Web/CSS/CSS_Logical_Properties

Propriétés relatives au dimensionnement

-
  • {{CSSxRef("block-size")}} {{Experimental_Inline}}
  • {{CSSxRef("inline-size")}} {{Experimental_Inline}}
  • @@ -39,11 +38,9 @@ translation_of: Web/CSS/CSS_Logical_Properties
  • {{CSSxRef("min-block-size")}} {{Experimental_Inline}}
  • {{CSSxRef("min-inline-size")}} {{Experimental_Inline}}
-

Propriétés relatives aux marges, bordures et remplissages

-
  • {{CSSxRef("border-block")}} {{Experimental_Inline}}
  • {{CSSxRef("border-block-color")}} {{Experimental_Inline}}
  • @@ -57,7 +54,7 @@ translation_of: Web/CSS/CSS_Logical_Properties
  • {{CSSxRef("border-block-start-width")}} {{Experimental_Inline}}
  • {{CSSxRef("border-block-style")}} {{Experimental_Inline}}
  • {{CSSxRef("border-block-width")}} {{Experimental_Inline}}
  • -
  • {{CSSxRef("border-color")}} (mot-clé logical {{Experimental_Inline}})
  • +
  • {{CSSxRef("border-color")}} (mot-clé logical {{Experimental_Inline}})
  • {{CSSxRef("border-inline")}} {{Experimental_Inline}}
  • {{CSSxRef("border-inline-color")}} {{Experimental_Inline}}
  • {{CSSxRef("border-inline-end")}} {{Experimental_Inline}}
  • @@ -74,16 +71,16 @@ translation_of: Web/CSS/CSS_Logical_Properties
  • {{CSSxRef("border-start-end-radius")}} {{Experimental_Inline}}
  • {{CSSxRef("border-end-start-radius")}} {{Experimental_Inline}}
  • {{CSSxRef("border-end-end-radius")}} {{Experimental_Inline}}
  • -
  • {{CSSxRef("border-style")}} (mot-clé logical {{Experimental_Inline}})
  • -
  • {{CSSxRef("border-width")}} (mot-clé logical {{Experimental_Inline}})
  • -
  • {{CSSxRef("margin")}} (mot-clé logical {{Experimental_Inline}})
  • +
  • {{CSSxRef("border-style")}} (mot-clé logical {{Experimental_Inline}})
  • +
  • {{CSSxRef("border-width")}} (mot-clé logical {{Experimental_Inline}})
  • +
  • {{CSSxRef("margin")}} (mot-clé logical {{Experimental_Inline}})
  • {{CSSxRef("margin-block")}} {{Experimental_Inline}}
  • {{CSSxRef("margin-block-end")}} {{Experimental_Inline}}
  • {{CSSxRef("margin-block-start")}} {{Experimental_Inline}}
  • {{CSSxRef("margin-inline")}} {{Experimental_Inline}}
  • {{CSSxRef("margin-inline-end")}} {{Experimental_Inline}}
  • {{CSSxRef("margin-inline-start")}} {{Experimental_Inline}}
  • -
  • {{CSSxRef("padding")}} (mot-clé logical {{Experimental_Inline}})
  • +
  • {{CSSxRef("padding")}} (mot-clé logical {{Experimental_Inline}})
  • {{CSSxRef("padding-block")}} {{Experimental_Inline}}
  • {{CSSxRef("padding-block-end")}} {{Experimental_Inline}}
  • {{CSSxRef("padding-block-start")}} {{Experimental_Inline}}
  • @@ -91,14 +88,12 @@ translation_of: Web/CSS/CSS_Logical_Properties
  • {{CSSxRef("padding-inline-end")}} {{Experimental_Inline}}
  • {{CSSxRef("padding-inline-start")}} {{Experimental_Inline}}
-

Propriétés relatives aux flottements et au positionnement

-
    -
  • {{CSSxRef("clear")}} (mots-clés inline-end {{Experimental_Inline}} et inline-start {{Experimental_Inline}})
  • -
  • {{CSSxRef("float")}} (mots-clés inline-end {{Experimental_Inline}} et inline-start {{Experimental_Inline}})
  • +
  • {{CSSxRef("clear")}} (mots-clés inline-end {{Experimental_Inline}} et inline-start {{Experimental_Inline}})
  • +
  • {{CSSxRef("float")}} (mots-clés inline-end {{Experimental_Inline}} et inline-start {{Experimental_Inline}})
  • {{CSSxRef("inset")}} {{Experimental_Inline}}
  • {{CSSxRef("inset-block")}} {{Experimental_Inline}}
  • {{CSSxRef("inset-block-end")}} {{Experimental_Inline}}
  • @@ -107,38 +102,33 @@ translation_of: Web/CSS/CSS_Logical_Properties
  • {{CSSxRef("inset-inline-end")}} {{Experimental_Inline}}
  • {{CSSxRef("inset-inline-start")}} {{Experimental_Inline}}
-

Autres propriétés

-
    -
  • {{CSSxRef("caption-side")}} (mots-clés inline-end {{Experimental_Inline}} et inline-start {{Experimental_Inline}})
  • +
  • {{CSSxRef("caption-side")}} (mots-clés inline-end {{Experimental_Inline}} et inline-start {{Experimental_Inline}})
  • {{CSSxRef("overflow-block")}} {{Experimental_Inline}}
  • {{CSSxRef("overflow-inline")}} {{Experimental_Inline}}
  • -
  • {{CSSxRef("resize")}} {{Experimental_Inline}} (mots-clés block {{Experimental_Inline}} et inline {{Experimental_Inline}})
  • -
  • {{CSSxRef("text-align")}} (mots-clés end {{Experimental_Inline}} et start {{Experimental_Inline}})
  • +
  • {{CSSxRef("resize")}} {{Experimental_Inline}} (mots-clés block {{Experimental_Inline}} et inline {{Experimental_Inline}})
  • +
  • {{CSSxRef("text-align")}} (mots-clés end {{Experimental_Inline}} et start {{Experimental_Inline}})
-

Propriétés dépréciées

-
    -
  • {{CSSxRef("offset-block-end")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-block-end")}} {{Experimental_Inline}})
  • -
  • {{CSSxRef("offset-block-start")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-block-start")}} {{Experimental_Inline}})
  • -
  • {{CSSxRef("offset-inline-end")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-inline-end")}} {{Experimental_Inline}})
  • -
  • {{CSSxRef("offset-inline-start")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-inline-start")}} {{Experimental_Inline}})
  • +
  • {{CSSxRef("inset-block-end")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-block-end")}} {{Experimental_Inline}})
  • +
  • {{CSSxRef("inset-block-start")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-block-start")}} {{Experimental_Inline}})
  • +
  • {{CSSxRef("inset-inline-end")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-inline-end")}} {{Experimental_Inline}})
  • +
  • {{CSSxRef("inset-inline-start")}} {{Non-standard_Inline}} {{Deprecated_Inline}} (désormais {{CSSxRef("inset-inline-start")}} {{Experimental_Inline}})
-

Guides

Spécifications

-- cgit v1.2.3-54-g00ecf