Skip to content

Commit 82a31ee

Browse files
committed
[css-shapes-2][editorial] Fix markup
1 parent b9a742d commit 82a31ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-shapes-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The ''shape()'' Function</h4>
149149
identical to that of an <a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path</a>,
150150
which the function represents.
151151

152-
The ''from <<coordinate-pair>>'' represents the starting point for the first shape-command.
152+
The <css>from <<coordinate-pair>></css> represents the starting point for the first shape-command.
153153
It adds an initial <a href="https://www.w3.org/TR/SVG/paths.html#PathDataMovetoCommands">absolute moveto</a>
154154
to the list of path data commands,
155155
with the <<coordinate-pair>> measured from the top-left corner of the [=reference box=].

0 commit comments

Comments
 (0)