Skip to content

Commit 1efac49

Browse files
committed
[css-align] Switch more values to 'behaves as', and use consistent language.
1 parent c029026 commit 1efac49

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-align/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,24 +227,24 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
227227
Aligns the <a>alignment subject</a> to be flush with the edge of the <a>alignment container</a>
228228
corresponding to the <a>flex container</a>’s main-start or cross-start side, as appropriate.
229229
When used on boxes that are not children of a <a>flex container</a>,
230-
this value computes to ''start''.
230+
this value behaves as ''start''.
231231

232232
<dt><dfn for="<self-position>, <content-position>">flex-end</dfn> <small>(self, content)</small>
233233
<dd><strong>Only used in flex layout.</strong>
234234
Aligns the <a>alignment subject</a> to be flush with the edge of the <a>alignment container</a>
235235
corresponding to the <a>flex container</a>’s main-end or cross-end side, as appropriate.
236236
When used on boxes that are not children of a <a>flex container</a>,
237-
this value computes to ''end''.
237+
this value behaves as ''end''.
238238

239239
<dt><dfn for="<self-position>, <content-position>">left</dfn> <small>(self, content)</small>
240240
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="http://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a> edge.
241241
If the property's axis is not parallel with the inline axis,
242-
this value computes to ''start''.
242+
this value behaves as ''start''.
243243

244244
<dt><dfn for="<self-position>, <content-position>">right</dfn> <small>(self, content)</small>
245245
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="http://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a> edge.
246246
If the property's axis is not parallel with the inline axis,
247-
this value computes to ''start''.
247+
this value behaves as ''start''.
248248
</dl>
249249

250250
<p class='issue'>
@@ -844,8 +844,8 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
844844
are ignored in favor of alignment as specified here
845845
and the used value of the offset properties are not adjusted to correct for the over-constraint.
846846

847-
The ''align-self/auto'' keyword is equivalent to ''start'' on replaced absolutely-positioned boxes,
848-
and equivalent to ''align-self/stretch'' on all other absolutely-positioned boxes.
847+
The ''align-self/auto'' keyword behaves as ''start'' on replaced absolutely-positioned boxes,
848+
and behaves as ''align-self/stretch'' on all other absolutely-positioned boxes.
849849
(This is because CSS 2.1 does not stretch replaced elements to fit into fixed offsets.)
850850

851851
<dt>Table Cells:

0 commit comments

Comments
 (0)