File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,9 +287,14 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
287287 < h2 id =overview > < span class =secno > 2. </ span > Overview of Alignment
288288 Properties</ h2 >
289289
290- < p > The alignment properties in CSS can be described along two axes: which
291- dimension they apply to, and whether they control the position of the box
292- within its parent, or the box's content within itself.
290+ < p > The alignment properties in CSS can be described along two axes:
291+
292+ < ul >
293+ < li > which dimension they apply to (inline vs. stacking), and
294+
295+ < li > whether they control the position of the box within its parent, or the
296+ box's content within itself.
297+ </ ul >
293298
294299 < p class =note > This proposal uses the terms ‘< code
295300 class =property > justify</ code > ’ and ‘< code
Original file line number Diff line number Diff line change @@ -132,9 +132,11 @@ <h2 id="overview">
132132Overview of Alignment Properties</ h2 >
133133
134134 < p > The alignment properties in CSS can be described along two axes:
135- which dimension they apply to,
136- and whether they control the position of the box within its parent,
135+ < ul >
136+ < li > which dimension they apply to (inline vs. stacking), and
137+ < li > whether they control the position of the box within its parent,
137138 or the box's content within itself.
139+ </ ul >
138140
139141 < p class =note > This proposal uses the terms 'justify' and 'align' to distinguish
140142 between alignment in the inline and stacking dimensions, respectively.
You can’t perform that action at this time.
0 commit comments