Writing Modes currently says that if a block has a different writing-mode value than its parent, then it forms a new block formatting context.
This was quite appropriate for Writing Modes L3, but in L4 we introduced the sideways-* variants that are just like their vertical-* variants except the line orientation is different. This probably doesn't need a new block formatting context.
Should we loosen this restriction so that sideways-* and vertical-* blocks can share a block formatting context?
CC @kojiishi @MurakamiShinyu