Skip to content

Commit 03be360

Browse files
dletoreypepelsbey
andauthored
added hyphenate-limit-chars to experimental ff release (mdn#38212)
* added hyphenate-limit-chars to experimental ff release * added the experimental note on 136 release * Remove :has-slotted --------- Co-authored-by: Vadim Makeev <vmakeev@mozilla.com>
1 parent e04e8b9 commit 03be360

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,46 @@ The parts that have been implemented include:
784784
</tbody>
785785
</table>
786786

787+
### `hyphenate-limit-chars` property
788+
789+
The {{CSSXRef("hyphenate-limit-chars")}} CSS property is used to specifically the minimum word length for hyphenation as well as the number of characters before and after the hyphen. ([Firefox bug 1521723](https://bugzil.la/1521723)).
790+
791+
<table>
792+
<thead>
793+
<tr>
794+
<th>Release channel</th>
795+
<th>Version added</th>
796+
<th>Enabled by default?</th>
797+
</tr>
798+
</thead>
799+
<tbody>
800+
<tr>
801+
<th>Nightly</th>
802+
<td>136</td>
803+
<td>Yes</td>
804+
</tr>
805+
<tr>
806+
<th>Developer Edition</th>
807+
<td>136</td>
808+
<td>No</td>
809+
</tr>
810+
<tr>
811+
<th>Beta</th>
812+
<td>136</td>
813+
<td>No</td>
814+
</tr>
815+
<tr>
816+
<th>Release</th>
817+
<td>136</td>
818+
<td>No</td>
819+
</tr>
820+
<tr>
821+
<th>Preference name</th>
822+
<td colspan="2"><code>layout.css.hyphenate-limit-chars.enabled</code></td>
823+
</tr>
824+
</tbody>
825+
</table>
826+
787827
## SVG
788828

789829
None.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ This article provides information about the changes in Firefox 136 that affect d
114114

115115
These features are newly shipped in Firefox 136 but are disabled by default. 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.
116116

117+
- **CSS `hyphenate-limit-chars` property**: `layout.css.hyphenate-limit-chars.enabled`.
118+
The {{CSSXRef("hyphenate-limit-chars")}} CSS property is used to specifically the minimum word length for hyphenation as well as the number of characters before and after the hyphen. ([Firefox bug 1521723](https://bugzil.la/1521723)).
117119
- **Error.captureStackTrace()**: `javascript.options.experimental.error_capture_stack_trace`.
118120
The {{jsxref("Error.captureStackTrace()")}} static method installs stack trace information on a provided object as the {{jsxref("Error.stack")}} property.
119121
Its main use case is to install a stack trace on a custom error object that does not derive from the {{jsxref("Error")}} interface.

0 commit comments

Comments
 (0)