Skip to content

Commit

Permalink
FF126 zoom enabled (remove layout.css.zoom.enabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 3, 2024
1 parent 586c176 commit 4cab51f
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,52 +640,6 @@ See ([Firefox bug 1808410](https://bugzil.la/1808410)) for more details.
</tbody>
</table>

### zoom property

The non-standard CSS {{cssxref("zoom")}} property is enabled in the Nightly release and lets you magnify an element similar to the {{cssxref("transform")}} property, but it affects the layout size of the element.
See ([Firefox bug 1855763](https://bugzil.la/1855763) and [Firefox bug 390936](https://bugzil.la/390936)) for more details.

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version added</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>120</td>
<td>Yes</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>120</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>120</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>120</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2">
<code>layout.css.zoom.enabled</code>
</td>
</tr>
</tbody>
</table>

To ensure compatibility with these changes, the [Vendor-prefixed transform properties](#vendor-prefixed_transform_properties) and the [Vendor-prefixed transition properties](#vendor-prefixed_transition_properties) are disabled in the Nightly release.
These changes are described in the following sections.

### text-wrap: balance & stable values

The [`text-wrap`](/en-US/docs/Web/CSS/text-wrap) CSS property values `balance` and `stable` allow the layout of short content to be wrapped in a balanced manner and for editable content to not reflow while the user is editing it, respectively.
Expand Down

0 comments on commit 4cab51f

Please sign in to comment.