Currently, content models can be set statically via element models (
customHTMLElementModel
). It would be much more flexible to allow those models to be dynamic via the
display
CSS property.
For example, an image, depending on its model, could have a content model of type "mixed" or "block".
Display outisde display types would change the element model.
An RFC should be first written to establish clearly the relationship between display outer, display inner, content model and React Native flex display.