Skip to content

Commit 2c7fe52

Browse files
authored
[css-shapes-2][editorial] Fix minor syntax issue (w3c#11366)
1 parent 8bd3177 commit 2c7fe52

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
@@ -210,7 +210,7 @@ The ''shape()'' Function</h4>
210210
Percentages are resolved against the width or height, respectively,
211211
of the [=reference box=].
212212

213-
<dt><dfn><<command-end-point>></dfn> = [ <dfn value for="shape(), <command-end-point>">by</dfn> <<position>> | <dfn value for="shape(), <command-end-point>">to</dfn> <<coordinate-pair>> ]
213+
<dt><dfn><<command-end-point>></dfn> = [ <dfn value for="shape(), <command-end-point>">to</dfn> <<position>> | <dfn value for="shape(), <command-end-point>">by</dfn> <<coordinate-pair>> ]
214214
<dd>
215215
Every command can be specified in "absolute" or "relative" coordinates,
216216
determined by their ''shape()/by'' or ''shape()/to'' component.

0 commit comments

Comments
 (0)