[csswg-drafts] Pull Request: [css-logical] Add `block-start` and `block-end` values to `caption-side` property

ramiy has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-logical] Add `block-start` and `block-end` values to `caption-side` property ==
While documenting the `caption-side` property on MDN we noticed that the flow-relative `block-start` and `block-end` values are not defined by any spec, although they are mentioned in the spec.

- [Cascading Style Sheets Level 2 Revision 2](https://drafts.csswg.org/css2/#propdef-caption-side) spec defines the `top` | `bottom` | `inherit` values.
- [CSS Logical Properties and Values Level 1](https://drafts.csswg.org/css-logical/#caption-side) spec defines the `inline-start` | `inline-end` values.

The `block-start` and `block-end` values are mentioned but not really defined in the spec.


See https://github.com/w3c/csswg-drafts/pull/9620


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 22 November 2023 07:42:31 UTC