Skip to content

Commit cac9104

Browse files
committed
spec/css3-box: edited
1 parent 08972f3 commit cac9104

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/css3-box.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ Formatting contexts are established by (possibly anonymous) boxes which may or m
160160

161161
A flow root is roughly a box whose normal flow is rendered in a location that's out-of-sync with the normal flow content that surrounds the flow root's box in the box tree. I'm not yet clear whether its even necessary to care about the concept of flow root. The more obviously important concept is that of formatting context.
162162

163-
* Regions, floats, abspos boxes and transform boxes are flow roots.
163+
* Regions, floats and abspos boxes are flow roots.
164164
* Neither column boxes, page boxes nor align boxes are inherently flow roots, but they do establish new formatting contexts.
165165
* (The "align box" type exists merely to artifically establish a new block formatting context. Its name desperately needs changing.)
166-
* Boxes whose used value of ‘overflow’ is not ‘visible’, table wrapper boxes, table cells, inline blocks and boxes whose directionality is orthogonal to their parent are //probably// not flow roots, but they do establish new formatting contexts.
166+
* Boxes whose used value of ‘overflow’ is not ‘visible’, table wrapper boxes, table cells, inline blocks, transform boxes and boxes whose directionality is orthogonal to their parent are //probably// not flow roots, but they do establish new formatting contexts.
167167
* A ‘child-align’ box is neither a flow root nor inherently establishes a new formatting context.
168168

169169
Column boxes establish column formatting contexts which are currently identical in behaviour to block formatting contexts.

0 commit comments

Comments
 (0)