Skip to content

Commit 88ef8f3

Browse files
committed
Use the right term.
1 parent ba6dfa0 commit 88ef8f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-align/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Previous Version: https://www.w3.org/TR/2014/WD-css-align-3-20141218/
1414
Previous Version: https://www.w3.org/TR/2013/WD-css3-align-20130514/
1515
Previous Version: https://www.w3.org/TR/2012/WD-css3-align-20120612/
1616
Abstract: This module contains the features of <a href="https://www.w3.org/TR/CSS/">CSS</a> relating to the alignment of boxes within their containers in the various CSS box layout models: block layout, table layout, flex layout, and grid layout. (The alignment of text and inline-level content is defined in [[CSS-TEXT-3]] and [[CSS-INLINE-3]].)
17-
Link Defaults: selectors-3 (dfn) first formatted line, css-flexbox-1 (dfn) flex line, css-multicol-1 (dfn) multi-column element, css-fonts-3 (dfn) first available font, css21 (property) max-width/max-height/min-width/min-height, css-writing-modes-3 (dfn) dominant baseline, css-position-3 (property) left, css-cascade-3 (value) initial
18-
Ignored Terms: table cell, stretch, scrollable overflow region, static position rectangle
17+
Link Defaults: selectors-3 (dfn) first formatted line, css-flexbox-1 (dfn) flex line, css-multicol-1 (dfn) multi-column element, css-fonts-3 (dfn) first available font, css21 (property) max-width/max-height/min-width/min-height, css-writing-modes-3 (dfn) dominant baseline, css-position-3 (property) left, css-cascade-3 (value) initial, css-flexbox-1 (dfn) static-position rectangle
18+
Ignored Terms: table cell, stretch, scrollable overflow region
1919
At Risk: ''last-baseline''
2020
</pre>
2121

@@ -901,7 +901,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
901901
'justify-self' has no effect.
902902

903903
For the purpose of determining the static position,
904-
the <a>alignment container</a> is instead the <a>static position rectangle</a>
904+
the <a>alignment container</a> is instead the <a>static-position rectangle</a>
905905
defined by the element's parent's layout mode,
906906
and the element is treated as having zero offsets in every axis
907907
(so this property <em>does</em> have an effect).
@@ -1028,7 +1028,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
10281028
'align-self' has no effect.
10291029

10301030
For the purpose of determining the static position,
1031-
the <a>alignment container</a> is instead the <a>static position rectangle</a>
1031+
the <a>alignment container</a> is instead the <a>static-position rectangle</a>
10321032
defined by the element's parent's layout mode,
10331033
and the element is treated as having zero offsets in every axis
10341034
(so this property <em>does</em> have an effect).

0 commit comments

Comments
 (0)