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
Copy file name to clipboardExpand all lines: microsoft-edge/web-platform/release-notes/143.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ Below are the new Web API features in Microsoft Edge.
147
147
148
148
149
149
<!-- ---------- -->
150
-
######Allow more characters in JavaScript DOM APIs
150
+
#### Allow more characters in JavaScript DOM APIs
151
151
152
152
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.
*[The variants accessor property of Intl.Locale](#the-variants-accessor-property-of-intllocale)
36
31
*[Mirroring of MathML operators in right-to-left mode](#mirroring-of-mathml-operators-in-right-to-left-mode)
37
32
*[Performance API interactionCount property](#performance-api-interactioncount-property)
38
33
*[The `maintain-framerate-and-resolution` value for the `RTCDegradationPreference` enum](#the-maintain-framerate-and-resolution-value-for-the-rtcdegradationpreference-enum)
39
34
*[LayoutShift API reports rect elements in CSS pixels](#layoutshift-api-reports-rect-elements-in-css-pixels)
40
-
*[Browser Bound Keys in the Secure Payment Confirmation API](#browser-bound-keys-in-the-secure-payment-confirmation-api)
41
35
*[Support for `ping`, `hreflang`, `type`, and `referrerPolicy` for SVG `<a>` elements](#support-for-ping-hreflang-type-and-referrerpolicy-for-svg-a-elements)
42
36
*[Exception on History API pushState and replaceState throttling](#exception-on-history-api-pushstate-and-replacestate-throttling)
Below are the new Web API features in Microsoft Edge.
181
+
184
182
185
183
<!-- ------------------------------ -->
186
184
#### The Temporal API
@@ -202,17 +200,6 @@ See also:
202
200
*[Test the clipboardchange event—a more efficient way to monitor the clipboard](https://developer.chrome.com/blog/clipboardchange).
203
201
204
202
205
-
<!-- ------------------------------ -->
206
-
#### IDNA ContextJ rules
207
-
208
-
To improve interoperability with other browsers, Microsoft Edge now implements the IDNA ContextJ rules, by disallowing ZWNJ (U+200C ZERO WIDTH NON-JOINER) and ZWJ (U+200D ZERO WIDTH JOINER) characters in most places within URLs.
209
-
210
-
IDNA is the mechanism by which non-ASCII characters can occur in domain names. For example, the URL `http://네이버.한국/` is encoded as `http://xn--950bt9s8xi.xn--3e0b707e/`.
211
-
212
-
See also:
213
-
*[Better Unicode support](./143.md#better-unicode-support) in _Microsoft Edge 143 web platform release notes (Dec. 2025)_.
214
-
215
-
216
203
<!-- ------------------------------ -->
217
204
#### The `variants` accessor property of `Intl.Locale`
218
205
@@ -281,18 +268,6 @@ See also:
281
268
*[LayoutShiftAttribution](https://developer.mozilla.org/docs/Web/API/LayoutShiftAttribution) at MDN.
282
269
283
270
284
-
<!-- ------------------------------ -->
285
-
#### Browser Bound Keys in the Secure Payment Confirmation API
286
-
287
-
The Secure Payment Confirmation API can now keep up with syncing passkeys and device requirements for online payments. The Browser Bound Keys feature adds device binding in the browser, to enable payment scenarios in which device binding is required.
288
-
289
-
This feature helps meet requirements for device binding for payment transactions.
290
-
291
-
See also:
292
-
*[Using Secure Payment Confirmation](https://developer.mozilla.org/docs/Web/API/Payment_Request_API/Using_secure_payment_confirmation) at MDN.
293
-
*[Browser Bound Key Store](https://w3c.github.io/secure-payment-confirmation/#sctn-browser-bound-key-store) in _Secure Payment Confirmation_.
294
-
295
-
296
271
<!-- ------------------------------ -->
297
272
#### Support for `ping`, `hreflang`, `type`, and `referrerPolicy` for SVG `<a>` elements
0 commit comments