Skip to content

Commit e7dc18e

Browse files
committed
[css-logical] Clarify relationship of properties forming a logical property group. w3c#3033
1 parent aee96ab commit e7dc18e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css-logical-1/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,15 @@ Flow-Relative Box Model Properties</h2>
295295
that are <a>flow-relative</a> equivalents
296296
of <a>physical</a> box model properties.
297297
Each set of related flow-relative longhand properties
298-
and their parallel physical properties
298+
and their parallel physical properties,
299+
which set equivalent styles on different sides or dimensions of a box,
299300
form a <dfn export>logical property group</dfn>.
300301
For example, the 'padding-*' properties
301302
form a single <a>logical property group</a>,
302303
the 'margin-*' properties
303304
form a separate <a>logical property group</a>,
305+
the 'border-*-style' properties
306+
form another <a>logical property group</a>,
304307
etc.
305308
The type of directional or axis mapping
306309
(<a>flow-relative</a> or <a>physical</a>)

0 commit comments

Comments
 (0)