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>
<p>Justifies the box within its parent along the inline/row/main axis:
605
605
the box’s outer edges are aligned within its <adata-link-type="dfn" href="#alignment-container">alignment container</a><ahref="#alignment-values">as described by its alignment value</a>.</p>
<td>specified value, except for <aclass="css" data-link-type="maybe" href="#valdef-justify-self-auto">auto</a> (see prose)
698
+
<td>specified value, except for <aclass="css" data-link-type="maybe" href="#valdef-align-self-auto">auto</a> (see prose)
699
699
<tr>
700
700
<th>Animatable:
701
701
<td>no
702
702
</table>
703
703
<p>Aligns the box within its parent along the block/column/cross axis:
704
704
the box’s outer edges are aligned within its <adata-link-type="dfn" href="#alignment-container">alignment container</a><ahref="#alignment-values">as described by its alignment value</a>.</p>
705
-
<p>The <aclass="css" data-link-type="maybe" href="#valdef-justify-self-auto">auto</a> and <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-stretch">stretch</a> keywords are as defined in <ahref="#justify-self-property">§5.1 Inline/Main-Axis Alignment: the justify-self property</a>.</p>
705
+
<p>The <dfnclass="css" data-dfn-for="align-self" data-dfn-type="value" data-export="" id="valdef-align-self-auto">auto<aclass="self-link" href="#valdef-align-self-auto"></a></dfn> keyword computes to
706
+
itself on absolutely-positioned elements,
707
+
and to the computed value of <aclass="property" data-link-type="propdesc" href="#propdef-align-items">align-items</a> on the parent
708
+
(minus any <aclass="css" data-link-type="maybe" href="#valdef-justify-items-legacy">legacy</a> keywords) on all other boxes,
709
+
or <spanclass="css">start</span> if the box has no parent.
710
+
Its behavior depends on the layout model, as described for <aclass="property" data-link-type="propdesc" href="#propdef-justify-self">justify-self</a>.</p>
711
+
<p>The <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-stretch">stretch</a> keyword is as defined in <ahref="#justify-self-property">§5.1 Inline/Main-Axis Alignment: the justify-self property</a>.</p>
706
712
<p>All other values are as defined in <ahref="#alignment-values">§3 Alignment Values</a>, above.</p>
In terms of CSS2.1 formatting <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>,
729
735
the rules for "over-constrained" computations in <ahref="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">section 10.6.4</a> are ignored in favor of alignment as specified here
730
736
and the used value of the offset properties are not adjusted to correct for the over-constraint.</p>
731
-
<p>The <aclass="css" data-link-type="maybe" href="#valdef-justify-self-auto">auto</a> keyword is equivalent to <aclass="css" data-link-type="maybe" href="#valdef-self-position-start">start</a> on replaced absolutely-positioned boxes,
737
+
<p>The <aclass="css" data-link-type="maybe" href="#valdef-align-self-auto">auto</a> keyword is equivalent to <aclass="css" data-link-type="maybe" href="#valdef-self-position-start">start</a> on replaced absolutely-positioned boxes,
732
738
and equivalent to <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-stretch">stretch</a> on all other absolutely-positioned boxes.
733
739
(This is because CSS 2.1 does not stretch replaced elements to fit into fixed offsets.)</p>
0 commit comments