Skip to content

Commit c90dd71

Browse files
committed
[css-align] Fix markup of the 'stretch' keyword.
1 parent 9f72951 commit c90dd71

2 files changed

Lines changed: 174 additions & 171 deletions

File tree

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
639639

640640
When the box’s computed 'width'/'height' (as appropriate to the axis) is ''width/auto''
641641
and neither of its margins (in the appropriate axis) are ''margin/auto'',
642-
the <dfn for="justify-self, align-self">stretch</dfn> keyword
642+
the <dfn value for="justify-self, align-self">stretch</dfn> keyword
643643
sets the box’s used size to the length necessary to make its outer size
644644
as close to filling the <a>alignment container</a> as possible
645645
while still respecting the constraints imposed by 'min-height'/'min-width'/'max-height'/'max-width'.
@@ -751,7 +751,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
751751
(minus any ''legacy'' keywords) on all other boxes,
752752
or ''align-self/start'' if the box has no parent.
753753
Its behavior depends on the layout model, as described for 'justify-self'.
754-
754+
755755
The ''align-self/stretch'' keyword is as defined in [[#justify-self-property]].
756756

757757
All other values are as defined in [[#alignment-values]], above.

0 commit comments

Comments
 (0)