[css-display] All multi-keyword values of 'display' should be at-risk (original) (raw)
CSS Display says
The following features are at-risk, and may be dropped during the CR period:
- Application of
::first-letterin the presence of run-insdisplay: run-in- All two-keyword values of
displayanddisplay: inline-list-item
It says "two-keyword values". But display admits 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-root
I think these should also be at-risk. I would say that all multi-keyword values of display are at-risk.