From d8a358ac3cd19a0151c0046c35d26c0ee7a44e8d Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Tue, 21 Nov 2023 23:29:35 -0800 Subject: [PATCH 1/4] [css-logical] Add `block-start` and `block-end` values to `caption-side` property --- css-logical-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-logical-1/Overview.bs b/css-logical-1/Overview.bs index 4c31f97e370a..10e7cd83652c 100644 --- a/css-logical-1/Overview.bs +++ b/css-logical-1/Overview.bs @@ -204,11 +204,11 @@ Logical Values for the 'caption-side' Property
     Name: caption-side
-    New values: inline-start | inline-end
+    New values: inline-start | inline-end | block-start | block-end
     Computed value: specified keyword
   
- These two values are added only for implementations that support + These two inline values are added only for implementations that support ''caption-side/left'' and ''caption-side/right'' values for 'caption-side'. The ''caption-side/left'' and ''caption-side/right'' values themselves are defined to be line-relative. From 5a8a299748300366b0aff031bd432b3dfa0d462a Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sun, 26 Nov 2023 23:19:19 -0800 Subject: [PATCH 2/4] Update css-logical-1/Overview.bs Co-authored-by: Oriol Brufau --- css-logical-1/Overview.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-logical-1/Overview.bs b/css-logical-1/Overview.bs index 10e7cd83652c..dce29dc7ffc8 100644 --- a/css-logical-1/Overview.bs +++ b/css-logical-1/Overview.bs @@ -208,7 +208,8 @@ Logical Values for the 'caption-side' Property Computed value: specified keyword - These two inline values are added only for implementations that support + The ''caption-side/inline-start'' and ''caption-side/inline-end'' values + are added only for implementations that support ''caption-side/left'' and ''caption-side/right'' values for 'caption-side'. The ''caption-side/left'' and ''caption-side/right'' values themselves are defined to be line-relative. From 3e761f2ce605ad44f5f692b818bea10b9d2f2891 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sun, 26 Nov 2023 23:27:00 -0800 Subject: [PATCH 3/4] Add links --- css-logical-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-logical-1/Overview.bs b/css-logical-1/Overview.bs index dce29dc7ffc8..920f5a43b81c 100644 --- a/css-logical-1/Overview.bs +++ b/css-logical-1/Overview.bs @@ -208,7 +208,7 @@ Logical Values for the 'caption-side' Property Computed value: specified keyword - The ''caption-side/inline-start'' and ''caption-side/inline-end'' values + The caption-side/inline-start and caption-side/inline-end values are added only for implementations that support ''caption-side/left'' and ''caption-side/right'' values for 'caption-side'. The ''caption-side/left'' and ''caption-side/right'' values themselves From 031f98699e361e5340cc9c5b2ef72d77292707eb Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sun, 26 Nov 2023 23:31:44 -0800 Subject: [PATCH 4/4] Rewrite the existing top/bottom values --- css-logical-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-logical-1/Overview.bs b/css-logical-1/Overview.bs index 920f5a43b81c..8149476ed5fd 100644 --- a/css-logical-1/Overview.bs +++ b/css-logical-1/Overview.bs @@ -214,8 +214,8 @@ Logical Values for the 'caption-side' Property The ''caption-side/left'' and ''caption-side/right'' values themselves are defined to be line-relative. - The existing ''caption/top'' and ''caption/bottom'' values are idiosyncratically redefined - as assigning to the block-start and block-end sides of the table, respectively. + The block-start and block-end values are assigning to the existing + ''caption/top'' and ''caption/bottom'' sides of the table, respectively. The mapping on this property uses the writing mode of the caption’s containing block (that is, the table wrapper box).