Re: [csswg-drafts] [css-shapes-1] Degenerate polygons with positive shape-margin

We're shipping [support for shape-outside][1] in Firefox 62. On this issue of shape areas versus edges, we are not compliant with the spec as written. We decided to ship our implementation enforcing these principles:

* Zero-area shapes still have edges and those edges impact float layout.
* Zero-area shapes can be expanded by shape-margin values.
* Zero-area shapes will not affect floated elements that are block adjacent -- there is no minimum of 1 pixel area applied to the shape.
* Insets deflated beyond a point singularity are treated as rectangles in the same shape as the inverted rectangle.

[1]:https://bugzilla.mozilla.org/show_bug.cgi?id=1461046

-- 
GitHub Notification of comment by bradwerth
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2375#issuecomment-403966246 using your GitHub account

Received on Tuesday, 10 July 2018 21:07:41 UTC