-
Notifications
You must be signed in to change notification settings - Fork 63
定义网格系统 #422
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
The CSSWG has only seriously discussed the grid of lines (block axis), no so much the grid of of characters in the inline axis. Our first attempt was https://drafts.csswg.org/css-line-grid-1/. However, this is largely stalled, because setting up the grid this way is a little risky, and if things end up being just a little bit too big, it's quite easy to end up with a lot of double spacing. Another simpler attempt was https://drafts.csswg.org/css-rhythm-1/#line-height-step, but it's even more fragile to that problem. So instead, more recent discussions have focused not really no setting up a grid forcibly, but on better sizing of lines and blocks so that they naturally line up as a grid:
|
clreq全文没有提到「网格系统」,不过有一些相关文字:
我们是否需要把「网格」这个术语明确写出来?
The text was updated successfully, but these errors were encountered: