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
Split the 'replaced element' section into three pieces with specified and default object sizes set appropriately. Reword 'object-fit' to just specify the specified size.
--HG--
extra : rebase_source : c3be654da2da254eb13c9af57c4c6ca6ac2b3d8e
<dd>The <i>specified size</i> has no constraints. The <i>default object size</i> is a UA-defined size that should be based on the size of a typical cursor on the UA's operating system. [[!CSS21]]</dd>
1125
1125
1126
+
<dt>'content' (non-replaced)</dt>
1127
+
<dd>The <i>specified size</i> has no constraints. The <i>default object size</i> is the largest rectangle that has a 2:1 width:height ratio, is no larger than 300px width and 150px height, and has a width that fits in the device. [[!CSS21]].</dd>
1128
+
1126
1129
<dt>replaced elements</dt>
1127
-
<dd>The <i>specified size</i> is defined by 'object-fit'. The <i>default object size</i> is the largest rectangle that has a 2:1 width:height ratio, is no larger than 300px width and 150px height, and has a width that fits in the device. [[!CSS21]].</dd>
1130
+
<dd>Replaced elements are not sized by the <i>default sizing algorithm</i>. Instead, CSS 2.1 defines how to size them in sections <ahref="http://www.w3.org/TR/CSS2/visudet.html#min-max-widths">10.4</a> and <ahref="http://www.w3.org/TR/CSS2/visudet.html#min-max-heights">10.7</a>. [[!CSS21]]</dd>
1131
+
1132
+
<dt>contents of replaced elements</dt>
1133
+
<dd>The <i>specified size</i> is defined by 'object-fit'. The <i>default object size</i> is the used width and height of the replaced element.</dd>
0 commit comments