File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'>
154163Referencing 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
You can’t perform that action at this time.
0 commit comments