Re: [webkit-dev] Request for position on the aspect-ratio CSS property

2020-10-30 Thread Rob Buis
Personally I am in favor of removing -webit-aspect-ratio, however I think -webit-aspect-ratio: from-intrinsic and -webit-aspect-ratio:from-dimensions do have some effect when looking at the code. Does anybody know if it is actually used out there? Do we need to keep it? Maybe Dean Jackson

Re: [webkit-dev] Request for position on the aspect-ratio CSS property

2020-10-29 Thread Jen Simmons
I’ve talked to some folks here, poked around, and we believe it’s probably fine for `aspect-ratio` to override `-webkit-aspect` ratio. It looks like Chromium removed `-webkit-aspect` in 2014 because the "property is parsed and stored on RenderStyle, but it's not used anywhere, i.e. it has no

Re: [webkit-dev] Request for position on the aspect-ratio CSS property

2020-10-20 Thread Rob Buis
Hi, I was looking into aspect-ratio and there is one thing Christian did not mention yet. There is an existing aspect-ratio implementation (https://bugs.webkit.org/show_bug.cgi?id=47738) that uses the property -webkit-aspect-ratio and seems replaced elements only. Probably aspect-ratio can