Skip to content

Commit 08cec82

Browse files
committed
use a list
1 parent 98a4649 commit 08cec82

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

css3-align/Overview.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

css3-align/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,11 @@ <h2 id="overview">
132132
Overview 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.

0 commit comments

Comments
 (0)