Skip to content

Commit 03e372b

Browse files
committed
[css-flexbox] Add link to issue in changes list.
1 parent bebe887 commit 03e372b

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

css-flexbox/Overview.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,9 +3160,10 @@ Substantive Changes and Bugfixes</h4>
31603160

31613161
<li id="change-201409-min-auto-specified-size">
31623162
Remove the requirement that the <a>flex basis</a> be ''content'' for the <a>specified size</a> to be defined.
3163-
(The specified size should always win if it is smaller than the intrinsic size.
3163+
The specified size should always win if it is smaller than the intrinsic size.
31643164
This is particularly important to maintain author expectations for,
3165-
e.g. <code>&lt;img src="&hellip;" width=40 height=40 title="100x100 image"&gt;</code>.)
3165+
e.g. <code>&lt;img src="&hellip;" width=40 height=40 title="100x100 image"&gt;</code>.
3166+
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925#issue-25">25</a>)
31663167

31673168
<blockquote>
31683169
If the item’s <del>computed 'flex-basis' is ''content''
@@ -3197,7 +3198,8 @@ Clarifications</h4>
31973198
since they will be removed from CSS Display Level 3.
31983199

31993200
<li id="change-201409-layout-vs-size">
3200-
Change wording to not imply an unnecessary layout when not needed.
3201+
Change wording to not imply an unnecessary layout pass.
3202+
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925#issue-22">22</a>)
32013203

32023204
<blockquote>
32033205
Otherwise,
@@ -3207,7 +3209,7 @@ Clarifications</h4>
32073209
</blockquote>
32083210

32093211
<li id="change-201409-clamped-specified">
3210-
Renamed "clamped size" to "specified size" in the definition of ''min-width/height: auto''.
3212+
Renamed clamped size to specified size in the definition of ''min-width/height: auto''.
32113213

32123214
<li>
32133215
Various trivial fixes.

css-flexbox/Overview.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
<h1 class="p-name no-ref" id="title">CSS Flexible Box Layout Module Level 1</h1>
402402

403403
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
404-
<time class="dt-updated" datetime="2015-05-07">7 May 2015</time></span></h2>
404+
<time class="dt-updated" datetime="2015-05-10">10 May 2015</time></span></h2>
405405

406406
<div data-fill-with="spec-metadata">
407407
<dl>
@@ -934,7 +934,7 @@ <h3 class="heading settled" data-level="1.2" id="placement"><span class="secno">
934934
adding a new block-level and new inline-level display type,
935935
and defining a new type of formatting context
936936
along with properties to control its layout.
937-
None of the properties defined in this module apply to the <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> or <span class="css">::first-letter</span> pseudo-elements.</p>
937+
None of the properties defined in this module apply to the <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> or <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a> pseudo-elements.</p>
938938

939939

940940
<h2 class="heading settled" data-level="2" id="box-model"><span class="secno">2. </span><span class="content">
@@ -1104,7 +1104,7 @@ <h2 class="heading settled" data-level="3" id="flex-containers"><span class="sec
11041104

11051105

11061106
<li data-md="">
1107-
<p>the <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <span class="css">::first-letter</span> pseudo-elements do not apply to <a data-link-type="dfn" href="#flex-container">flex containers</a>,
1107+
<p>the <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a> pseudo-elements do not apply to <a data-link-type="dfn" href="#flex-container">flex containers</a>,
11081108
and <a data-link-type="dfn" href="#flex-container">flex containers</a> do not contribute a <a data-link-type="dfn">first formatted line</a> or <a data-link-type="dfn">first letter</a>
11091109
to their ancestors.</p>
11101110

@@ -1277,8 +1277,8 @@ <h3 class="heading settled" data-level="4.3" id="painting"><span class="secno">4
12771277
<p><a data-link-type="dfn" href="#flex-item">Flex items</a> paint exactly the same as inline blocks <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>,
12781278
except that <a class="property" data-link-type="propdesc" href="#propdef-order">order</a>-modified document order is used in place of raw document order,
12791279
and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-z-index">z-index</a>
1280-
values other than <span class="css">auto</span> create a stacking context
1281-
even if <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-position">position</a> is <span class="css">static</span>.</p>
1280+
values other than <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-position-3/#valdef-z-index-auto">auto</a> create a stacking context
1281+
even if <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-position">position</a> is <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-position-3/#valdef-position-static">static</a>.</p>
12821282

12831283

12841284
<p class="note" role="note">Note: Descendants that are positioned outside a flex item still participate
@@ -4668,9 +4668,10 @@ <h4 class="heading settled" id="change-201409-substantive"><span class="content"
46684668

46694669
<li id="change-201409-min-auto-specified-size"><a class="self-link" href="#change-201409-min-auto-specified-size"></a>
46704670
Remove the requirement that the <a data-link-type="dfn" href="#flex-basis">flex basis</a> be <span class="css">content</span> for the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-images-3/#specified-size">specified size</a> to be defined.
4671-
(The specified size should always win if it is smaller than the intrinsic size.
4671+
The specified size should always win if it is smaller than the intrinsic size.
46724672
This is particularly important to maintain author expectations for,
4673-
e.g. <code>&lt;img src="…" width=40 height=40 title="100x100 image"></code>.)
4673+
e.g. <code>&lt;img src="…" width=40 height=40 title="100x100 image"></code>.
4674+
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925#issue-25">25</a>)
46744675

46754676

46764677
<blockquote>
@@ -4725,7 +4726,8 @@ <h4 class="heading settled" id="change-201409-clarify"><span class="content">
47254726

47264727

47274728
<li id="change-201409-layout-vs-size"><a class="self-link" href="#change-201409-layout-vs-size"></a>
4728-
Change wording to not imply an unnecessary layout when not needed.
4729+
Change wording to not imply an unnecessary layout pass.
4730+
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925#issue-22">22</a>)
47294731

47304732

47314733
<blockquote>
@@ -4742,7 +4744,7 @@ <h4 class="heading settled" id="change-201409-clarify"><span class="content">
47424744

47434745

47444746
<li id="change-201409-clamped-specified"><a class="self-link" href="#change-201409-clamped-specified"></a>
4745-
Renamed "clamped size" to "specified size" in the definition of <span class="css">height: auto</span>.
4747+
Renamed clamped size to specified size in the definition of <span class="css">height: auto</span>.
47464748

47474749

47484750
<li>
@@ -5665,8 +5667,8 @@ <h4 class="heading settled" id="changes-2014-clarify"><span class="content">
56655667

56665668
<ins>
56675669
<p>If the specified <span class="css">display-outside</span> of an in-flow child of an element that generates a <a data-link-type="dfn" href="#flex-container">flex container</a>
5668-
is <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-inline-level">inline-level</a>,
5669-
it computes to <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-block-level">block-level</a>.
5670+
is <span class="css">inline-level</span>,
5671+
it computes to <span class="css">block-level</span>.
56705672
(This effectively converts any inline <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-display">display</a> values to their block equivalents.)</p>
56715673

56725674

@@ -5681,7 +5683,7 @@ <h4 class="heading settled" id="changes-2014-clarify"><span class="content">
56815683
Clarified that <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-overflow-3/#propdef-overflow">overflow</a> applies to flex containers.
56825684

56835685
<li id="clarify-2012-first-line-letter"><a class="self-link" href="#clarify-2012-first-line-letter"></a>
5684-
Clarified that <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <span class="css">::first-letter</span> pseudo-elements
5686+
Clarified that <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a> pseudo-elements
56855687
do not apply to flex containers (because they are not block containers).
56865688

56875689
<li id="clarify-2012-stretch-computed-auto"><a class="self-link" href="#clarify-2012-stretch-computed-auto"></a>
@@ -6141,9 +6143,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
61416143
</ul>
61426144
<li><a data-link-type="biblio" href="#biblio-css-display-3">[css-display-3]</a> defines the following terms:
61436145
<ul>
6144-
<li><a href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-block-level">block-level</a>
61456146
<li><a href="http://dev.w3.org/csswg/css-display-3/#blockify">blockify</a>
6146-
<li><a href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-inline-level">inline-level</a>
61476147
</ul>
61486148
<li><a data-link-type="biblio" href="#biblio-css-images-3">[css-images-3]</a> defines the following terms:
61496149
<ul>
@@ -6156,15 +6156,18 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
61566156
</ul>
61576157
<li><a data-link-type="biblio" href="#biblio-css-position-3">[css-position-3]</a> defines the following terms:
61586158
<ul>
6159+
<li><a href="http://dev.w3.org/csswg/css-position-3/#valdef-z-index-auto">auto</a>
61596160
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-bottom">bottom</a>
61606161
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-left">left</a>
61616162
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-position">position</a>
61626163
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-right">right</a>
6164+
<li><a href="http://dev.w3.org/csswg/css-position-3/#valdef-position-static">static</a>
61636165
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-top">top</a>
61646166
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-z-index">z-index</a>
61656167
</ul>
61666168
<li><a data-link-type="biblio" href="#biblio-css-pseudo-4">[css-pseudo-4]</a> defines the following terms:
61676169
<ul>
6170+
<li><a href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a>
61686171
<li><a href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a>
61696172
</ul>
61706173
<li><a data-link-type="biblio" href="#biblio-css-sizing-3">[css-sizing-3]</a> defines the following terms:

0 commit comments

Comments
 (0)