Skip to content

Commit 696d6a1

Browse files
committed
[css-align] element -> box
1 parent 9d16e5f commit 696d6a1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-align/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,16 +1029,16 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10291029
<tr>
10301030
<th>'justify-self' Axis
10311031
<td>
1032-
The same axis that 'justify-self' corresponds to for in-flow children of the element's parent
1032+
The same axis that 'justify-self' corresponds to for in-flow children of the box's parent
10331033
<tr>
10341034
<th><a>Alignment Container</a>
10351035
<td>
1036-
The element's <a>static-position rectangle</a>,
1037-
as defined by its parent's layout mode.
1036+
The box's <a>static-position rectangle</a>,
1037+
as defined by its parent box's layout mode.
10381038
<tr>
10391039
<th><a>Alignment Subject</a>
10401040
<td>
1041-
The element's margin box <em>after</em> laying out the element,
1041+
The box's margin box <em>after</em> laying out the box,
10421042
treated as fixed-size for the purpose of alignment.
10431043
<tr>
10441044
<th>''justify-self/normal'' Behavior
@@ -1182,16 +1182,16 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
11821182
<tr>
11831183
<th>'align-self' Axis
11841184
<td>
1185-
The same axis that 'align-self' corresponds to for in-flow children of the element's parent
1185+
The same axis that 'align-self' corresponds to for in-flow children of the box's parent
11861186
<tr>
11871187
<th><a>Alignment Container</a>
11881188
<td>
1189-
The element's <a>static-position rectangle</a>,
1190-
as defined by its parent's layout mode.
1189+
The box's <a>static-position rectangle</a>,
1190+
as defined by its parent box's layout mode.
11911191
<tr>
11921192
<th><a>Alignment Subject</a>
11931193
<td>
1194-
The element's margin box <em>after</em> laying out the element,
1194+
The box's margin box <em>after</em> laying out the box,
11951195
treated as fixed-size for the purpose of alignment.
11961196
<tr>
11971197
<th>''align-self/normal'' Behavior

0 commit comments

Comments
 (0)