@@ -341,30 +341,24 @@ The 'shape-inside' Property</h4>
341
341
342
342
The values of this property have the following meanings:
343
343
344
- <dl>
345
- <dt> <dfn for=shape-inside >''auto''</dfn> </dt >
344
+ <dl dfn-type=value dfn-for=shape-inside >
345
+ <dt> <dfn>''auto''</dfn>
346
346
<dd>
347
347
The shape is computed based on the content box of the element.
348
- </dd>
349
- </dl>
350
- <dl>
351
- <dt> <dfn for=shape-inside>''outside-shape''</dfn> </dt>
348
+
349
+ <dt> <dfn>''outside-shape''</dfn>
352
350
<dd>
353
351
The shape is computed based on
354
352
the shape defined by the shape-outside
355
353
and shape-margin properties.
356
- </dd>
357
- </dl>
358
- <dl>
359
- <dt> <dfn><basic-shape></dfn> </dt>
354
+
355
+ <dt> <dfn><basic-shape></dfn>
360
356
<dd>
361
357
The shape is computed based
362
358
on the values of one of
363
359
''inset()'' , ''circle()'' , ''ellipse()'' or ''polygon()'' .
364
- </dd>
365
- </dl>
366
- <dl>
367
- <dt> <dfn><uri></dfn> </dt>
360
+
361
+ <dt> <dfn><uri></dfn>
368
362
<dd>
369
363
If the <uri> references an SVG shape element,
370
364
that element defines the shape.
@@ -376,14 +370,11 @@ The 'shape-inside' Property</h4>
376
370
If the <uri> does not reference
377
371
an SVG shape element or an image,
378
372
the effect is as if the value ''auto'' had been specified.
379
- </dd>
380
- </dl>
381
- <dl>
382
- <dt> <dfn for=shape-inside>''display''</dfn> </dt>
373
+
374
+ <dt> <dfn>''display''</dfn>
383
375
<dd>
384
376
The shape is computed based on the shape of the display
385
377
as described in <a href="https://drafts.csswg.org/css-round-display">css-round-display</a> .
386
- </dd>
387
378
</dl>
388
379
389
380
The 'shape-inside' property applies to floats.
0 commit comments