Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

CSS multi-column and SVG renders differently in Chrome compared to Safari and Firefox #5

Open
zcorpan opened this issue Oct 1, 2021 · 2 comments
Labels
needstriage This bug has not been triaged yet scope-compatbugs

Comments

@zcorpan
Copy link
Contributor

zcorpan commented Oct 1, 2021

Describe the issue
Using multiple SVG images without specified dimensions in CSS multicol (columns: 2) renders differently in Chrome compared to Safari and Firefox. Chrome renders the images in one column, Safari and Firefox side by side in 2 columns.

Technologies Involved
CSS multi-column, SVG

Browsers Tested

  • Chrome 93.0.4577.82 (Official Build) (x86_64) on macOS 11.4
  • Safari Version 14.1.1 (16611.2.7.1.4) on macOS 11.4
  • Firefox Nightly 94.0a1 (2021-09-23) (64-bit)

Testcase
https://codepen.io/zcorpan/pen/dyRLYLa

Screenshots
Chrome:
two circles in one column

Safari:
two circles side by side

Firefox:
two circles side by side

Additional context
Add any other context about the problem here.

@zcorpan zcorpan added the needstriage This bug has not been triaged yet label Oct 1, 2021
@foolip
Copy link
Member

foolip commented Oct 12, 2021

@mstensho might you be able to help triage this issue, to figure out which browser or spec bugs this is about?

@mstensho
Copy link

Orphans and widows. Initial value is 2. There are two lines, which should be kept together in the same fragmentainer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needstriage This bug has not been triaged yet scope-compatbugs
Projects
None yet
Development

No branches or pull requests

4 participants