33<head>
44<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
55<title>Visual effects</title>
6- <!-- Changed by: Tantek Celik, 2003-01-27 -->
6+ <!-- Changed by: Tantek Celik, 2003-03-03 -->
77<style type="text/css">
88.current,.proposed,span.delcurrent { background:#feb }
99ins.proposed,span.insproposed { background:#bfb }
@@ -40,7 +40,7 @@ class="propinst-height">'height'</span> property, not by content
4040height).
4141</li>
4242<li>A descendent box is <a href="visuren.html#absolute-positioning">positioned
43- absolutely</a>, partly outside the box.
43+ absolutely</a>, partly outside the box. Such boxes are <em>not</em> clipped by the overflow property on their ancestors.
4444</li>
4545<li>A descendent box has <a href="box.html#margin-properties">negative margins</a>, causing it
4646to be positioned partly outside the box.
@@ -86,11 +86,9 @@ user agent uses a scrolling mechanism that is visible on the screen
8686(such as a scroll bar or a panner), that mechanism should be displayed
8787for a box whether or not any of its content is clipped. This avoids
8888any problem with scrollbars appearing and disappearing in a dynamic
89- environment. <!--<span class="delproposed">-->
89+ environment.
9090When this value is specified and the target medium is
91- 'print', overflowing content
92- <span class="delcurrent">should</span>
93- <span class="insproposed">may</span> be printed. <!--</span>-->
91+ 'print', overflowing content may be printed.
9492</dd>
9593
9694<dt><strong>auto</strong></dt>
@@ -106,11 +104,9 @@ to 'visible', content may be clipped to a UA's document window by the
106104native operating environment.
107105</p>
108106
109- <ins class="proposed">
110107<p>
111108HTML UAs may apply the overflow property from the BODY or HTML elements to the viewport.
112109</p>
113- </ins>
114110
115111<div class="example"><p>
116112Consider the following example of a block quotation
0 commit comments