[csswg-drafts] [css-display] All multi-keyword values of 'display' should be at-risk

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

== [css-display] All multi-keyword values of 'display' should be at-risk ==
[CSS Display](https://drafts.csswg.org/css-display-3/#status) says

> The following features are at-risk, and may be dropped during the CR period:
> 
>  - Application of `::first-letter` in the presence of run-ins
>  - `display: run-in`
>  - All two-keyword values of `display` and `display: inline-list-item`

It says "**two**-keyword values". But `display` admits the following **three**-keyword values:

 - `list-item block flow`
 - `list-item block flow-root`
 - `list-item inline flow`
 - `list-item inline flow-root`
 - `list-item run-in flow`
 - `list-item run-in flow-root`

I think these should also be at-risk. I would say that all **multi**-keyword values of `display` are at-risk.

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

Received on Thursday, 1 June 2017 19:48:20 UTC