Skip to content

Commit df9f7a7

Browse files
committed
[css-position-3] Fix links
1 parent 2202a6b commit df9f7a7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

css-position-3/Overview.bs

+11-8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Former Editor: Arron Eicholz, Microsoft, arronei@microsoft.com, w3cid 37934
1818
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=].
1919
Link Defaults: css-transforms-1 (property) transform
2020
</pre>
21+
<pre class=link-defaults>
22+
spec:css-writing-modes-4; type:dfn; text:end
23+
</pre>
2124

2225
<style type="text/css">
2326
.switch > dt { font: inherit; }
@@ -889,13 +892,13 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
889892
its [=automatic size=] is its [=fit-content size=].
890893

891894
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=]
893896
is instead resolved as a [=max-content size=].
894897
When both axes have an [=automatic size=],
895898
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=]
899902
is determined as above.
900903

901904
The [=automatic minimum size=] of an absolutely-positioned box is always zero.
@@ -1647,13 +1650,13 @@ Acknowledgments</h2>
16471650
(<a href="https://github.com/w3c/csswg-drafts/issues/5151">Issue 5151</a>
16481651
<blockquote>
16491652
<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=]
16511654
is instead resolved as a [=max-content size=].
16521655
When both axes have an [=automatic size=],
16531656
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=]
16571660
is determined as above.</ins></p>
16581661
</blockquote>
16591662

0 commit comments

Comments
 (0)