Skip to content

Commit f0f08c8

Browse files
committed
[css-flexbox] typo
1 parent aaad820 commit f0f08c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ Flex Baselines</h3>
20792079

20802080
In order for a <a>flex container</a> to itself <a href="#baseline-participation">participate in baseline alignment</a>
20812081
(e.g. when the <a>flex container</a> is itself a <a>flex item</a> in an outer <a>flex container</a>),
2082-
it needs to submit the position of the baseline that will rest represent its contents.
2082+
it needs to submit the position of the baseline that will best represent its contents.
20832083
To this end,
20842084
the baselines of a flex container are determined as follows (after reordering with 'order'):
20852085

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ <h3 class="heading settled" data-level="8.4" id="align-content-property"><span c
20552055
</div>
20562056
<h3 class="heading settled" data-level="8.5" id="flex-baselines"><span class="secno">8.5. </span><span class="content"> Flex Baselines</span><a class="self-link" href="#flex-baselines"></a></h3>
20572057
<p>In order for a <a data-link-type="dfn" href="#flex-container">flex container</a> to itself <a href="#baseline-participation">participate in baseline alignment</a> (e.g. when the <a data-link-type="dfn" href="#flex-container">flex container</a> is itself a <a data-link-type="dfn" href="#flex-item">flex item</a> in an outer <a data-link-type="dfn" href="#flex-container">flex container</a>),
2058-
it needs to submit the position of the baseline that will rest represent its contents.
2058+
it needs to submit the position of the baseline that will best represent its contents.
20592059
To this end,
20602060
the baselines of a flex container are determined as follows (after reordering with <a class="property" data-link-type="propdesc" href="#propdef-order">order</a>):</p>
20612061
<dl>

0 commit comments

Comments
 (0)