Skip to content

Commit d2bfe84

Browse files
committed
[css-position-3] Refactor list.
1 parent d0660d4 commit d2bfe84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-position-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,13 +424,13 @@ Positioning Coordinates</h2>
424424
the [=flow-relative=] [=inset properties=] 'inset-block-start', 'inset-inline-start', 'inset-block-end', and 'inset-inline-end';
425425
and their [=shorthands=], 'inset-block', 'inset-inline', and 'inset'.
426426

427-
The interpretation of these specified coordinates varies by [=positioning scheme=]:
427+
The interpretation of these [=inset properties=] varies by [=positioning scheme=]:
428428

429-
* for [=absolute positioning=], the [=inset properties=] represent
429+
* for [=absolute positioning=], they represent
430430
insets from the containing block.
431-
* for [=relative positioning=], the [=inset properties=] represent
431+
* for [=relative positioning=], they represent
432432
insets from the box’s original margin edge.
433-
* for [=sticky positioning=], the [=inset properties=] represent
433+
* for [=sticky positioning=], they represent
434434
insets from the [=scrollport=] edge.
435435

436436
<h3 id="insets">

0 commit comments

Comments
 (0)