Skip to content

Commit 0dea118

Browse files
authored
Merge pull request #3500 from estelle/patch-5
typo fix
2 parents fa2775c + 6a0c6fe commit 0dea118

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

css-shapes-2/Overview.bs

+9-10
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ Supported Shapes</h3>
126126
section, with the following integrated.
127127

128128
<dl>
129-
<dt><dfn>path()</dfn> =
130-
path( [<<fill-rule>>,]? <<string>> )
131-
</dt>
132-
<dd>
129+
<dt>
130+
<pre class=prod>
131+
<dfn>path()</dfn> = path( [<<fill-rule>>,]? <<string>> )
132+
</pre>
133+
<dd dfn-type=value dfn-for="path()">
133134
<ul>
134135
<li>
135136
<dfn><<fill-rule>></dfn> -
@@ -138,21 +139,19 @@ Supported Shapes</h3>
138139
of the path.
139140
See <a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty">fill-rule</a> property
140141
in SVG for details.
141-
Possible values are ''nonzero''
142-
or ''evenodd''.
143-
Default value when omitted is ''nonzero''.</li>
142+
Possible values are <dfn>''nonzero''</dfn>
143+
or <dfn>''evenodd''</dfn>.
144+
Default value when omitted is ''nonzero''.
144145
<li>
145-
The <string> represents an
146+
The <dfn><<string>></dfn> represents an
146147
<a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path data string</a>.
147148
The path data string must be conform
148149
to the grammar and parsing rules of SVG 1.1.
149150
The initial position is defined
150151
by the first “move to” argument
151152
in the path string.
152153
For the initial direction follow SVG 1.1.
153-
</li>
154154
</ul>
155-
</dd>
156155
</dl>
157156

158157
<div class="issue-marker wrapper">

0 commit comments

Comments
 (0)