In Cassius, I am formalizing the CSS standard; in other words, I am implementing my own web browser, in logic. I've been reading the standard, trying out examples in browsers, and condensing the standard into something easy for a computer to reason about. Recently I've been working on floats, and I've come up with a quite simple mental model for thinking about float layout. Since I don't see it described anywhere else, I want to explain. Table of Contents Summary How are floats positioned CSS...