Skip to content

Commit 22e1474

Browse files
dletoreypepelsbey
andauthored
added experimental release note for text-autospace (#40966)
* added experimental release note for text-autospace * Update files/en-us/mozilla/firefox/experimental_features/index.md Co-authored-by: Vadim Makeev <hi@pepelsbey.dev> --------- Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
1 parent 3eb0169 commit 22e1474

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
@@ -350,6 +350,20 @@ The {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elemen
350350
- `layout.css.heading-selector.enabled`
351351
- : Set to `true` to enable.
352352

353+
### `text-autospace` property
354+
355+
The **`text-autospace`** CSS property allows you to specify the space applied between Chinese/Japanese/Korean (CJK) and non-CJK characters. Currently these values are only parsed and there is no effect on the output. ([Firefox bug 1869577](https://bugzil.la/1869577)).
356+
357+
| Release channel | Version added | Enabled by default? |
358+
| ----------------- | ------------- | ------------------- |
359+
| Nightly | 143 | No |
360+
| Developer Edition | 143 | No |
361+
| Beta | 143 | No |
362+
| Release | 143 | No |
363+
364+
- `layout.css.text-autospace.enabled`
365+
- : Set to `true` to enable.
366+
353367
## SVG
354368

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Firefox 143 is the current [Beta version of Firefox](https://www.firefox.com/en-
8383

8484
## Experimental web features
8585

86+
- **`text-autospace`**: `layout.css.text-autospace.enabled`
87+
88+
The **`text-autospace`** CSS property allows you to specify the space applied between Chinese/Japanese/Korean (CJK) and non-CJK characters. Currently these values are only parsed and there is no effect on the output. ([Firefox bug 1869577](https://bugzil.la/1869577)).
89+
8690
These features are shipping in Firefox 143 but are disabled by default.
8791
To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`.
8892
You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page.

0 commit comments

Comments
 (0)