@@ -488,7 +488,7 @@ Supported Shapes</h3>
488
488
<dt> <dfn>polygon()</dfn>
489
489
<dd>
490
490
* The <<'fill-rule'>> specifies the filling rule used
491
- to determine the interior
491
+ to determine the interior.
492
492
Defaults to ''nonzero'' if omitted.
493
493
494
494
* An optional <<length>> after a <css> round</css> keyword
@@ -537,8 +537,13 @@ Supported Shapes</h3>
537
537
<dt> <dfn>path()</dfn>
538
538
<dd dfn-type=value dfn-for="path()">
539
539
* The <<'fill-rule'>> specifies the filling rule used
540
- to determine the interior
541
- Defaults to ''nonzero'' if omitted.
540
+ to determine the interior.
541
+ Defaults to ''nonzero'' if omitted,
542
+ unless the function is being used
543
+ in a context such as SVG shapes
544
+ where the 'fill-rule' property is relevant.
545
+ In that case an omitted value will use
546
+ the computed value of the 'fill-rule' property.
542
547
543
548
* The <<string>> represents an
544
549
<a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path data string</a> .
@@ -1176,6 +1181,7 @@ Change Log</h2>
1176
1181
<li> Added vertex rounding for polygon() for <a href="https://github.com/w3c/csswg-drafts/issues/9843">issue #9843</a> </li>
1177
1182
<li> Updated shape-outside prose to include all <<basic-shape>> s for <a href="https://github.com/w3c/csswg-drafts/issues/9728">issue #9728</a> </li>
1178
1183
<li> Clarified the shape-margin contribution to float areas for <a href="https://github.com/w3c/csswg-drafts/issues/2949">issue #2949</a> </li>
1184
+ <li> Added fill-rule default handling for SVG shapes from <a href="https://github.com/w3c/csswg-drafts/issues/3468">issue #3468</a> </li>
1179
1185
</ul>
1180
1186
1181
1187
<h3 class="no-num" id="20140320">
0 commit comments