You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>A length L aligns the top left corner of the image a distance L
413
+
to the right of (for horizontal) or below (for vertical) the top
414
+
left corner of the element's padding box. For example, with a value
415
+
pair of '2cm 1cm', the upper left corner of the image is placed 2cm
416
+
to the right and 1cm below the upper left corner of the padding
417
+
box. a value pair of '2cm 1cm' ... padding box.
418
+
419
+
<dt><strong>top</strong>
420
+
421
+
<dd>Equivalent to '0%' for the vertical position.
422
+
423
+
<dt><strong>right</strong>
424
+
425
+
<dd>Equivalent to '100%' for the horizontal position.
426
+
427
+
<dt><strong>bottom</strong>
428
+
429
+
<dd>Equivalent to '100%' for the vertical position.
430
+
431
+
<dt><strong>left</strong>
432
+
433
+
<dd>Equivalent to '0%' for the horizontal position.
434
+
435
+
<dt><strong>center</strong>
436
+
437
+
<dd>Equivalent to '50%' for the horizontal position if it is not
438
+
otherwise given, or '50%' for the vertical position if it is.
438
439
</dl>
439
440
440
-
<p>If only one percentage or length value is given, it sets the
441
-
horizontal position only, and the vertical position will be 50%. If two
442
-
values are given, the horizontal position comes first. Combinations of
443
-
keyword, length and percentage values are allowed, (e.g., '50% 2cm' or 'center 2cm' or 'center 10%'). For combinations of keyword and non-keyword values, 'left' and 'right' may only be used as the first value, and 'top' and 'bottom' may only be used as the second value. Negative positions are allowed.
<dd>A length L aligns the top left corner of the image a distance L
13580
+
to the right of (for horizontal) or below (for vertical) the top
13581
+
left corner of the element's padding box. For example, with a value
13582
+
pair of '2cm 1cm', the upper left corner of the image is placed 2cm
13583
+
to the right and 1cm below the upper left corner of the padding
13584
+
box. a value pair of '2cm 1cm' ... padding box.
13585
+
13586
+
<dt><strong>top</strong>
13587
+
13588
+
<dd>Equivalent to '0%' for the vertical position.
13589
+
13590
+
<dt><strong>right</strong>
13591
+
13592
+
<dd>Equivalent to '100%' for the horizontal position.
13593
+
13594
+
<dt><strong>bottom</strong>
13595
+
13596
+
<dd>Equivalent to '100%' for the vertical position.
13597
+
13598
+
<dt><strong>left</strong>
13599
+
13600
+
<dd>Equivalent to '0%' for the horizontal position.
13601
+
13602
+
<dt><strong>center</strong>
13603
+
13604
+
<dd>Equivalent to '50%' for the horizontal position if it is not
13605
+
otherwise given, or '50%' for the vertical position if it is.
13623
13606
</dl>
13624
13607
13625
-
<p>If only one percentage or length value is given, it sets the
13626
-
horizontal position only, and the vertical position will be 50%. If two
13627
-
values are given, the horizontal position comes first. Combinations of
13628
-
keyword, length and percentage values are allowed, (e.g., '50% 2cm' or 'center 2cm' or 'center 10%'). For combinations of keyword and non-keyword values, 'left' and 'right' may only be used as the first value, and 'top' and 'bottom' may only be used as the second value. Negative positions are allowed.
@@ -15154,6 +15132,13 @@ <h2>16.6 <a name="white-space-prop">Whitespace</a>: the <a href="text.html#propd
15154
15132
<dt>pre-line</dt>
15155
15133
<dd>This value directs user agents to collapse sequences of whitespace. Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes.</dd>
15156
15134
</dl>
15135
+
<p>
15136
+
Newlines in the source can be represented by a carriage return
15137
+
(U+000D), a linefeed (U+000A) or both (U+000D U+000A) or by some other
15138
+
mechanism that identifies the beginning and end of document segments,
15139
+
such as the SGML RECORD-START and RECORD-END tokens. The CSS
15140
+
'white-space' processing model assumes all newlines have been
15141
+
normalized to line feeds.
15157
15142
15158
15143
<div class="example"><P style="display:none">Example(s):</P><p> The following examples show what <a
15159
15144
href="syndata.html#whitespace">whitespace</a> behavior is expected
@@ -21447,7 +21432,7 @@ <H1><a name="q0">Appendix I. Index</a></H1>
0 commit comments