css-validator icon indicating copy to clipboard operation
css-validator copied to clipboard

aspect-ratio not working

Open EmpireJones opened this issue 2 years ago • 2 comments

I'm not 100% sure that this syntax is valid, but some tool I'm using is converting "aspect-ratio: 3000 / 3000;" to "aspect-ratio:3e3/3e3".

This results in the errors:

  • "aspect-ratio": Unknown dimension.
  • "aspect-ratio": "/" is not a "aspect-ratio" value.

According to https://developer.mozilla.org/en-US/docs/Web/CSS/number, scientific notation should be valid for CSS numbers.

EmpireJones avatar Apr 29 '22 01:04 EmpireJones