[csswg-drafts] [css-sizing-4] Do not add `stretch | fit-content | contain` for the logical properties (#7370)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-sizing-4] Do not add `stretch | fit-content | contain` for the logical properties ==
`stretch | fit-content | contain` are defined as `new values` for `width`, `height`, `inline-size`, `block-size`, `min-width`, `min-height`, `min-inline-size`, `min-block-size`, `max-width`, `max-height`, `max-inline-size`, `max-block-size`.

It should not apply to the logical properties because:

- [`inline-size` and `block-size`](https://drafts.csswg.org/css-logical-1/#propdef-inline-size) are defined with `<'width'>`
- [`min-inline-size` and `min-block-size`](https://drafts.csswg.org/css-logical-1/#propdef-min-inline-size) are defined with `<'min-width'>`
- [`max-inline-size` and `max-block-size`](https://drafts.csswg.org/css-logical-1/#propdef-max-inline-size) are defined with `<'max-width'>`

`stretch | fit-content | contain` would be "included" and potentially parsed twice.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7370 using your GitHub account


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

Received on Wednesday, 15 June 2022 11:55:27 UTC