You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Edge 143 web platform release notes (Dec. 2025) (#3619)
* New web platform release notes for 143
* initial Writer/Editor pass
* re-outline
* date, and>or
* improve headings
* Detailed contents
* esc link text
* 142 date
* linkfix
* no rum
* see also
* .
* Move some features which moved to 143
* Finalized edit pass
* toc
* sss
---------
Co-authored-by: captainbrosset <[email protected]>
Co-authored-by: Michael Hoffman <[email protected]>
Co-authored-by: undefined <[email protected]>
@@ -313,7 +312,9 @@ See [RegExp.escape()](https://developer.mozilla.org/docs/Web/JavaScript/Referenc
313
312
314
313
315
314
<!-- ------------------------------ -->
316
-
#### Deprecated and removed features
315
+
#### Deprecated or removed features
316
+
317
+
The following Web API features have been deprecated (still supported, but not recommended) or removed.
317
318
318
319
319
320
<!-- ---------- -->
@@ -322,16 +323,6 @@ See [RegExp.escape()](https://developer.mozilla.org/docs/Web/JavaScript/Referenc
322
323
The `AutomaticHttpsDefault` policy is supported but discouraged in Microsoft Edge 136, and is planned to be removed in Microsoft Edge 139. Instead, use the new `HttpsUpgradesEnabled`<!-- todo: add link to the new policy on https://learn.microsoft.com/en-us/deployedge/microsoft-edge-update-policies when available --> policy, which is available starting in Microsoft Edge version 136.
323
324
324
325
325
-
<!-- ---------- -->
326
-
###### Deprecate `Intl.Locale` getters
327
-
328
-
The `Intl.Locale` API exposes information for a locale, including its week elements and its hour cycle type, such as 12-hour clock, Japanese 12-hour clock, or 24-hour clock.
329
-
330
-
The accessor properties of the `Intl.Locale` object are now deprecated, in favor of the corresponding functions, per the specification. For example, the `Intl.Locale.prototype.hourCycle` accessor property is deprecated in favor of the `Intl.Locale.prototype.getHourCycles()` function.
331
-
332
-
See [Intl.Locale](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) at MDN.
*[Invoker Commands API](https://developer.mozilla.org/docs/Web/API/Invoker_Commands_API) at MDN.
142
141
143
142
144
-
<!-- ---------- -->
145
-
###### Allow more characters in JavaScript DOM APIs
146
-
147
-
You can now create DOM elements and attributes with a wider variety of valid characters in JavaScript. This matches the behavior for when the same elements and attributes are defined in HTML markup.
148
-
149
-
This change aligns the JavaScript DOM APIs with the HTML parser, which allows a broader set of characters for element names and attributes.
150
-
151
-
See also:
152
-
*[Allow more characters in javascript DOM APIs](https://chromestatus.com/feature/6278918763708416)
0 commit comments