The 'block-step-align' property currently interacts with align-self when it is auto, but otherwise defaults to center; and block-step-align allows overriding the alignment. But it doesn't define any interaction with align-content.
Probably for padding-box and content-box values of block-step-insert, we should at least default to following align-content; and perhaps even allow a non-normal value of align-content to override an explicit block-step-align; it seems weird to insert extra space contrary to the specified content alignment.
The 'block-step-align' property currently interacts with
align-selfwhen it isauto, but otherwise defaults tocenter; andblock-step-alignallows overriding the alignment. But it doesn't define any interaction withalign-content.Probably for
padding-boxandcontent-boxvalues ofblock-step-insert, we should at least default to followingalign-content; and perhaps even allow a non-normal value ofalign-contentto override an explicitblock-step-align; it seems weird to insert extra space contrary to the specified content alignment.