You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following question was raised by @dbaron in Firefox Bug 1311244 comment 15 during the review of implementing shape-outside: circle().
if a shape is a circle with a radius of 0, should text flow around that point, or should it flow around nothing?
Both blink and webkit flow the text around nothing. And Firefox is going to do the same. This should make sense because a point without radius doesn't enclose any area.
So it might be worth to add a note for circle() and ellipse() in Supported Shapes to explicit says that if the radius of a circle() is 0, it defines an empty float area. The same for ellipse() if one of its radii is 0.
The text was updated successfully, but these errors were encountered:
The following question was raised by @dbaron in Firefox Bug 1311244 comment 15 during the review of implementing
shape-outside: circle()
.Both blink and webkit flow the text around nothing. And Firefox is going to do the same. This should make sense because a point without radius doesn't enclose any area.
So it might be worth to add a note for
circle()
andellipse()
in Supported Shapes to explicit says that if the radius of acircle()
is 0, it defines an empty float area. The same forellipse()
if one of its radii is 0.The text was updated successfully, but these errors were encountered: