Skip to content

Conversation

@danfickle
Copy link
Owner

This PR implements:

  • Nested content such as p, ul, etc in flowing columns.
  • Floated boxes in flowing columns (with limitations).
  • Explicit column breaks.

Limitations:

  • Floated boxes that go over multiple columns are broken at arbitrary points so are best used explicitly at the start of a column where they will not be broken.
  • Column break boxes must be empty. For example: <div style="break-before: column;"></div>.
  • Container boxes are not resized or duplicated when broken over multiple columns, so should not have a background, overflow: hidden or border (except top).
  • Balanced columns are still not implemented.

@danfickle danfickle merged commit 661252f into open-dev-v1 Aug 19, 2019
@danfickle danfickle deleted the better_columns branch August 19, 2019 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants