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
<img alt="A layout of web contents with shape-inside: display" style="width: 230px" src="images/shape_inside_watch_b.png">
196
196
<p>(B) With '<code>shape-inside: display</code>'</p>
197
197
</div>
198
198
</div>
@@ -207,7 +207,7 @@ Even though the shape of the rounded display could be described by circle() or e
207
207
When a containing block is placed on one end of the display and the containing block has 'shape-inside: display', the descendant blocks of the containing block are basically put on the overlapping region between the containing block and the display area. The overlapping region's shape is mostly complicated shape, so it's difficult to define the shape using previous method like basic-shape. The figure 4 describes these circumstances as follows.
208
208
</p>
209
209
<div style="width: 500px;">
210
-
<img style="width: 500px" src="images/ex3.png">
210
+
<img alt="An image of two examples to show the principle of shape-inside: display" style="width: 500px" src="images/shape_inside_a.png">
211
211
<p class="caption">Align a part of the content along the display border</p>
212
212
</div>
213
213
<p class="issue">
@@ -256,11 +256,11 @@ The example below shows how the 'border-boundary' property works on drawing bord
<img alt="An image aligning two elements to containing block in the conventional coordinate system" style="width: 300px" src="images/polar_position_a.png">
<img alt="An image of three elements positioned to polar coordinates" src="images/polar_a.png" style="width: 200px; border: 1px #AAA solid; text-align: center"/>
380
380
<p class="caption">An example of polar positioning</p>
0 commit comments