CSS Display 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.
CSS Display says
It says "two-keyword values". But
displayadmits the following three-keyword values:list-item block flowlist-item block flow-rootlist-item inline flowlist-item inline flow-rootlist-item run-in flowlist-item run-in flow-rootI think these should also be at-risk. I would say that all multi-keyword values of
displayare at-risk.