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
whether a box is clipped to its content box, and if so, whether
83
+
whether a box is clipped to its padding edge, and if so, whether
84
84
a scrolling mechanism is provided to access any clipped out content.
85
85
</p>
86
86
@@ -153,8 +153,11 @@ <h3>11.1.1 <a name="overflow">Overflow</a>: the <a href="visufx.html#propdef-ove
153
153
154
154
<p>
155
155
UAs may apply the 'overflow' property set on the root element to
156
-
the viewport (instead of the root element). HTML UAs may also apply
157
-
the 'overflow' property from the BODY element to the viewport.
156
+
the viewport (instead of the root element).
157
+
The 'visible' value in this case must be interpreted as 'auto'.
158
+
HTML UAs may also apply
159
+
the 'overflow' property from the BODY element to the viewport,
160
+
if the value on the HTML element is 'visible'
158
161
</p>
159
162
160
163
<p>
@@ -264,9 +267,7 @@ <h3>11.1.2 <a name="clipping">Clipping</a>: the <a href="visufx.html#propdef-cli
264
267
region</dfn></span></a> defines what portion of an element's
265
268
border box
266
269
267
-
is visible. By default, the clipping region has the same size and shape
268
-
as the element's border box. However, the clipping region may be
269
-
modified by the <ahref="visufx.html#propdef-clip" class="noxref"><spanclass="propinst-clip">'clip'</span></a> property.
270
+
is visible. By default, the element is not clipped. However, the clipping region may be explicitly set with the <ahref="visufx.html#propdef-clip" class="noxref"><spanclass="propinst-clip">'clip'</span></a> property.
In the case of handheld, projection, screen, tty, and tv media types,
641
644
the box is fixed with respect to the <ahref="#viewport">viewport</a>
642
645
and doesn't move when
643
-
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 <ahref="#viewport">viewport</a>
646
+
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 <ahref="#viewport">viewport</a>
644
647
(in the case of a print-preview, for example). For other media
0 commit comments