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
*[Create service worker client and inherit service worker controller for iframe with `srcdoc`](#create-service-worker-client-and-inherit-service-worker-controller-for-iframe-with-srcdoc)
42
40
*[Dispatching click events to captured pointer](#dispatching-click-events-to-captured-pointer)
43
41
*[Float16Array](#float16array)
@@ -47,11 +45,9 @@ To stay up-to-date and get the latest web platform features, download an Insider
47
45
*[Observable API](#observable-api)
48
46
*[Service worker client URL now ignores `history.pushState` changes](#service-worker-client-url-now-ignores-historypushstate-changes)
49
47
*[Timestamps for RTC Encoded Frames](#timestamps-for-rtc-encoded-frames)
50
-
*[Use the `double` type for ProgressEvent's `loaded` and `total` attributes](#use-the-double-type-for-progressevents-loaded-and-total-attributes)
@@ -164,12 +160,6 @@ Taking the scroll offset into account when sizing the element enables using all
164
160
In order to avoid resizing the element every time the document is scrolled, the "remembered scroll offset" concept is used, rather than always using the current scroll offset.
165
161
166
162
167
-
<!-- ---------- -->
168
-
###### CSS `dynamic-range-limit` property
169
-
170
-
The `dynamic-range-limit` CSS property allows limiting the maximum brightness of High Dynamic Range (HDR) content.
171
-
172
-
173
163
<!-- ---------- -->
174
164
###### CSS `shape()` function
175
165
@@ -239,19 +229,6 @@ The Web Speech API is a web standard API that allows you to incorporate speech r
239
229
The Web Speech API uses the user's default microphone as the default audio input. MediaStreamTrack support allows a website to use the Web Speech API to caption other sources of audio, including remote audio tracks.
240
230
241
231
242
-
<!-- ---------- -->
243
-
###### Partitioning `:visited` links history
244
-
245
-
To eliminate user browsing history leaks, HTML `<a>` elements are now styled as `:visited` only if they have been clicked from the top-level site and frame origin before. This means that Microsoft Edge now partitions visited links according to three keys:
246
-
* Link URL.
247
-
* Top-level site.
248
-
* Frame origin.
249
-
250
-
By only styling links that have been clicked on this site and frame before, side-channel attacks that have been developed to obtain `:visited` links styling information are now obsolete.
251
-
252
-
_Self-links_ are excluded from this; links to a site's own pages can be styled as `:visited` even if they have not been clicked on in this exact top-level site and frame origin before. This exemption is only enabled in top-level frames or subframes which are same-origin with the top-level frame.
253
-
254
-
255
232
<!-- ---------- -->
256
233
###### Create service worker client and inherit service worker controller for iframe with `srcdoc`
257
234
@@ -330,12 +307,6 @@ These timestamps are present in WebRTC-encoded frames that are transmitted via `
330
307
This change allows video conferencing applications which use WebRTC to implement latency measurements to better understand performance.
331
308
332
309
333
-
<!-- ---------- -->
334
-
###### Use the `double` type for ProgressEvent's `loaded` and `total` attributes
335
-
336
-
The `loaded` and `total` attributes of a `ProgressEvent` indicate the current progress. The type of these attributes is now a floating point number between `0` and `1`, which aligns `ProgressEvent` with the default behavior of the `<progress>` HTML element, when the `max` attribute is omitted.
337
-
338
-
339
310
<!-- ---------- -->
340
311
###### fetchLater API
341
312
@@ -363,14 +334,6 @@ Getting highlights from a point can be used by a web app to manage user interact
363
334
#### Deprecated and removed features
364
335
365
336
366
-
<!-- ---------- -->
367
-
###### Deprecate `Intl.Locale` getters
368
-
369
-
The `Intl.Locale` API exposes information such as week data and hour cycle type of a locale.
370
-
371
-
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.
0 commit comments