Skip to content

Commit 8bd3177

Browse files
cdoublevsvgeesus
authored andcommitted
[css-shapes-2][editorial] Fix Bikeshed links
1 parent d8b3d45 commit 8bd3177

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-shapes-2/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ The ''shape()'' Function</h4>
248248

249249
This draws a straight line from the command's starting point to its ending point.
250250

251-
<dt><dfn><<horizontal-line-command>></dfn> = hline [ to [ <length-percentage> | left | center | right | x-start | x-end ]
252-
| by <length-percentage> ]
251+
<dt><dfn><<horizontal-line-command>></dfn> = hline [ to [ <<length-percentage>> | left | center | right | x-start | x-end ]
252+
| by <<length-percentage>> ]
253253
<dd>
254254
Adds a horizontal
255255
<a href="https://www.w3.org/TR/SVG/paths.html#PathDataLinetoCommands">lineto</a> command
@@ -260,7 +260,7 @@ The ''shape()'' Function</h4>
260260
Specifying the horizontal component of <<position>> instead of a <<length-percentage>> (''left'', ''center'', ''right'', ''x-start'', or ''x-end''),
261261
would draw a line to that <<position>>, with the <<position>>'s vertical component remaining the same as the starting point.
262262

263-
<dt><dfn><<vertical-line-command>></dfn> = vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]
263+
<dt><dfn><<vertical-line-command>></dfn> = vline [ to [ <<length-percentage>> | top | center | bottom | y-start | y-end ] | by <<length-percentage>> ]
264264
<dd>
265265
Adds a vertical
266266
<a href="https://www.w3.org/TR/SVG/paths.html#PathDataLinetoCommands">lineto</a> command

0 commit comments

Comments
 (0)