From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/css/line-break/index.html | 72 ++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 files/de/web/css/line-break/index.html (limited to 'files/de/web/css/line-break/index.html') diff --git a/files/de/web/css/line-break/index.html b/files/de/web/css/line-break/index.html new file mode 100644 index 0000000000..7338a176c7 --- /dev/null +++ b/files/de/web/css/line-break/index.html @@ -0,0 +1,72 @@ +--- +title: line-break +slug: Web/CSS/line-break +tags: + - CSS + - CSS Text + - NeedsExample + - Property + - Referenz +translation_of: Web/CSS/line-break +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

Übersicht

+ +

Die line-break CSS Eigenschaft wird dazu verwendet, wie (oder ob) Zeilen umgebrochen werden sollen.

+ +
{{cssinfo}}
+ +

Syntax

+ +
/* Schlüsselwortwerte */
+line-break: auto;
+line-break: loose;
+line-break: normal;
+line-break: strict;
+
+/* Globale Werte */
+line-break: inherit;
+line-break: initial;
+line-break: unset;
+
+ +

Werte

+ +
+
auto
+
Text wird nach der Standardregel zum Umbrechen von Zeilen umgebrochen.
+
loose
+
Text wird umgebrochen, sodass die Zeile kürzer ist, wie bei einer Zeitung.
+
normal
+
Text wird nach der allgemeinen Regel zum Umbrechen von Zeilen umgebrochen.
+
strict
+
Text wird nach der strikten Regel zum Umbrechen von Zeilen umgebrochen.
+
+ +

Formale Syntax

+ +
{{csssyntax}}
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + +
SpezifikationStatusKommentar
{{SpecName('CSS3 Text', '#line-break-property', 'line-break')}}{{Spec2('CSS3 Text')}}Ursprüngliche Definition
+ +

Browser Kompatibilität

+ +{{Compat("css.properties.line-break")}} -- cgit v1.2.3-54-g00ecf