You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/mozilla/firefox/experimental_features/index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -435,6 +435,20 @@ The {{cssxref("link-parameters")}} CSS property and {{cssxref("param")}} CSS fun
435
435
-`layout.css.link-parameters.enabled`
436
436
- : Set to `true` to enable.
437
437
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? |
Copy file name to clipboardExpand all lines: files/en-us/mozilla/firefox/releases/154/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,3 +86,7 @@ Firefox 154 is the current [Beta version of Firefox](https://www.firefox.com/en-
86
86
These features are shipping in Firefox 154 but are disabled by default.
87
87
To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`.
88
88
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