Skip to content

Commit

Permalink
added FF Release note for autocorrect and removed it from experiment … (
Browse files Browse the repository at this point in the history
#38196)

* added FF Release note for autocorrect and removed it from experiment release

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

Co-authored-by: Hamish Willee <[email protected]>

---------

Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
dletorey and hamishwillee authored Feb 18, 2025
1 parent 6b26a56 commit 347da2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
40 changes: 0 additions & 40 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,6 @@ Experimental features can be enabled or disabled using the [Firefox Configuratio
## HTML

### Autocorrection of editable text elements

The HTML [`autocorrect`](/en-US/docs/Web/HTML/Global_attributes/autocorrect) attribute (and corresponding {{domxref("HTMLElement.autocorrect")}} property) allow autocorrection in editable text elements including: most kinds of text {{htmlelement("input")}} elements, {{htmlelement("textarea")}} elements, and elements that have the [`contenteditable`](/en-US/docs/Web/HTML/Global_attributes/contenteditable) attribute set ([Firefox bug 1725806](https://bugzil.la/1725806)).

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version added</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>134</td>
<td>Yes</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>134</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>134</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>134</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>dom.forms.autocorrect</code></td>
</tr>
</tbody>
</table>

### Layout for input type="search"

Layout for `input type="search"` has been updated. This causes a search field to have a clear icon once someone starts typing in it, to match other browser implementations. (See [Firefox bug 558594](https://bugzil.la/558594) for more details.)
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/136/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This article provides information about the changes in Firefox 136 that affect d

### HTML

- The [`autocorrect`](/en-US/docs/Web/HTML/Global_attributes/autocorrect) global attribute allows autocorrection in editable text elements including: most kinds of text {{htmlelement("input")}} elements, {{htmlelement("textarea")}} elements, and elements that have the [`contenteditable`](/en-US/docs/Web/HTML/Global_attributes/contenteditable) attribute set. The specific autocorrection behavior depends on the user agent and underlying OS. ([Firefox bug 1927977](https://bugzil.la/1927977)).

#### Removals

### CSS
Expand Down

0 comments on commit 347da2b

Please sign in to comment.