You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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.
241
241
If the property's axis is not parallel with the inline axis,
<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.
246
246
If the property's axis is not parallel with the inline axis,
247
-
this value computes to''start''.
247
+
this value behaves as''start''.
248
248
</dl>
249
249
250
250
<p class='issue'>
@@ -844,8 +844,8 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
844
844
are ignored in favor of alignment as specified here
845
845
and the used value of the offset properties are not adjusted to correct for the over-constraint.
846
846
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.
849
849
(This is because CSS 2.1 does not stretch replaced elements to fit into fixed offsets.)
0 commit comments