Skip to content

Commit

Permalink
[css-multicol] spanners become a formatting context, not always a BFC
Browse files Browse the repository at this point in the history
Closes w3c#1071
  • Loading branch information
frivoal committed Apr 6, 2017
1 parent c6401d4 commit f84b4ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css-multicol/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,8 @@ Spanning columns</h2>
ancestor in the same block formatting context. The element spans
across all columns. Content in the normal flow that appears before the
element is automatically balanced across all columns before the
element appears. The element establishes a new block formatting
context.
element appears.
The element <a>becomes a formatting context</a>.

Note: The element establishing a formatting content does not
depend of whether the element is a descendent of a multicol or not.
Expand Down Expand Up @@ -1724,6 +1724,7 @@ This appendix describes changes from the
<ul>
<li>TBD
<li>Clarify that column-span causes the element to become a formatting context even if it is not in a multicol
<li>Column spanners do not always establish a <em>block</em> formatting context, but instead <a>become a formatting context</a>.
</ul>

<h2 class=no-num id=acknowledgments>
Expand Down

0 comments on commit f84b4ee

Please sign in to comment.