Skip to content

Commit 7050292

Browse files
committed
[css-logical] List keywords correctly. Add dfn.
1 parent 42e6ad9 commit 7050292

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css-logical-1/Overview.bs

+6-4
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ Value Definitions</h3>
172172
<h2 id="directional-keywords">
173173
Flow-Relative Values: <css>block-start</css>, <css>block-end</css>, <css>inline-start</css>, <css>inline-end</css></h2>
174174

175-
Properties that accept physical directional keyword values
176-
('top', 'bottom', 'left', or 'right') are redefined
177-
to also accept the appropriate <a>flow-relative</a> directional keywords.
175+
Properties that accept [=physical=] <dfn>directional keyword</dfn> values
176+
(<css>top</css>, <css>bottom</css>, <css>left</css>, <css>right</css>)
177+
are redefined to also accept the appropriate <a>flow-relative</a> [=directional keywords=]
178+
(<css>block-start</css>, <css>block-end</css>, <css>inline-start</css>, <css>inline-end</css>).
178179
In such cases,
179180
the flow-relative values can be used in place of the corresponding physical values.
180181
For properties that take multiple keywords,
@@ -183,7 +184,8 @@ Flow-Relative Values: <css>block-start</css>, <css>block-end</css>, <css>inline-
183184

184185
Properties can be either 1-dimensional or 2-dimensional.
185186
When contextually constrained to one dimension,
186-
the flow-relative keywords are abbreviated.
187+
the flow-relative keywords are abbreviated
188+
(to <css>start</css> and <css>end</css>).
187189

188190
<h3 id="caption-side">
189191
Logical Values for the 'caption-side' Property</h3>

0 commit comments

Comments
 (0)