Skip to content

Commit 783366b

Browse files
committed
move skip link note
1 parent 57ad9d4 commit 783366b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,9 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
915915
space</a> is not rendered, as if it were ‘<code
916916
class=css>display:none</code>’.
917917

918+
<p class=note> Authors reading this spec may want to <a
919+
href="#item-margins">skip past these box-generation details</a>.
920+
918921
<p> A <a href="#flex-item"><i>flex item</i></a> establishes a new
919922
formatting context for its contents. The type of this formatting context
920923
is determined by its ‘<code class=property>display</code>’ value, as
@@ -930,9 +933,6 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
930933
specification that defines a new ‘<code class=property>display</code>
931934
value specific to flex items.
932935

933-
<p class=note> Authors reading this spec may want to <a
934-
href="#item-margins">skip past these box-generation details</a>.
935-
936936
<div class=example>
937937
<p>Examples of flex items:
938938

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@ <h2 id='flex-items'>
591591
<a href="http://www.w3.org/TR/CSS21/text.html#white-space-prop">white space</a>
592592
is not rendered, as if it were ''display:none''.
593593

594+
<p class="note">
595+
Authors reading this spec may want to
596+
<a href="#item-margins">skip past these box-generation details</a>.
597+
594598
<p>
595599
A <i>flex item</i> establishes a new formatting context for its contents.
596600
The type of this formatting context is determined by its 'display' value, as usual.
@@ -606,10 +610,6 @@ <h2 id='flex-items'>
606610
is expected to be superseded by a future specification
607611
that defines a new 'display' value specific to flex items.
608612

609-
<p class="note">
610-
Authors reading this spec may want to
611-
<a href="#item-margins">skip past these box-generation details</a>.
612-
613613
<div class="example">
614614
<p>Examples of flex items:
615615
<pre>

0 commit comments

Comments
 (0)