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
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