-
Notifications
You must be signed in to change notification settings - Fork 242
[Foldables] Better directionality in spec similar to block-start #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes! We should be using start & end consistently. |
Thank you @chris480 for filing this issue, I have been thinking about writing mode and additionally the usage logical properties you suggested above. While I believe the idea is great, our goal with the
Would adding
I see this functionality closer to CSS's I would love to discuss this further as I am not yet convinced logical properties are suitable for this scenario but I am happy to learn and change my mind. |
@zouhir - thank you for the detailed reply. In my mind, I don't see why we couldn't have both top,left, bottom, right as with traditional CSS model. As for having more block- based directionality, what I was originally thinking of could be in this example: If was a RTL vs LTR reader, could I using only CSS flip the Map and List position? |
My immediate gut reaction, too, was to reject |
Instead of
env
offold-left
, would it be better asfold-start
?This allows for enhanced multi-language context support support.
The functionality would be similar to how margin and border block-start were introduced.
The text was updated successfully, but these errors were encountered: