Skip to content

Commit e34c0b9

Browse files
pepelsbeydipikabh
andauthored
Firefox 150: absolute elements in multi-column containers and printing (#43772)
* Firefox 150: absolute elements in multi-column containers and printing * Update files/en-us/mozilla/firefox/releases/150/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> * Apply suggestions --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent b227e19 commit e34c0b9

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

files/en-us/mozilla/firefox/experimental_features/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,22 @@ The [`@container`](/en-US/docs/Web/CSS/Reference/At-rules/@container) CSS at-rul
361361
- `layout.css.style-queries.enabled`
362362
- : Set to `true` to enable.
363363

364+
### Absolutely positioned elements in multi-column containers and printing
365+
366+
Absolutely positioned elements inside [multi-column containers](/en-US/docs/Web/CSS/Guides/Multicol_layout) and when printing are now correctly positioned and fragmented.
367+
This improves interoperability with other browsers and prevents layout issues such as overlapping text or content loss.
368+
([Firefox bug 2018797](https://bugzil.la/2018797)).
369+
370+
| Release channel | Version added | Enabled by default? |
371+
| ----------------- | ------------- | ------------------- |
372+
| Nightly | 150 | Yes |
373+
| Developer Edition | 150 | No |
374+
| Beta | 150 | No |
375+
| Release | 150 | No |
376+
377+
- `layout.abspos.fragmentainer-aware-positioning.enabled`
378+
- : Set to `true` to enable.
379+
364380
## SVG
365381

366382
**No experimental features in this release cycle.**

files/en-us/mozilla/firefox/releases/150/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ These features are shipping in Firefox 150 but are disabled by default.
114114
To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`.
115115
You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page.
116116

117+
- **Absolutely positioned elements in multi-column containers and when printing**: `layout.abspos.fragmentainer-aware-positioning.enabled`
118+
119+
Absolutely positioned elements inside [multi-column containers](/en-US/docs/Web/CSS/Guides/Multicol_layout) and when printing are now correctly positioned and fragmented. This improves interoperability with other browsers and prevents layout issues such as overlapping text or content loss. ([Firefox bug 2018797](https://bugzil.la/2018797)).
120+
117121
- **Scoped custom element registries**: `dom.scoped-custom-element-registries.enabled`
118122

119123
The {{domxref("CustomElementRegistry","customElementRegistry")}} property is supported on {{domxref("Document")}}, {{domxref("Element")}}, and {{domxref("ShadowRoot")}}.

0 commit comments

Comments
 (0)