-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
CSS property update: gap #34141
CSS property update: gap #34141
Conversation
Preview URLs (comment last updated: 2024-06-20 18:44:22) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @estelle. I've looked at the updates.
|
||
The visible space between elements may differ from the specified `gap` value because margins, padding, and distributed alignment may increase the separation between elements beyond what is specified by `gap`. | ||
|
||
Early versions of the specification called this property `grid-gap`, and to maintain compatibility with legacy websites, browsers still accept `grid-gap` as an alias for `gap`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think placing this historical info at the beginning of the "Description" section might be better for the flow of content.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better at the end because it's not important; whereas placing it at the beginning adds importance.
Co-authored-by: Dipika Bhattacharya <[email protected]>
addressed as part of CSS baseline / interop openwebdocs/project#189 - subcomponent openwebdocs/project#202