Skip to content

Commit 6c21f8b

Browse files
committed
[css-flexbox-1][editorial] Fix markup
1 parent 30e2e0c commit 6c21f8b

File tree

2 files changed

+97
-9
lines changed

2 files changed

+97
-9
lines changed

css-flexbox-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WPT Path Prefix: css/css-flexbox/
3737
</pre>
3838

3939
<pre class='link-defaults'>
40-
spec: css21; type: property
40+
spec: css2; type: property
4141
text: margin
4242
text: min-width
4343
text: max-width
@@ -2249,7 +2249,7 @@ Packing Flex Lines: the 'align-content' property</h3>
22492249
<dd>
22502250
Lines stretch to take up the remaining space.
22512251
If the leftover free-space is negative,
2252-
this value falls back to ''flex-start''.
2252+
this value falls back to ''align-content/flex-start''.
22532253
Otherwise,
22542254
the free-space is split equally between all of the lines,
22552255
increasing their cross size.
@@ -3748,7 +3748,7 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37483748
<li id="change-2018-min-content-column-size-compat">
37493749
Reform the [[#intrinsic-cross-sizes|cross-size intrinsic sizing rules]]
37503750
for column wrap flex containers to yield better results.
3751-
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/6777>6777</a>)
3751+
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/6777">6777</a>)
37523752

37533753
<li id="change-2018-static-pos-align-content">
37543754
Use the [=content edges=] of the [=flex container=]
@@ -3826,7 +3826,7 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
38263826
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/6069">6069</a>
38273827
and <a href="https://github.com/w3c/csswg-drafts/issues/6794">6794</a>,
38283828
<a href="https://github.com/w3c/csswg-drafts/pull/11690">changeset A</a>
3829-
and <a href="https://github.com/w3c/csswg-drafts/commit/ca4dc9e0a3815be0306645dab03f8ca52434baf9>changeset B</a>)
3829+
and <a href="https://github.com/w3c/csswg-drafts/commit/ca4dc9e0a3815be0306645dab03f8ca52434baf9">changeset B</a>)
38303830

38313831
<li id="change-2018-auto-min-size-overflow">
38323832
Pin [=automatic minimum size=] conditional on [=computed value=] of 'overflow'
@@ -3837,7 +3837,7 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
38373837
(<a href="https://github.com/w3c/csswg-drafts/issues/7714">7714</a>)
38383838

38393839
<li id="change-2018-indefinite-min-intrinsic">
3840-
Clarify that the rule exempting [=content-based minum sizes=]
3840+
Clarify that the rule exempting [=content-based minimum sizes=]
38413841
from making an item’s size to be indefinite
38423842
is limited to ''min-width/auto'', and does not affect other intrinsic sizing keywords.
38433843
(<a href="https://github.com/w3c/csswg-drafts/issues/6457">Issue 6457</a>)
@@ -4512,7 +4512,7 @@ Substantive Changes and Bugfixes</h4>
45124512
It's the outermost box&mdash;the direct child of the <a>flex container</a> box&mdash;that
45134513
becomes a <a>flex item</a>.
45144514
For example, given two contiguous child elements with ''display: table-cell'',
4515-
the <a href="https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes">anonymous table wrapper box generated around them</a> [[!CSS2]]
4515+
the <a href="https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes">anonymous table wrapper box generated around them</a> [[!CSS2]]
45164516
becomes the <a>flex item</a>.</p>
45174517
<p>In the case of flex items with ''display: table'',
45184518
the table wrapper box becomes the <a>flex item</a>,

css-flexbox-1/issues-cr-2018.bsi

Lines changed: 91 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,9 @@ Issue 28.
236236
Summary: Avoid percentage height quirk in new layout models
237237
From: Oriol Brufau
238238
Comment: https://github.com/w3c/csswg-drafts/issues/5545
239-
Open: Waiting on dholbert
240-
Note: https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633
239+
Comment: https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633
240+
Open: https://github.com/whatwg/quirks/pull/76
241+
Resolved: https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-1939708351
241242
----
242243
Issue 29.
243244
Summary: Initial value of flex-grow incorrect?
@@ -348,7 +349,9 @@ Issue 41.
348349
Summary: Definiteness of min-height: min-content/max-content undefined
349350
From: fantasai
350351
Comment: https://github.com/w3c/csswg-drafts/issues/6457
351-
Open
352+
Changes: https://github.com/w3c/csswg-drafts/commit/d0f304031403ac1e286bb5f0beafdeca3d0e6e14
353+
Open: https://github.com/w3c/csswg-drafts/issues/6457#issuecomment-1992500598
354+
Resolved: https://lists.w3.org/Archives/Public/www-style/2021Oct/0004.html
352355
----
353356
Issue 42.
354357
Summary: When can available space for flex items be infinite?
@@ -368,5 +371,90 @@ Issue 44.
368371
Summary: Add flex layout aliases for alignment properties
369372
From: Tab Atkins
370373
Comment: https://github.com/w3c/csswg-drafts/issues/6514
374+
Response: https://github.com/w3c/csswg-drafts/issues/6514#issuecomment-917222064
375+
Closed: Retracted
376+
----
377+
Issue 45.
378+
Summary: flex shorthand defaults conflict with flex-grow/shrink initial values
379+
From: pnabbefeld
380+
Comment: https://github.com/w3c/csswg-drafts/issues/6639
381+
Response: https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922242306
382+
Comment: https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922256842
383+
Response: https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-1220029390
384+
Changes: https://github.com/w3c/csswg-drafts/commit/ef78972c3944f98919f41a4a9b6c841989f28168
385+
Closed: Accepted
386+
Resolved: Editorial
387+
----
388+
Issue 46.
389+
Summary: Serialization of <number> in flex-grow/flex-shrink not interoperable
390+
From: Sergio Villar
391+
Comment: https://github.com/w3c/csswg-drafts/issues/6706
392+
Response: https://github.com/w3c/csswg-drafts/issues/6706#issuecomment-932644943
393+
Closed: OutOfScope
394+
Note: CSSOM issue https://github.com/w3c/csswg-drafts/issues/6471
395+
----
396+
Issue 47.
397+
Summary: Bad results from intrinsic cross size algo for column wrap flex containers
398+
From: David Grogan
399+
Comment: https://github.com/w3c/csswg-drafts/issues/6777
400+
Comment: https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1071211730
401+
Response: https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1220003107
402+
Changes: https://github.com/w3c/csswg-drafts/commit/5630e7b064addc6f2f9f57e68935e3cb3e778b65
403+
Closed: Accepted
404+
Resolved: https://lists.w3.org/Archives/Public/www-style/2022Oct/0015.html
405+
----
406+
Issue 48.
407+
Summary: Parenthetical wrt preferred sizes is imprecise
408+
From: David Grogan
409+
Comment: https://github.com/w3c/csswg-drafts/issues/6778
410+
Response: https://github.com/w3c/csswg-drafts/issues/6778#issuecomment-954875571
411+
Changes: https://github.com/w3c/csswg-drafts/commit/f17ec7afe72fd14a2445354ec5e1feb34c09b597
412+
Closed: Accepted
413+
Resolved: Editorial
414+
----
415+
Issue 49.
416+
Summary: Automatic min size should use min-intrinsic instead of min-content
417+
From: David Grogan
418+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692
419+
Response: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692
420+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1218597495
421+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1219962451
422+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1220038900
423+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1226273138
424+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1248742930
425+
Comment: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2010318313
426+
Response: https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2125293490
427+
Changes: https://github.com/w3c/csswg-drafts/pull/11690
428+
Closed: Accepted
429+
Resolved: https://lists.w3.org/Archives/Public/www-style/2024May/0017.html
430+
----
431+
Issue 50.
432+
Summary: Flexbox alignment and margins across fragmentation breaks
433+
From: Alison Maher
434+
Comment: https://github.com/w3c/csswg-drafts/issues/6812
435+
Response: https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-973631150
436+
Open: https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-2584970370
437+
Resolved: https://lists.w3.org/Archives/Public/www-style/2022Jan/0004.html
438+
----
439+
Issue 51.
440+
Summary: Percentage height resolution inside flex items with indefinite basis
441+
From: Sergio Villar
442+
Comment: https://github.com/w3c/csswg-drafts/issues/6822
443+
Response: https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1021925726
444+
Changes: https://github.com/w3c/csswg-drafts/commit/82b921239055547e72e4de0d47ab8fa0ada3e60a
445+
Closed: Rejected
446+
Resolved: https://lists.w3.org/Archives/Public/www-style/2022Jan/0016.html
447+
Verified: https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1218371795
448+
----
449+
Issue 52.
450+
Summary: Multi-line column flex fragmentation
451+
From: Alison Maher
452+
Comment: https://github.com/w3c/csswg-drafts/issues/6855
453+
Response: https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102928864
454+
Comment: https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102959875
455+
Changes: https://github.com/w3c/csswg-drafts/commit/da573d2689150c1163c24faed834c7d91fe52cda
371456
Open
457+
Resolved: https://lists.w3.org/Archives/Public/www-style/2022Mar/0001.html
458+
Resolved: https://lists.w3.org/Archives/Public/www-style/2022May/0002.html
372459
----
460+
Issue 53.

0 commit comments

Comments
 (0)