From 24672c970a5d5129258016cb736833f1b76aaca7 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Fri, 22 May 2026 12:00:54 +0100 Subject: [PATCH] [css-backgrounds-4] Extend position-three to include logical/physical keywords --- css-backgrounds-4/Overview.bs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs index c6f152b04423..d112437f361a 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -943,9 +943,17 @@ Background Positioning Shorthand: the 'background-position' shorthand property <> = <> | <> <> = [ - [ left | center | right ] && [ [ top | bottom ] <> ] + [ left | center | right | x-start | x-end ] && + [ [ top | bottom | y-start | y-end ] <> ] | - [ [ left | right ] <> ] && [ top | center | bottom ] + [ [ left | right | x-start | x-end ] <> ] && + [ top | center | bottom | y-start | y-end ] + | + [ inline-start | center | inline-end ] && + [ [ block-start | block-end ] <> ] + | + [ [ inline-start | inline-end ] <> ] && + [ block-start | center | block-end ] ]