What steps will reproduce the problem?
Chromium implements standard logical sizing properties and -webkit- prefixed ones independently, not as aliases. For example, this implies that issue 849855 was fixed for block-size and inline-size, but -webkit-logical-height and -webkit-logical-width are still affected.
What is the expected result?
Prefixed properties should be aliases of the standard ones:
-webkit-logical-height --> block-size
-webkit-min-logical-height --> min-block-size
-webkit-max-logical-height --> max-block-size
-webkit-logical-width --> inline-size
-webkit-min-logical-width --> min-inline-size
-webkit-max-logical-width --> max-inline-size
What happens instead?
They are not aliases. -webkit-logical-height and -webkit-logical-width should not be affected by issue 849855 .
Comment 1 by r...@igalia.com
, Jul 3