From db91b8bae59a4c693a18a6c743d2be41c55c9f15 Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Sun, 2 Jun 2024 13:37:38 +0100 Subject: [PATCH] [css-anchor-position] Add 'center' to the variants that are missing it. #10383 --- css-anchor-position-1/Overview.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index 2bb67285000..b281dc52f21 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -539,9 +539,11 @@ Its syntax is: [ inline-start | center | inline-end | span-inline-start | span-inline-end | span-all ] | - [ self-block-start | self-block-end | span-self-block-start | span-self-block-end | span-all ] + [ self-block-start | center | self-block-end | span-self-block-start + | span-self-block-end | span-all ] || - [ self-inline-start | self-inline-end | span-self-inline-start | span-self-inline-end | span-all ] + [ self-inline-start | center | self-inline-end | span-self-inline-start + | span-self-inline-end | span-all ] | [ start | center | end | span-start | span-end | span-all ]{1,2} |