From 0efc96b91e287a9d117be21188cc7f53518265eb Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 18 Feb 2025 18:27:12 +0100 Subject: [PATCH] Match new order of focus areas on dashboard (#924) --- 2025/README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/2025/README.md b/2025/README.md index 16f64a4..c167dcf 100644 --- a/2025/README.md +++ b/2025/README.md @@ -11,9 +11,9 @@ Interop 2025 is focused on technology that is already specified in web standards ## Contents * [Focus areas](#focus-areas) - * [CSS anchor positioning](#css-anchor-positioning) * [`backdrop-filter`](#backdrop-filter) * [Core Web Vitals](#core-web-vitals) + * [CSS anchor positioning](#css-anchor-positioning) * [`
` element](#details-element) * [Layout](#layout) * [Modules](#modules) @@ -41,19 +41,6 @@ Interop 2025 is focused on technology that is already specified in web standards ## Focus areas - - -### CSS anchor positioning - -CSS anchor positioning sets an element's position and size based on the position and size of another element. For example, you can use anchor positioning to place a tooltip next to the content it references, in a way that avoids overflows or offscreen rendering. - -**Resources**: - -* [Focus area proposal](https://github.com/web-platform-tests/interop/issues/752) -* [Tests](https://wpt.fyi/results/css/css-anchor-position?label=master&label=experimental&aligned&q=label%3Ainterop-2025-anchor-positioning) -* [Spec](https://drafts.csswg.org/css-anchor-position-1/) -* [CSS anchor positioning](https://developer.mozilla.org/docs/Web/CSS/CSS_anchor_positioning), on MDN - ### `backdrop-filter` @@ -81,6 +68,19 @@ This year, the work will focus on implementing the Largest Contentful Paint (LCP * [Tests](https://wpt.fyi/results/?label=master&label=experimental&aligned&q=label%3Ainterop-2025-core-web-vitals) * [Web Vitals](https://web.dev/articles/vitals), on web.dev + + +### CSS anchor positioning + +CSS anchor positioning sets an element's position and size based on the position and size of another element. For example, you can use anchor positioning to place a tooltip next to the content it references, in a way that avoids overflows or offscreen rendering. + +**Resources**: + +* [Focus area proposal](https://github.com/web-platform-tests/interop/issues/752) +* [Tests](https://wpt.fyi/results/css/css-anchor-position?label=master&label=experimental&aligned&q=label%3Ainterop-2025-anchor-positioning) +* [Spec](https://drafts.csswg.org/css-anchor-position-1/) +* [CSS anchor positioning](https://developer.mozilla.org/docs/Web/CSS/CSS_anchor_positioning), on MDN + ### `
` element