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
the left float is placed on that line, aligned with the top of the line box, and then the inline boxes already on the line are moved accordingly to the right of the float (the right being the other side of the left float) and vice versa for rtl and right floats.
8091
8098
</p>
8092
8099
<p>
8093
-
The margin box of a table, a block-level replaced element, or an element in the normal flow that establishes a new <a href="visuren.html#block-formatting">block formatting context</a>
8100
+
The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new <a href="visuren.html#block-formatting">block formatting context</a>
8094
8101
(such as an element with 'overflow' other than 'visible')
8095
8102
must not overlap any floats in the same block formatting context as
8096
8103
the element itself. If necessary, implementations should clear the
@@ -11324,6 +11343,7 @@ <h3>11.1.2 <a name="clipping">Clipping</a>: the <a href="visufx.html#propdef-cli
11324
11343
</dl>
11325
11344
11326
11345
<p>An element's clipping region clips out any aspect of the element (e.g. content, children, background, borders, text decoration, outline and visible scrolling mechanism — if any) that is outside the clipping region.
11346
+
Content that has been clipped does not cause overflow.
11327
11347
</p>
11328
11348
<p>The element's ancestors may also clip portions of their content (e.g. via their own <a href="visufx.html#propdef-clip" class="noxref"><span class="propinst-clip">'clip'</span></a> property and/or if
11329
11349
their <a href="visufx.html#propdef-overflow" class="noxref"><span class="propinst-overflow">'overflow'</span></a> property is
<dd><p>An element <del>for</del><del>which</del><del>the</del><del>CSS</del><del>formatter</del><del>knows</del><del>only</del><ins>that</ins><ins>is</ins><ins>outside</ins> the <del>intrinsic</del><del>dimensions.</del><del>In</del><del>HTML,</del><del>IMG,</del><del>INPUT,</del><del>TEXTAREA,</del><del>SELECT,</del><del>and</del><del>OBJECT</del><del>elements</del><del>can</del><del>be</del><del>examples</del><ins>scope</ins> of <del>replaced</del><del>elements.</del><ins>the</ins><ins>CSS</ins><ins>formatter,</ins><ins>such</ins>
154
-
<ins>as</ins><ins>an</ins><ins>image,</ins><ins>embedded</ins><ins>document,</ins><ins>or</ins><ins>applet.</ins> For example, the content of
155
-
the <ins>HTML</ins> IMG element is often replaced by the image that <del>the</del><ins>its</ins> "src"
<ins>intrinsic</ins><ins>height</ins><ins>specified</ins><ins>in</ins><ins>absolute</ins><ins>units</ins><ins>(from</ins><ins>which</ins> the intrinsic
<dd><p>An element <del>for</del><del>which</del><del>the</del><del>CSS</del><del>formatter</del><del>knows</del><del>only</del><ins>whose</ins><ins>content</ins><ins>is</ins><ins>outside</ins> the <del>intrinsic</del><del>dimensions.</del><del>In</del><del>HTML,</del><del>IMG,</del><del>INPUT,</del><del>TEXTAREA,</del><del>SELECT,</del><del>and</del><del>OBJECT</del><del>elements</del><del>can</del><del>be</del><del>examples</del><ins>scope</ins> of <del>replaced</del><del>elements.</del><ins>the</ins><ins>CSS</ins>
154
+
<ins>formatting</ins><ins>model,</ins><ins>such</ins><ins>as</ins><ins>an</ins><ins>image,</ins><ins>embedded</ins><ins>document,</ins><ins>or</ins><ins>applet.</ins> For
155
+
example, the content of the <ins>HTML</ins> IMG element is often replaced by the
156
+
image that <del>the</del><ins>its</ins> "src" attribute designates. <del>CSS</del><del>does</del><del>not</del><del>define</del><del>how</del><ins>Replaced</ins><ins>elements</ins><ins>often</ins>
0 commit comments