Skip to content

Commit

Permalink
caption-side values (mdn#33903)
Browse files Browse the repository at this point in the history
* caption-side values

updated to reflect spec.

* Update index.md
  • Loading branch information
estelle authored Jun 4, 2024
1 parent 5e1ef83 commit 9f718b7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions files/en-us/web/css/caption-side/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ caption-side: top;
caption-side: bottom;

/* Logical values */
caption-side: block-start;
caption-side: block-end;
caption-side: inline-start;
caption-side: inline-end;

Expand All @@ -37,13 +35,9 @@ The `caption-side` property is specified as one of the keyword values listed bel
### Values

- `top`
- : The caption box should be positioned above the table.
- : The caption box should be positioned at the block start side of the table.
- `bottom`
- : The caption box should be positioned below the table.
- `block-start`
- : The caption box should be positioned at the block start edge of the table.
- `block-end`
- : The caption box should be positioned at the block end edge of the table.
- : The caption box should be positioned at the block end side of the table.
- `inline-start`
- : The caption box should be positioned at the inline start edge of the table.
- `inline-end`
Expand Down

0 comments on commit 9f718b7

Please sign in to comment.