Skip to content

Firefox 147 ships CSS Anchor Positioning#28649

Merged
caugner merged 2 commits intomdn:mainfrom
chrisdavidmills:fx147-anchor-positioning
Dec 12, 2025
Merged

Firefox 147 ships CSS Anchor Positioning#28649
caugner merged 2 commits intomdn:mainfrom
chrisdavidmills:fx147-anchor-positioning

Conversation

@chrisdavidmills
Copy link
Contributor

@chrisdavidmills chrisdavidmills commented Dec 12, 2025

Summary

Firefox 147 enables CSS anchor positioning by default. See https://bugzilla.mozilla.org/show_bug.cgi?id=1988225.

Most of the necessary data updates were handled by the most recent collector PR: #28624 (hat tip: @Elchi3).

This PR builds on that, adding a few bits that the collector didn't uncover.

Test results and supporting details

Related issues

@github-actions github-actions bot added data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:xl [PR only] >1000 LoC changed labels 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 Fx147 enables css anchor positioning by default Firefox 147 ships CSS Anchor Positioning 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.

As far as I can see, this PR contains two related but separate changes:

  1. Consolidate position-try properties data:
  • css/properties/position-try-fallbacks.json
  • css/properties/position-try.json
  1. Firefox 147 ships CSS Anchor Positioning
  • css/at-rules/position-try.json
  • css/properties/position-visibility.json
  • css/types/anchor-size.json
  • css/types/anchor.json

@chrisdavidmills Could you please extract the consolidation into a separate PR? 🙏

@github-actions github-actions bot added size:s [PR only] 7-24 LoC changed and removed size:xl [PR only] >1000 LoC changed labels Dec 12, 2025
@caugner caugner merged commit cc89ffd into mdn:main Dec 12, 2025
8 checks passed
@chrisdavidmills
Copy link
Contributor Author

@chrisdavidmills Could you please extract the consolidation into a separate PR?

Yes. See #28652 for the consolidation PR.

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:s [PR only] 7-24 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants