Skip to content

Commit a65f28f

Browse files
committed
[css-shapes-2] improve overflow explanation
1 parent 45289f7 commit a65f28f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-shapes-2/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,10 @@ The 'shape-inside' Property</h4>
333333
the exclusion area(s) added
334334
by 'shape-inside' and 'shape-padding'
335335
(as well as any other exclusion areas
336-
in the element's wrapping context).</p>
336+
in the element's wrapping context).
337+
In other words,
338+
overflow continues outside
339+
the rectangular bounds of the element.</p>
337340

338341
<div class='figure'>
339342
<img alt="Overflow interacting with rounded rect"
@@ -348,6 +351,9 @@ The 'shape-inside' Property</h4>
348351
</p>
349352
</div>
350353

354+
Issue: improve the illustration above,
355+
using text to show overflow instead of greeked boxes.
356+
351357
When a shape-inside has a definite size
352358
(no percentages used in the shape's definition)
353359
an auto-sized element should use the shape

0 commit comments

Comments
 (0)