Normal HTML flow is that inline elements stack next to each other (left-to-right or right-to-left depending on culture) and block elements do not, they claim an entire line for themselves.
If an element has an absolute position or is floated then it will be removed from the flow it's declared in.
So...
Are there three kinds of flow?
- Normal
- Absolute
- Float
Is this the terminology you'd use to talk about them?
NB: I'm not asking how to remove an element from normal flow. I'm asking what flows are there? and what should I call them?.