Skip to content

Commit ec0a51b

Browse files
[css-position-3] Add missing comma in list of properties for definition group (w3c#7077)
1 parent 79132ec commit ec0a51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-position-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Box Insets: the 'top', 'right', 'bottom', 'left', 'inset-block-start', 'inset-in
482482
interact as defined in [[!CSS-LOGICAL-1]].
483483
Values have the following meanings:
484484

485-
<dl dfn-for="top,right,bottom,left, inset-block-start,inset-inline-start,inset-block-end,inset-inline-end inset-block,inset-inline,inset" dfn-type="value">
485+
<dl dfn-for="top,right,bottom,left, inset-block-start,inset-inline-start,inset-block-end,inset-inline-end,inset-block,inset-inline,inset" dfn-type="value">
486486
<dt><dfn>&lt;length></dfn>
487487
<dd>
488488
The inset is a fixed distance from the reference edge.

0 commit comments

Comments
 (0)