File tree 1 file changed +17
-1
lines changed 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,15 @@ Supported Shapes</h3>
150
150
</dd>
151
151
</dl>
152
152
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
+
153
162
<h2 id='referencing-svg-shapes'>
154
163
Referencing SVG shapes</h4>
155
164
@@ -305,7 +314,7 @@ The 'shape-inside' Property</h4>
305
314
306
315
<pre class='propdef'>
307
316
Name : shape-inside
308
- Value : auto | outside-shape | [ <<basic-shape>> || shape-box ] | <<image>>
317
+ Value : auto | outside-shape | [ <<basic-shape>> || shape-box ] | <<image>> | display
309
318
Initial : auto
310
319
Applies To : block-level elements
311
320
Inherited : no
@@ -353,6 +362,13 @@ The 'shape-inside' Property</h4>
353
362
the effect is as if the value ''auto'' had been specified.
354
363
</dd>
355
364
</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>
356
372
357
373
The 'shape-inside' property applies to floats.
358
374
You can’t perform that action at this time.
0 commit comments