diff --git a/css-logical-1/Overview.bs b/css-logical-1/Overview.bs index 4c31f97e370a..8149476ed5fd 100644 --- a/css-logical-1/Overview.bs +++ b/css-logical-1/Overview.bs @@ -204,17 +204,18 @@ 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
+ 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.
- 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).