bright-spark / css3-mediaqueries-js

Automatically exported from code.google.com/p/css3-mediaqueries-js
0 stars 0 forks source link

is max-aspect-ratio supported ? #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apply a max-aspect-ratio rule :
@media screen and (max-aspect-ratio: 115/75) { ... }

What is the expected output? What do you see instead?
Rules are not applied when the ratio is met. (wether other media query rules in 
the same css - max-width & max-height - work like a charm)

What version of the product are you using? On what operating system?
last version on ie8 / winxp

Original issue reported on code.google.com by cro...@mail.ww4.fr on 29 Aug 2013 at 4:52

GoogleCodeExporter commented 9 years ago
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by wou...@dynora.nl on 4 Apr 2014 at 11:46