-
Notifications
You must be signed in to change notification settings - Fork 23.1k
CSS Reference - Align shorthand logical spacing properties values section with the spec, referencing the correct value. #43076
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
base: main
Are you sure you want to change the base?
Conversation
…-top. The logical margin-block-start maps to the physical margin-top, so it makes sense to reference that property in values section instead of margin-left, to avoid any misleading confusion.
…s per the spec. Part of a bundled change to align all logical properties with the CSS spec.
Part of a bundle to align the four logical properties with the spec.
…pec. Part of a bundle change to align with the spec for logical properties.
…perties to align with the spec.
|
Preview URLs (3 pages)
Flaws (26) Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
(comment last updated: 2026-02-10 01:57:46) |
Description
Align padding-block, margin-block, and margin-inline values section with the spec, referencing the correct value.
Motivation
This change was done in a batch in a previous pull request for margin-related logical properties. Padding-related logical properties use a different structure for values content. So I decided to leave those intact, but change the ones similar to the previous changes.
#42907
Additional details
https://drafts.csswg.org/css-logical/#padding-properties
https://drafts.csswg.org/css-logical/#margin-properties
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/padding-block#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/margin-block#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/margin-inline#values
Related issues and pull requests
Relates to #42907