@@ -172,9 +172,10 @@ Value Definitions</h3>
172
172
<h2 id="directional-keywords">
173
173
Flow-Relative Values: <css>block-start</css>, <css>block-end</css>, <css>inline-start</css>, <css>inline-end</css></h2>
174
174
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> ).
178
179
In such cases,
179
180
the flow-relative values can be used in place of the corresponding physical values.
180
181
For properties that take multiple keywords,
@@ -183,7 +184,8 @@ Flow-Relative Values: <css>block-start</css>, <css>block-end</css>, <css>inline-
183
184
184
185
Properties can be either 1-dimensional or 2-dimensional.
185
186
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> ).
187
189
188
190
<h3 id="caption-side">
189
191
Logical Values for the 'caption-side' Property</h3>
0 commit comments