[wpt-sync] Sync PR 42598 - Anonymous boxes that wrap inlines should not inherit overflow
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42598 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42598
Details from upstream follow.
Martin Robinson <mrobinson@igalia.com> wrote:
Anonymous boxes that wrap inlines should not inherit overflow
In legacy layout, anonymous text wrappers were inheriting the
overflow
andtext-overflowproperties. This results in the creation of extra
clipping for these anonymous wrappers which could clip away floats. We
will likely implementtext-overflowdifferently in non-legacy layout.This change marks all legacy layout pseudo elements as "legacy" and also
adds a new pseudo element for non-legacy layout that does not inherit
overflow.Fixes #<!-- nolink -->30562.
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
<!-- Please describe your changes on the following line: -->
Reviewed in servo/servo#30579
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•