-
Notifications
You must be signed in to change notification settings - Fork 23.1k
CSS Reference - Align all inset logical positioning related properties to the spec in the values syntax section. #43100
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.
…anging values section syntax from left reference to top.
Preview URLs (7 pages)
Flaws (37)Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
URL:
URL:
URL:
URL:
(comment last updated: 2026-02-12 01:28:35) |
Description
This PR is part of a batch of related pull requests where spacing and positioning properties were referencing a different value from the spec in the values syntax section. We are changing the reference value progressively whenever I find it, as in the previous pull requests.
Motivation
Align the docs to the CSS spec for overall consistency, changing the present reference "left" value to "top" as described in the document: https://drafts.csswg.org/css-position-3/#inset-shorthands
Additional details
https://drafts.csswg.org/css-position-3/#inset-shorthands
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset-block#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset-block-start#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset-block-end#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset-inline#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset-inline-start#values
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/inset-inline-end#values
Related issues and pull requests
Relates to #43076 and #42907