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
inline-blocks, table-cells, and table-captions) that are not block
746
747
boxes, and block boxes with 'overflow' other than 'visible'
747
748
(except when that value has been propagated to the viewport) establish
748
-
new block formatting contexts.</p>
749
+
new block formatting contexts for their contents.</p>
749
750
750
751
<p>In a block formatting context, boxes are laid out one after the
751
752
other, vertically, beginning at the top of a containing block. The
@@ -833,7 +834,7 @@ processing</a>.
833
834
<p>Line boxes that contain no text, no preserved white space, no
834
835
inline elements with non-zero margins, padding, or borders, and no
835
836
other in-flow content (such as images, inline blocks or inline
836
-
tables), and do not end with a line feed must be treated as zero-height
837
+
tables), and do not end with a forced line break must be treated as zero-height
837
838
line boxes. For the purposes of margin collapsing, this line box must
838
839
be ignored.
839
840
</p>
@@ -954,7 +955,7 @@ line breaks and the space originally reserved for it. The section on
954
955
relatively positioned box establishes a new containing block.
955
956
</p>
956
957
<p>For relatively positioned elements, 'left' and 'right' move the
957
-
box(es) horizontally, without changing their size. 'left' moves the
958
+
box(es) horizontally, without changing their size. 'Left' moves the
958
959
boxes to the right, and 'right' moves them to the left. Since boxes
959
960
are not split or stretched as a result of 'left' or 'right', the
960
961
used values are always: left = -right.
@@ -970,7 +971,7 @@ position).
970
971
value of 'left'.
971
972
</p>
972
973
<p>If neither 'left' nor 'right' is 'auto', the position is
973
-
over-constrained, and one of them has to be ignored. If the 'direction' property of the containing block is 'ltr, the value of 'left' wins and 'right'
974
+
over-constrained, and one of them has to be ignored. If the 'direction' property of the containing block is 'ltr', the value of 'left' wins and 'right'
974
975
becomes -'left'. If 'direction' of the containing block is 'rtl', 'right' wins and 'left' is ignored.
0 commit comments