Skip to content

Record original position-try values as alternative names#28652

Merged
caugner merged 15 commits intomdn:mainfrom
chrisdavidmills:fix-position-area-data-everywhere
Dec 12, 2025
Merged

Record original position-try values as alternative names#28652
caugner merged 15 commits intomdn:mainfrom
chrisdavidmills:fix-position-area-data-everywhere

Conversation

@chrisdavidmills
Copy link
Contributor

Summary

The data for the position-area values as used in the position-try-fallbacks and position-try properties had an issue — values like self-x-start were originally supported with alternate names like x-self-start, but they got recorded as two separate values.

I originally updated the position-area property data to account for these name changes in #28282, but didn't realize that the data was duplicated in position-try-fallbacks and position-try as well.

This PR aims to fix this.

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Dec 12, 2025
@github-actions github-actions bot added the size:xl [PR only] >1000 LoC changed label Dec 12, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 12, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner caugner changed the title Fix position-area data everywhere Record original position-try values as alternative names Dec 12, 2025
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's include the module level in the URL consistently.

(We should probably lint this eventually.)

chrisdavidmills and others added 13 commits December 12, 2025 16:29
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
@chrisdavidmills
Copy link
Contributor Author

LGTM, but let's include the module level in the URL consistently.

All done. Thanks, @caugner.

@caugner caugner enabled auto-merge (squash) December 12, 2025 16:37
@caugner caugner merged commit e36a9d5 into mdn:main Dec 12, 2025
8 checks passed
@mdn-bot mdn-bot mentioned this pull request Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:xl [PR only] >1000 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants