We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba37203 commit ed512e0Copy full SHA for ed512e0
1 file changed
css-sizing-4/Overview.bs
@@ -157,9 +157,9 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
157
height=315>
158
</pre>
159
<pre highlight="css">
160
- @supports (aspect-ratio: attr(width px) / 1) {
+ @supports (aspect-ratio: attr(width) / 1) {
161
iframe {
162
- aspect-ratio: attr(width px) / attr(height px);
+ aspect-ratio: attr(width) / attr(height);
163
width: 100%;
164
height: auto;
165
}
0 commit comments