Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[css-logical] Add block-start and block-end values to `caption-si…
…de` property
  • Loading branch information
ramiy authored Nov 22, 2023
commit d8a358ac3cd19a0151c0046c35d26c0ee7a44e8d
4 changes: 2 additions & 2 deletions css-logical-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ Logical Values for the 'caption-side' Property</h3>

<pre class="propdef partial">
Name: caption-side
New values: inline-start | inline-end
New values: inline-start | inline-end | block-start | block-end
Computed value: specified keyword
</pre>

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 <a>line-relative</a>.
Expand Down