Skip to content

Commit

Permalink
dom.svg.pathSeg.enabled - FF129 removes pref, so remove section
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 10, 2024
1 parent 688ef40 commit 23657f3
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,47 +944,7 @@ The {{CSSXRef(":has-slotted")}} [pseudo-class](/en-US/docs/Web/CSS/Pseudo-classe

## SVG

### SVGPathSeg APIs

The SVGPathSeg APIs are being unshipped, and have been placed behind a preference.
This includes: `SVGPathSegList`, [SVGPathElement.getPathSegAtLength()](/en-US/docs/Web/API/SVGPathElement), `SVGAnimatedPathData`.
(See [Firefox bug 1388931](https://bugzil.la/1388931) for more details.)

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version removed</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>97</td>
<td>No</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>97</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>97</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>97</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>dom.svg.pathSeg.enabled</code></td>
</tr>
</tbody>
</table>
None.

## JavaScript

Expand Down

0 comments on commit 23657f3

Please sign in to comment.