Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-align-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -358,15 +358,15 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
(to specify default values for 'justify-self' and 'align-self').
<pre class='prod'>
<dfn>&lt;self-position></dfn> = center | start | end | self-start | self-end |
flex-start | flex-end;
flex-start | flex-end
</pre>
<dt><<content-position>>
<dd>
This set is used by 'justify-content' and 'align-content'
to align the box's contents within itself.

<pre class='prod'>
<dfn>&lt;content-position></dfn> = center | start | end | flex-start | flex-end;
<dfn>&lt;content-position></dfn> = center | start | end | flex-start | flex-end
</pre>
</dl>

Expand Down