From 72a4d14a4220e94fafa3884d1e0527d899a7fad2 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Mon, 1 Jul 2024 12:21:10 -0400 Subject: [PATCH] Update date and version --- content/blog/2024/anchor-position-polyfill.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/blog/2024/anchor-position-polyfill.md b/content/blog/2024/anchor-position-polyfill.md index a894336ce..00b3ea605 100644 --- a/content/blog/2024/anchor-position-polyfill.md +++ b/content/blog/2024/anchor-position-polyfill.md @@ -1,7 +1,7 @@ --- title: Updates to the Anchor Position Polyfill sub: Catching up to the spec -date: 2024-06-26 +date: 2024-07-02 image: src: blog/2024/anchor.jpg alt: > @@ -22,9 +22,9 @@ as the spec started to take form. Now that the spec has stabilized, and Chromium has begun implementation, we are relying on our sponsors to support development of the polyfill. Thanks to their contributions, we're releasing [v0.0.6]. -[v0.0.6]: https://github.com/oddbird/css-anchor-positioning/releases/tag/v0.0.6 +[v0.1.0]: https://github.com/oddbird/css-anchor-positioning/releases/tag/v0.1.0 -## Updates in v0.0.6 +## Updates in v0.1.0 1. `position-anchor` @@ -74,8 +74,8 @@ isn't yet supported by the Polyfill. Thanks to a great contribution from [@ayoreis], the validity algorithm has been updated to match the [spec]. More can be found in the [issue], but this change makes more elements available for anchoring. The notable use case is you can now -anchor to another element that is anchored as well (as long as it comes earlier -in the DOM tree). +anchor to another element that is anchored as well (as long as the anchor +element is layed out before the target element). [@ayoreis]: https://github.com/ayoreis [spec]: https://drafts.csswg.org/css-anchor-position-1/#target