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
is visible. By default, the clipping region has the same size and shape
232
-
as the element's border box. However, the clipping region may be
233
-
modified by the <span class="propinst-clip">'clip'</span> property.
234
+
is visible. By default, the element is not clipped. However, the clipping region may be explicitly set with the <span class="propinst-clip">'clip'</span> property.
Change "If the 'direction' property is 'ltr'" to "If the 'direction' property of the containing block is 'ltr'" in 9.4.3.
23
+
21
24
<h2>Introduction to the visual formatting model</h2>
22
25
23
26
<p>This chapter and the next describe the <span class="index-def"
@@ -539,7 +542,7 @@ As with the 'absolute' model, the box's margins do not collapse with any other m
539
542
In the case of handheld, projection, screen, tty, and tv media types,
540
543
the box is fixed with respect to the <a href="#viewport">viewport</a>
541
544
and doesn't move when
542
-
scrolled. In the case of the print media type, the box is rendered on every page, and is fixed with respect to the page, even if the page is seen through a <a href="#viewport">viewport</a>
545
+
scrolled. In the case of the print media type, the box is rendered on every page, and is fixed with respect to the page box, even if the page is seen through a <a href="#viewport">viewport</a>
543
546
(in the case of a print-preview, for example). For other media
544
547
types, the presentation is undefined.
545
548
Authors may wish to specify 'fixed' in a
@@ -883,10 +886,8 @@ position).
883
886
value of 'left'.
884
887
</p>
885
888
<p>If neither 'left' nor 'right' is 'auto', the position is
886
-
over-constrained, and one of them has to be ignored. If the
887
-
'direction' property is 'ltr', the value of 'left' wins and 'right'
888
-
becomes -'left'. If 'direction' is 'rtl', 'right' wins and 'left' is
889
-
ignored.
889
+
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'
890
+
becomes -'left'. If 'direction' of the containing block is 'rtl', 'right' wins and 'left' is ignored.
890
891
</p>
891
892
<div class="example">
892
893
<p><strong>Example.</strong> The following three rules are equivalent:
0 commit comments