[csswg-drafts] Pull Request: [css-page-floats-3] Add missing CSS2 'both' keyword to 'clear' grammar

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

== [css-page-floats-3] Add missing CSS2 'both' keyword to 'clear' grammar ==
Fixes #7350.

There has been no update to the spec since 1 year but I would hope that at least `both`, which is [defined in CSS 2](https://w3c.github.io/csswg-drafts/css2/#propdef-clear), could be re-included in the `value` definition of `clear`, for backward-compatibility, noting that: 

1. `both-inline` and `both-block` are also defined in prose in CSS Page Floats 3 but are missing in the `value` definition of `clear`
2. `both` is defined in CSS Page Floats 3 as equivalent to `both-inline`, which is defined as equivalent to `inline-start` and `inline-end`

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


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

Received on Thursday, 6 October 2022 12:21:45 UTC