Skip to content

Commit 2acb04b

Browse files
dletoreydipikabh
andauthored
added FF release notes for line-clamp property (#45008)
* added FF release notes for line-clamp property * Update files/en-us/mozilla/firefox/experimental_features/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> * Update files/en-us/mozilla/firefox/releases/154/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent c655f38 commit 2acb04b

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,20 @@ The {{cssxref("link-parameters")}} CSS property and {{cssxref("param")}} CSS fun
435435
- `layout.css.link-parameters.enabled`
436436
- : Set to `true` to enable.
437437

438+
### Truncating content with `line-clamp`
439+
440+
The {{cssxref("line-clamp")}} CSS property now works without the `-webkit-` vendor prefix, though at this stage it does not support the `no-ellipsis` and `<string>` values. ([Firefox bug 2042986](https://bugzil.la/2042986)).
441+
442+
| Release channel | Version added | Enabled by default? |
443+
| ----------------- | ------------- | ------------------- |
444+
| Nightly | 154 | No |
445+
| Developer Edition | 154 | No |
446+
| Beta | 154 | No |
447+
| Release | 154 | No |
448+
449+
- `layout.css.line-clamp.enabled`
450+
- : Set to `true` to enable.
451+
438452
## SVG
439453

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ Firefox 154 is the current [Beta version of Firefox](https://www.firefox.com/en-
8686
These features are shipping in Firefox 154 but are disabled by default.
8787
To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`.
8888
You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page.
89+
90+
- **Truncating content with `line-clamp`**: `layout.css.line-clamp.enabled`
91+
92+
The {{cssxref("line-clamp")}} CSS property now works without the `-webkit-` vendor prefix, though at this stage it does not support the `no-ellipsis` and `<string>` values. ([Firefox bug 2042986](https://bugzil.la/2042986)).

0 commit comments

Comments
 (0)