@@ -18,6 +18,9 @@ Former Editor: Arron Eicholz, Microsoft, arronei@microsoft.com, w3cid 37934
18
18
Abstract : This module contains defines coordinate-based positioning and offsetting schemes of <a href="https://www.w3.org/TR/CSS/">CSS</a>: [=relative positioning=], [=sticky positioning=], [=absolute positioning=], and [=fixed positioning=].
19
19
Link Defaults : css-transforms-1 (property) transform
20
20
</pre>
21
+ <pre class=link-defaults>
22
+ spec:css-writing-modes-4; type:dfn; text:end
23
+ </pre>
21
24
22
25
<style type="text/css">
23
26
.switch > dt { font: inherit; }
@@ -889,13 +892,13 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
889
892
its [=automatic size=] is its [=fit-content size=] .
890
893
891
894
However, if the box has an aspect-ratio,
892
- then an [=automatic size=] in the [=ratio-dependent=] axis
895
+ then an [=automatic size=] in the [=ratio-dependent axis=]
893
896
is instead resolved as a [=max-content size=] .
894
897
When both axes have an [=automatic size=] ,
895
898
if only one axis has an ''inset/auto'' inset
896
- then that axis is the [=ratio-dependent=] axis,
897
- else the [=block axis=] is the [=ratio-dependent=] axis.
898
- An [=automatic size=] in the [=ratio-determining=] axis
899
+ then that axis is the [=ratio-dependent axis=] ,
900
+ else the [=block axis=] is the [=ratio-dependent axis=] .
901
+ An [=automatic size=] in the [=ratio-determining axis=]
899
902
is determined as above.
900
903
901
904
The [=automatic minimum size=] of an absolutely-positioned box is always zero.
@@ -1647,13 +1650,13 @@ Acknowledgments</h2>
1647
1650
(<a href="https://github.com/w3c/csswg-drafts/issues/5151">Issue 5151</a>
1648
1651
<blockquote>
1649
1652
<p><ins> However, if the box has an aspect-ratio,
1650
- then an [=automatic size=] in the [=ratio-dependent=] axis
1653
+ then an [=automatic size=] in the [=ratio-dependent axis=]
1651
1654
is instead resolved as a [=max-content size=] .
1652
1655
When both axes have an [=automatic size=] ,
1653
1656
if only one axis has an ''inset/auto'' inset
1654
- then that axis is the [=ratio-dependent=] axis,
1655
- else the [=block axis=] is the [=ratio-dependent=] axis.
1656
- An [=automatic size=] in the [=ratio-determining=] axis
1657
+ then that axis is the [=ratio-dependent axis=] ,
1658
+ else the [=block axis=] is the [=ratio-dependent axis=] .
1659
+ An [=automatic size=] in the [=ratio-determining axis=]
1657
1660
is determined as above.</ins></p>
1658
1661
</blockquote>
1659
1662
0 commit comments