We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75acd5 commit 754392bCopy full SHA for 754392b
1 file changed
css-sizing-4/Overview.bs
@@ -98,11 +98,16 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
98
<a>Replaced elements</a> with an <a>intrinsic aspect ratio</a>
99
use that aspect ratio;
100
otherwise the box has no <a>preferred aspect ratio</a>.
101
+ Size calculations involving <a>intrinsic aspect ratio</a>
102
+ work with the <a>content box</a> dimensions always.
103
104
<dt><dfn><<ratio>></dfn>
105
<dd>
106
The box’s <a>preferred aspect ratio</a> is the specified ratio
107
of ''<var>width</var> / <var>height</var>''.
108
+ Size calculations involving <a>preferred aspect ratio</a>
109
+ work with the dimensions of the box specified by 'box-sizing'.
110
+
111
</dl>
112
113
Note: If a box has both a 'width' and a 'height'
0 commit comments