Skip to content

Commit 0c6e584

Browse files
committed
[css-logical-1] Remove confusing wording about omitted values. #7057
1 parent 20d186b commit 0c6e584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-logical-1/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,10 @@ Flow-Relative Box Model Properties</h2>
397397
the 'margin-inline-start' of an ''direction/ltr'' parent
398398
even though that happens to be the parent’s <em>left</em> margin.
399399

400-
[=Shorthand properties=] that encompass both logical and physical longhands
400+
Unless otherwise specified,
401+
[=shorthand properties=] that encompass both logical and physical longhands
401402
(such as the 'all' shorthand)
402-
set omitted values first,
403-
and otherwise set the physical values last.
403+
set their physical longhands last.
404404
For example, ''all: inherit'' will set all of the 'margin' properties to ''inherit'',
405405
but since the physical longhands are set last,
406406
the child's margins will inherit from their physical counterparts in the parent.

0 commit comments

Comments
 (0)