Skip to content

Commit 242a195

Browse files
committed
[css-flexbox] Wording.
1 parent f4f4e0c commit 242a195

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@ Flex Items</h2>
586586
Authors reading this spec may want to
587587
<a href="#item-margins">skip past the following box-generation details</a>.
588588

589-
<p>
590-
If the specified 'display-outside' of an in-flow child of an element that generates a <a>flex container</a>
591-
is ''inline-level'',
592-
it computes to ''block-level''.
589+
If the specified 'display-outside' of an in-flow child of an element that generates a <a>flex container</a>
590+
is ''inline-level'',
591+
it computes to ''block-level''.
592+
(This effectively converts any inline 'display' values to their block equivalents.)
593593

594594
Note: Some values of 'display-outside' trigger the creation of anonymous boxes around the original box.
595595
It's the outermost box, the direct child of the <a>flex container</a> box,

css-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -730,10 +730,10 @@ <h2 class="heading settled heading" data-level=4 id=flex-items><span class=secno
730730
Authors reading this spec may want to
731731
<a href=#item-margins>skip past the following box-generation details</a>.
732732

733-
<p>
734-
If the specified <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-outside title=display-outside>display-outside</a> of an in-flow child of an element that generates a <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
735-
is <span class=css data-link-type=maybe title=inline-level>inline-level</span>,
736-
it computes to <span class=css data-link-type=maybe title=block-level>block-level</span>.
733+
<p> If the specified <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-outside title=display-outside>display-outside</a> of an in-flow child of an element that generates a <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
734+
is <span class=css data-link-type=maybe title=inline-level>inline-level</span>,
735+
it computes to <span class=css data-link-type=maybe title=block-level>block-level</span>.
736+
(This effectively converts any inline <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> values to their block equivalents.)
737737

738738
<p class=note> Note: Some values of <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-outside title=display-outside>display-outside</a> trigger the creation of anonymous boxes around the original box.
739739
It’s the outermost box, the direct child of the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a> box,

0 commit comments

Comments
 (0)