You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W3C maintains a <ahref="http://www.w3.org/2004/01/pp-impl/32061/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group;
111
111
that page also includes instructions for disclosing a patent.
112
112
An individual who has actual knowledge of a patent which the individual believes contains <ahref="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <ahref="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>. </p>
113
-
<p> This document is governed by the <ahref="http://www.w3.org/2014/Process-20140801/" id="w3c_process_revision">1 August 2014 W3C Process Document</a>. </p>
113
+
<p> This document is governed by the <ahref="http://www.w3.org/2015/Process-20150901/" id="w3c_process_revision">1 September 2015 W3C Process Document</a>. </p>
114
114
<p></p>
115
115
</div>
116
116
<divdata-fill-with="at-risk">
@@ -476,7 +476,7 @@ <h2 class="heading settled" data-level="4" id="content-distribution"><span class
476
476
<td>visual
477
477
<tr>
478
478
<th>Computed value:
479
-
<td>specified value, except for <aclass="css" data-link-type="maybe" href="#valdef-justify-content-auto">auto</a> (see prose)
479
+
<td>specified value
480
480
<tr>
481
481
<th>Animatable:
482
482
<td>no
@@ -509,23 +509,26 @@ <h2 class="heading settled" data-level="4" id="content-distribution"><span class
509
509
<p><aclass="css" data-link-type="maybe" href="#valdef-justify-content-auto">auto</a> behaves as <aclass="css" data-link-type="maybe" href="#valdef-self-position-start">start</a>.</p>
510
510
<dt>Flex Containers:
511
511
<dd>
512
-
<aclass="css" data-link-type="maybe" href="#valdef-justify-content-auto">auto</a> computes to <aclass="css" data-link-type="maybe" href="#valdef-content-distribution-stretch">stretch</a>.
513
-
<p>The <adata-link-type="dfn" href="#alignment-container">alignment container</a> is the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#flex-container">flex container</a>’s content box.
512
+
The <adata-link-type="dfn" href="#alignment-container">alignment container</a> is the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#flex-container">flex container</a>’s content box.
514
513
For <aclass="property" data-link-type="propdesc" href="#propdef-justify-content">justify-content</a>, the <adata-link-type="dfn" href="#alignment-subject">alignment subjects</a> are the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#flex-item">flex items</a> in each <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#flex-line">flex line</a>;
515
-
for <aclass="property" data-link-type="propdesc" href="#propdef-align-content">align-content</a>, the <adata-link-type="dfn" href="#alignment-subject">alignment subjects</a> are the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#flex-line">flex lines</a>.</p>
514
+
for <aclass="property" data-link-type="propdesc" href="#propdef-align-content">align-content</a>, the <adata-link-type="dfn" href="#alignment-subject">alignment subjects</a> are the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#flex-line">flex lines</a>.
516
515
<p>The <aclass="property" data-link-type="propdesc" href="#propdef-align-content">align-content</a> property applies along the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#cross-axis">cross axis</a>.</p>
517
516
<p>The <aclass="property" data-link-type="propdesc" href="#propdef-justify-content">justify-content</a> property applies along the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#main-axis">main axis</a>,
518
517
but since flexing in the <adata-link-type="dfn" href="https://drafts.csswg.org/css-flexbox-1/#main-axis">main axis</a> is controlled by <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-flexbox-1/#propdef-flex">flex</a>, <aclass="css" data-link-type="maybe" href="#valdef-content-distribution-stretch">stretch</a> computes to <aclass="css" data-link-type="maybe" href="#valdef-self-position-flex-start">flex-start</a>.</p>
518
+
<p><aclass="css" data-link-type="maybe" href="#valdef-justify-content-auto">auto</a> behaves as <aclass="css" data-link-type="maybe" href="#valdef-content-distribution-stretch">stretch</a>.</p>
519
519
<p>See <adata-link-type="biblio" href="#biblio-css3-flexbox">[CSS3-FLEXBOX]</a> for details.</p>
520
+
<pclass="issue" id="issue-e1a35e68"><aclass="self-link" href="#issue-e1a35e68"></a> The Flexbox spec’s legacy definition has "stretch" as the initial value,
521
+
so this is technically a behavior change.
522
+
We can instead "auto" compute to "stretch" for Flexbox if we decide it’s necessary for compat.</p>
520
523
<dt>Grid Containers:
521
524
<dd>
522
-
<aclass="css" data-link-type="maybe" href="#valdef-justify-content-auto">auto</a> computes to <aclass="css" data-link-type="maybe" href="#valdef-self-position-start">start</a>.
523
-
<p>The <adata-link-type="dfn" href="#alignment-container">alignment container</a> is the <adata-link-type="dfn" href="https://drafts.csswg.org/css-grid-1/#grid-container">grid container</a>’s content box.
524
-
The <adata-link-type="dfn" href="#alignment-subject">alignment subjects</a> are the <adata-link-type="dfn" href="https://drafts.csswg.org/css-grid-1/#grid-track">grid tracks</a>.</p>
525
+
The <adata-link-type="dfn" href="#alignment-container">alignment container</a> is the <adata-link-type="dfn" href="https://drafts.csswg.org/css-grid-1/#grid-container">grid container</a>’s content box.
526
+
The <adata-link-type="dfn" href="#alignment-subject">alignment subjects</a> are the <adata-link-type="dfn" href="https://drafts.csswg.org/css-grid-1/#grid-track">grid tracks</a>.
525
527
<p>The <aclass="property" data-link-type="propdesc" href="#propdef-align-content">align-content</a> property applies along the <adata-link-type="dfn" href="https://drafts.csswg.org/css-writing-modes-3/#block-axis">block (column) axis</a>,
526
528
aligning the <adata-link-type="dfn" href="https://drafts.csswg.org/css-grid-1/#grid-row">grid rows</a>.
527
529
The <aclass="property" data-link-type="propdesc" href="#propdef-justify-content">justify-content</a> property applies along the <adata-link-type="dfn" href="https://drafts.csswg.org/css-writing-modes-3/#inline-axis">inline (row) axis</a>,
528
530
aligning the <adata-link-type="dfn" href="https://drafts.csswg.org/css-grid-1/#grid-column">grid columns</a>.</p>
531
+
<p><aclass="css" data-link-type="maybe" href="#valdef-justify-content-auto">auto</a> behaves as <aclass="css" data-link-type="maybe" href="#valdef-self-position-start">start</a>.</p>
529
532
<p>See <adata-link-type="biblio" href="#biblio-css3-grid-layout">[CSS3-GRID-LAYOUT]</a> for details.</p>
<dd>S. Bradner. <ahref="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>. March 1997. Best Current Practice. URL: <ahref="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a>
like it does on <aclass="property" data-link-type="propdesc" href="#propdef-align-content">align-content</a> and <aclass="property" data-link-type="propdesc" href="#propdef-justify-content">justify-content</a>?<ahref="#issue-3ea08feb"> ↵ </a></div>
1391
1394
<divclass="issue"> Add even more example images. <ahref="#issue-77ee454e"> ↵ </a></div>
1392
1395
<divclass="issue"> Transplant example 10 from flexbox. <ahref="#issue-8fcc582f"> ↵ </a></div>
1396
+
<divclass="issue"> The Flexbox spec’s legacy definition has "stretch" as the initial value,
1397
+
so this is technically a behavior change.
1398
+
We can instead "auto" compute to "stretch" for Flexbox if we decide it’s necessary for compat.<ahref="#issue-e1a35e68"> ↵ </a></div>
1393
1399
<divclass="issue"> Make that last paragraph more readable.<ahref="#issue-679a9755"> ↵ </a></div>
1394
1400
<divclass="issue"> This needs to be integrated with overflow-anchor, when the property exists,
1395
1401
so that you get the same behavior whether an elements *starts out* overflowing,
0 commit comments