Skip to content

Commit

Permalink
relnote(120): nightly disables CSS -moz-prefixed transform properties…
Browse files Browse the repository at this point in the history
…, enables CSS zoom property (#29815)
  • Loading branch information
bsmth authored Oct 30, 2023
1 parent 633b733 commit 75a7010
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
43 changes: 43 additions & 0 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,49 @@ The CSS {{cssxref("offset-path")}} property now supports using [`url()`](/en-US/
</tbody>
</table>

### zoom property

The non-standard CSS {{cssxref("zoom")}} property 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>

## SVG

### SVGPathSeg APIs
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/120/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This article provides information about the changes in Firefox 120 that affect d

#### Removals

- The deprecated `-moz-transform` CSS property has been removed. Use the standard `transform` property instead ([Firefox bug 1855763](https://bugzil.la/1855763)).

### JavaScript

- {{jsxref("Date.parse()")}} now accepts numeric dashed dates which do not meet the formal ISO standard, e.g.
Expand Down

0 comments on commit 75a7010

Please sign in to comment.