Skip to content

Commit ebec365

Browse files
committed
[css-shapes-2] add display to shape-inside
1 parent 370dfdd commit ebec365

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

css-shapes-2/Overview.bs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ Supported Shapes</h3>
150150
</dd>
151151
</dl>
152152

153+
<div class="issue-marker wrapper">
154+
<div class="issue-marker" data-bug_id="16448" data-bug_status="ASSIGNED">
155+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16448">Issue-16448</a>
156+
<div class="issue-details">
157+
<p class="short-desc">Should we revisit the decision to not allow SVG path syntax in the shape-inside, shape-outside properties</p>
158+
</div>
159+
</div>
160+
</div>
161+
153162
<h2 id='referencing-svg-shapes'>
154163
Referencing SVG shapes</h4>
155164

@@ -305,7 +314,7 @@ The 'shape-inside' Property</h4>
305314

306315
<pre class='propdef'>
307316
Name: shape-inside
308-
Value: auto | outside-shape | [ <<basic-shape>> || shape-box ] | <<image>>
317+
Value: auto | outside-shape | [ <<basic-shape>> || shape-box ] | <<image>> | display
309318
Initial: auto
310319
Applies To: block-level elements
311320
Inherited: no
@@ -353,6 +362,13 @@ The 'shape-inside' Property</h4>
353362
the effect is as if the value ''auto'' had been specified.
354363
</dd>
355364
</dl>
365+
<dl>
366+
<dt><dfn for=shape-inside>''display''</dfn></dt>
367+
<dd>
368+
The shape is computed based on the shape of the display
369+
as described in <a href="https://drafts.csswg.org/css-round-display">css-round-display</a>.
370+
</dd>
371+
</dl>
356372

357373
The 'shape-inside' property applies to floats.
358374

0 commit comments

Comments
 (0)