@@ -172,9 +172,10 @@ Value Definitions</h3>
172172<h2 id="directional-keywords">
173173Flow-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">
189191Logical Values for the 'caption-side' Property</h3>
0 commit comments