Firefox 150: absolute elements in multi-column containers and printing#43772
Firefox 150: absolute elements in multi-column containers and printing#43772
Conversation
|
Preview URLs (2 pages) External URLs (2)URL:
URL:
(comment last updated: 2026-04-13 15:47:50) |
0bf47b4 to
870ad6f
Compare
870ad6f to
bd145ba
Compare
dipikabh
left a comment
There was a problem hiding this comment.
Looks good, just a few nits for your consider.
Thanks Vadim!
|
|
||
| ### Absolutely positioned elements in multi-column containers and printing | ||
|
|
||
| Firefox now correctly positions and fragments absolutely positioned elements inside [multi-column containers](/en-US/docs/Web/CSS/Guides/Multicol_layout) and when printing. |
There was a problem hiding this comment.
this is fine but if we want consistency with other entries and drop "Firefox" as the subject, we could rephrase it as
"Absolutely positioned elements inside multi-column containers and when printing are now correctly positioned and fragmented."
| | Release | 150 | No | | ||
|
|
||
| - `layout.abspos.fragmentainer-aware-positioning.enabled` | ||
| - : Set to `true` to enable. |
There was a problem hiding this comment.
or similar to other entries where the feature is already enabled:
| - : Set to `true` to enable. | |
| - : Set to `true` to enable. (already enabled in Nightly) |
| To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`. | ||
| You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page. | ||
|
|
||
| - **Absolutely positioned elements in multi-column containers and printing**: `layout.abspos.fragmentainer-aware-positioning.enabled` |
There was a problem hiding this comment.
| - **Absolutely positioned elements in multi-column containers and printing**: `layout.abspos.fragmentainer-aware-positioning.enabled` | |
| - **Absolutely positioned elements in multi-column containers and when printing** (Nightly): `layout.abspos.fragmentainer-aware-positioning.enabled` |
There was a problem hiding this comment.
I believe it's not Nightly-only, meaning that it will be available in stable 150 behind the flag.
There was a problem hiding this comment.
Ah ok, then no need to add "(Nightly)"
| - **Absolutely positioned elements in multi-column containers and printing**: `layout.abspos.fragmentainer-aware-positioning.enabled` | |
| - **Absolutely positioned elements in multi-column containers and when printing**: `layout.abspos.fragmentainer-aware-positioning.enabled` |
Description
Adds release note for absolutely positioned elements in multi-column containers and printing
Motivation