Skip to content

Commit 81afc49

Browse files
committed
fix fill-rule linking
1 parent 7c7557a commit 81afc49

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css-shapes-1/Overview.bs

+7-5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:css-masking-1; type: value
2222
spec:css-shapes; type: value
2323
text: closest-side
2424
text: farthest-side
25+
spec:svg2; type:property;
26+
text:fill-rule
2527
</pre>
2628

2729
<style type="text/css">
@@ -407,12 +409,12 @@ Supported Shapes</h3>
407409
</ul>
408410
</dd>
409411
<dt><dfn>polygon()</dfn> =
410-
polygon( <<fill-rule>>? , [<<length-percentage>> <<length-percentage>>]# )
412+
polygon( <<'fill-rule'>>? , [<<length-percentage>> <<length-percentage>>]# )
411413
</dt>
412414
<dd>
413415
<ul>
414416
<li>
415-
<dfn><<fill-rule>></dfn> -
417+
<<'fill-rule'>> -
416418
The filling rule used
417419
to determine the interior
418420
of the polygon.
@@ -440,12 +442,12 @@ Supported Shapes</h3>
440442
result in an <a>empty float area</a>.
441443
</dd>
442444
<dt><dfn>path()</dfn> =
443-
path( [<<fill-rule>>,]? <<string>> )
445+
path( [<<'fill-rule'>>,]? <<string>> )
444446
</dt>
445447
<dd dfn-type=value dfn-for="path()">
446448
<ul>
447449
<li>
448-
<dfn><<fill-rule>></dfn> -
450+
<<'fill-rule'>> -
449451
The filling rule used
450452
to determine the interior
451453
of the path.
@@ -646,7 +648,7 @@ Interpolation of Basic Shapes</h3>
646648
<li>
647649
If both shapes are of type ''polygon()'',
648650
both polygons have the same number of vertices,
649-
and use the same <<fill-rule>>,
651+
and use the same <<'fill-rule'>>,
650652
interpolate between each value
651653
in the shape functions.
652654
</li>

0 commit comments

Comments
 (0)