Closed
Bug 1446167
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 10057 - [shapes] Remove shape-outside avoiding behaviour for new-FCs/replaced.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10057 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10057
Details from upstream follow.
Ian Kilpatrick wrote:
> [shapes] Remove shape-outside avoiding behaviour for new-FCs/replaced.
>
> See intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/pfDg-VAeKWs
>
> This makes new formatting contexts behave exactly like floats would
> when they are positioned. I.e. they don't look at the shape-outside
> of the float, and instead as positioned for their margin box.
>
> I've added a .tentative test as per the intent.
>
> This will allow us to have a (relatively) simple implementation of
> css-shapes in LayoutNG as we only have to consider the shape area for
> line-boxes. \o/
>
> Bug: 820520
> Change-Id: Ib07600a291eb4838675a9a1068c5fc16cac0633f
>
> Reviewed-on: https://chromium-review.googlesource.com/739961
> WPT-Export-Revision: d645ddbcfa6d876cbd89df31ab5f70107cda2076
| Reporter | ||
Updated•8 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2735c1e1477c70df7dc9cf6ee4289e16acaf4977
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/da01f0d5a1fa
[wpt PR 10057] - [shapes] Remove shape-outside avoiding behaviour for new-FCs/replaced., a=testonly
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 5•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•