Skip to content

Commit d919691

Browse files
committed
[css-logical-1] Define interpretation of caption-side: left|right (as line-relative).
1 parent 4796be0 commit d919691

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-logical-1/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,14 @@ Logical Values for the 'caption-side' Property</h3>
181181

182182
These two values are added only for implementations that support
183183
''caption-side/left'' and ''caption-side/right'' values for 'caption-side'.
184+
The ''caption-side/left'' and ''caption-side/right'' values themselves
185+
are defined to be <a>line-relative</a>.
186+
184187
The existing ''caption/top'' and ''caption/bottom'' values are idiosyncratically redefined
185188
as assigning to the <a>block-start</a> and <a>block-end</a> sides of the table, respectively.
186-
The mapping on this property uses the <a>writing mode</a> of the element’s <a>containing block</a>
187-
(that is, the table wrapper box).
189+
190+
The mapping on this property uses the <a>writing mode</a> of the caption’s <a>containing block</a>
191+
(that is, the <a>table wrapper box</a>).
188192

189193
<h3 id="float-clear">
190194
Flow-Relative Values for the 'float' and 'clear' Properties</h3>

0 commit comments

Comments
 (0)