I want logical property support in media queries #204
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new properties of sizing are lacking support in
@media
rules (min-inline-size
,max-inline-size
,min-block-size
,max-block-size
):We need it to create responsive websites which work on all types of languages.
For Example, in Japanese the flow of the website is right to left (writing-mode: vertical-rl) instead of the regular flow from top to bottom. This means that for Japanese websites the responsive of the website is on the height and not on the width.
For the usage of logical properties to be practical, this is a must.
Here is a CodePen that demonstrates the described case.
https://webwewant.fyi/wants/114/
Beta Was this translation helpful? Give feedback.
All reactions