Skip to content

Commit f36daad

Browse files
committed
[css-flexbox] Flip order of example and paragraph
1 parent d7ea44d commit f36daad

3 files changed

Lines changed: 35 additions & 16 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -575,13 +575,6 @@ Flex Items</h2>
575575
(i.e. characters that can be affected by the 'white-space' property)
576576
is not rendered, as if it were ''display:none''.
577577

578-
<p>
579-
A <i>flex item</i> establishes a new formatting context for its contents.
580-
The type of this formatting context is determined by its 'display' value, as usual.
581-
However, flex items themselves are flex-level boxes, not block-level boxes:
582-
they participate in their container's flex formatting context,
583-
not in a block formatting context.
584-
585578
<div class="example">
586579
<p>Examples of flex items:
587580
<pre>
@@ -606,6 +599,15 @@ Flex Items</h2>
606599
&lt;/div></pre>
607600
</div>
608601

602+
<p>
603+
A <i>flex item</i> establishes a new formatting context for its contents.
604+
The type of this formatting context is determined by its 'display' value, as usual.
605+
However, flex items themselves are flex-level boxes, not block-level boxes:
606+
they participate in their container's flex formatting context,
607+
not in a block formatting context.
608+
609+
<hr>
610+
609611
<p class="note">
610612
Authors reading this spec may want to
611613
<a href="#item-margins">skip past the following box-generation details</a>.

css-flexbox/Overview.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -707,13 +707,6 @@ <h2 class="heading settled" data-level=4 id=flex-items><span class=secno>4 </spa
707707
(i.e. characters that can be affected by the <a class=property data-link-type=propdesc href=http://www.w3.org/TR/css-text-3/#white-space title=white-space>white-space</a> property)
708708
is not rendered, as if it were <span class=css>display:none</span>.</p>
709709

710-
<p>
711-
A <a data-link-type=dfn href=#flex-item title="flex item">flex item</a> establishes a new formatting context for its contents.
712-
The type of this formatting context is determined by its <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> value, as usual.
713-
However, flex items themselves are flex-level boxes, not block-level boxes:
714-
they participate in their container’s flex formatting context,
715-
not in a block formatting context.
716-
717710
<div class=example>
718711
<p>Examples of flex items:
719712
<pre>&lt;div style="display:flex"&gt;
@@ -737,6 +730,15 @@ <h2 class="heading settled" data-level=4 id=flex-items><span class=secno>4 </spa
737730
&lt;/div&gt;</pre>
738731
</div>
739732

733+
<p>
734+
A <a data-link-type=dfn href=#flex-item title="flex item">flex item</a> establishes a new formatting context for its contents.
735+
The type of this formatting context is determined by its <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> value, as usual.
736+
However, flex items themselves are flex-level boxes, not block-level boxes:
737+
they participate in their container’s flex formatting context,
738+
not in a block formatting context.
739+
740+
<hr>
741+
740742
<p class=note>
741743
Authors reading this spec may want to
742744
<a href=#item-margins>skip past the following box-generation details</a>.

css-flexbox/issues-lc-20140925.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
Draft: http://www.w3.org/TR/2014/WD-css-flexbox-1-20140925/
2-
Title: CSS Flexible Box Layout Module Level 1
3-
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
2+
Title: CSS Flexible Box Layout Level 1
3+
4+
----
5+
Issue 1.
6+
Summary: Flex item handling of anonymous boxes should be normative
7+
From: Alan Stearns
8+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Oct/0265.html
9+
Response: http://lists.w3.org/Archives/Public/www-style/2014Oct/0268.html
10+
Closed: Accepted
11+
Verified: http://lists.w3.org/Archives/Public/www-style/2014Oct/0269.html
12+
Resolved: Bugfix
13+
----
14+
Issue 2.
15+
Summary: Editorial nits
16+
From: Alan Stearns
17+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Oct/0267.html
18+
----

0 commit comments

Comments
 (0)