Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid float collision with box establishing formatting context #2260

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

liZe
Copy link
Member

@liZe liZe commented Sep 27, 2024

Related to #2019.

This problem is not over yet: these boxes don’t collide, but they’re put after the float. That’s not what the spec wants:

If necessary, implementations should clear the said element by placing it below any preceding floats, but may place it adjacent to such floats if there is sufficient space.

@liZe liZe added this to the 63.0 milestone Sep 27, 2024
@liZe liZe added the bug Existing features not working as expected label Sep 27, 2024
@liZe liZe merged commit d5a9485 into main Sep 27, 2024
13 checks passed
@liZe liZe deleted the float-overflow branch September 27, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing features not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant