Skip to content

Commit be45163

Browse files
committed
Replace issue with note, thanks to roc's feedback. (Similar situations occur with 'opacity', so we're to copy that.)
1 parent b4f5c0a commit be45163

2 files changed

Lines changed: 17 additions & 33 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ <h2 class="no-num no-toc" id=table>Table of contents</h2>
279279

280280
<li><a href="#flex-items"><span class=secno>4. </span> Flex Items</a>
281281
<ul class=toc>
282-
<li><a href="#flex-item-margins"><span class=secno>4.1. </span> Flex
283-
Item Margins</a>
282+
<li><a href="#item-margins"><span class=secno>4.1. </span> Flex Item
283+
Margins</a>
284284

285-
<li><a href="#flex-item-painting"><span class=secno>4.2. </span> Flex
286-
Item Painting</a>
285+
<li><a href="#painting"><span class=secno>4.2. </span> Flex Item
286+
Painting</a>
287287

288-
<li><a href="#abspos-flex-items"><span class=secno>4.3. </span>
289-
Out-of-flow Items</a>
288+
<li><a href="#abspos-items"><span class=secno>4.3. </span> Out-of-flow
289+
Items</a>
290290

291291
<li><a href="#visibility-collapse"><span class=secno>4.4. </span>
292292
Collapsed Items</a>
@@ -898,15 +898,15 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
898898
ruby) or otherwise mangle the box tree (e.g. run-ins). It is intended that
899899
flex item determination run after these operations.
900900

901-
<h3 id=flex-item-margins><span class=secno>4.1. </span> Flex Item Margins</h3>
901+
<h3 id=item-margins><span class=secno>4.1. </span> Flex Item Margins</h3>
902902

903903
<p> The margins of adjacent <a href="#flex-item"><i>flex items</i></a> do
904904
not collapse. Auto margins absorb extra space in the corresponding
905905
dimension and can be used for alignment and to push adjacent flex items
906906
apart; see <a href="#auto-margins">Aligning with ‘<code
907907
class=css>auto</code>’ margins</a>.
908908

909-
<h3 id=flex-item-painting><span class=secno>4.2. </span> Flex Item Painting</h3>
909+
<h3 id=painting><span class=secno>4.2. </span> Flex Item Painting</h3>
910910

911911
<p> <a href="#flex-item"><i>Flex items</i></a> paint exactly the same as
912912
block-level elements in the normal flow, except that ‘<code
@@ -915,18 +915,10 @@ <h3 id=flex-item-painting><span class=secno>4.2. </span> Flex Item Painting</h3>
915915
stacking context even if ‘<code class=property>position</code>’ is
916916
<code class=css>static</code>’.
917917

918-
<div class=issue>
919-
<p> Descendants of a flex item that establishes a stacking context
920-
participate in the stacking context of:
918+
<p class=note> Note: Descendants that are positioned outside a flex item
919+
still participate in any stacking context established by the flex item.
921920

922-
<ul style="list-style:upper-alpha">
923-
<li>the flex item
924-
925-
<li>their containing block
926-
</ul>
927-
</div>
928-
929-
<h3 id=abspos-flex-items><span class=secno>4.3. </span> Out-of-flow Items</h3>
921+
<h3 id=abspos-items><span class=secno>4.3. </span> Out-of-flow Items</h3>
930922

931923
<p> Absolutely positioned children of a flex container are not themselves
932924
<a href="#flex-item"><i>flex items</i></a>, but they leave behind

css3-flexbox/Overview.src.html

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ <h2 id='flex-items'>
589589
Future display types may generate anonymous containers (e.g. ruby) or otherwise mangle the box tree (e.g. run-ins).
590590
It is intended that flex item determination run after these operations.
591591

592-
<h3 id='flex-item-margins'>
592+
<h3 id='item-margins'>
593593
Flex Item Margins</h3>
594594

595595
<p>
@@ -599,26 +599,18 @@ <h3 id='flex-item-margins'>
599599
see <a href="#auto-margins">Aligning with ''auto'' margins</a>.
600600

601601

602-
<h3 id='flex-item-painting'>
602+
<h3 id='painting'>
603603
Flex Item Painting</h3>
604604

605605
<p>
606606
<i>Flex items</i> paint exactly the same as block-level elements in the normal flow,
607607
except that 'z-index' values other than ''auto'' create a stacking context
608608
even if 'position' is ''static''.
609+
<p class="note">
610+
Note: Descendants that are positioned outside a flex item still participate
611+
in any stacking context established by the flex item.
609612

610-
<div class='issue'>
611-
<p>
612-
Descendants of a flex item that establishes a stacking context participate in the stacking context of:
613-
614-
<ul style="list-style:upper-alpha">
615-
<li>the flex item
616-
<li>their containing block
617-
</ul>
618-
</div>
619-
620-
621-
<h3 id='abspos-flex-items'>
613+
<h3 id='abspos-items'>
622614
Out-of-flow Items</h3>
623615

624616
<p>

0 commit comments

Comments
 (0)