Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake sure our naming is vertical-writing-direction clean #799
Comments
|
As I wrote on the dev-servo mailing list: Even if the actual feature is not a priority, it might be easier to rewrite the layout code to use logical keywords (eg. measure/extent instead of width/height) while we don’t have much layout code. http://dev.w3.org/csswg/css-writing-modes/ |
This was referenced Dec 11, 2013
Closed
|
@SimonSapin This is fixed after your changes, yes? |
|
Yes, there is still related work to do, but the naming should be good now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For vertical writing direction, block layout goes left-to-right and inline goes top-to-bottom. We should not bake in assumptions about top-to-bottom and left-to-right/right-to-left into our naming.