Skip to content

Commit e7d029b

Browse files
Merge branch 'web-platform-release-notes' of github.com:MicrosoftDocs/edge-developer into web-platform-release-notes
2 parents 04b8fd0 + d5dfe4b commit e7d029b

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

microsoft-edge/web-platform/release-notes/133.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ To stay up-to-date and get the latest web platform features, download an Insider
5858
<!-- ====================================================================== -->
5959
## Edge DevTools
6060

61-
For Edge DevTools, see [What's New in DevTools (Microsoft Edge 133)](../../devtools-guide-chromium/whats-new/2025/02/devtools-133.md).
61+
See [What's New in DevTools (Microsoft Edge 133)](../../devtools-guide-chromium/whats-new/2025/02/devtools-133.md).
6262

6363

6464
<!-- ====================================================================== -->
6565
## WebView2
6666

67-
For WebView2, see [1.0.3065.39](../../webview2/release-notes/index.md#10306539) in _Release Notes for the WebView2 SDK_ (Feb. 2025).
67+
See [1.0.3065.39](../../webview2/release-notes/index.md#10306539) in _Release Notes for the WebView2 SDK_ (Feb. 2025).
6868

6969

7070
<!-- ====================================================================== -->
@@ -341,7 +341,7 @@ Allows Microsoft Store-installed Progressive Web Apps (PWAs) to access file cont
341341

342342
Expires on June 14, 2025.
343343

344-
The `handwriting` attribute provides developers with a per-document and per-element way to control where handwriting input, such as when using a stylus, is allowed.
344+
The `handwriting` attribute provides a per-document and per-element way to control where handwriting input, such as when using a stylus, is allowed.
345345

346346
* [Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Handwriting/explainer.md)
347347
* [Feedback](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?labels=Handwriting,OriginTrialFeedback&amp;title=%5BHandwriting%5D+Feedback)

microsoft-edge/web-platform/release-notes/134.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ To stay up-to-date and get the latest web platform features, download an Insider
4747
<!-- ====================================================================== -->
4848
## Edge DevTools
4949

50-
For Edge DevTools, see [What's New in DevTools (Microsoft Edge 134)](../../devtools-guide-chromium/whats-new/2025/03/devtools-134.md).
50+
See [What's New in DevTools (Microsoft Edge 134)](../../devtools-guide-chromium/whats-new/2025/03/devtools-134.md).
5151

5252

5353
<!-- ====================================================================== -->
5454
## WebView2
5555

56-
For WebView2, see [1.0.3124.44](../../webview2/release-notes/index.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).
56+
See [1.0.3124.44](../../webview2/release-notes/index.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).
5757

5858

5959
<!-- ====================================================================== -->
@@ -93,7 +93,7 @@ Using this property, webpages that display HDR images can limit their brightness
9393
<!-- ---------- -->
9494
###### Customizable `<select>` element
9595

96-
The customizable `<select>` element allows developers to take complete control of the rendering of the element, by adding the `appearance: base-select` CSS declaration.
96+
The customizable `<select>` element allows you to take complete control of the rendering of the element, by adding the `appearance: base-select` CSS declaration.
9797

9898
This feature currently relies on the `SelectParserRelaxation` flag, which changes the HTML parser to allow more tags within the `<select>` tag. Sites which include additional tags inside `<select>` which were getting removed before, such as `<span>` elements, or are including an extremely large number of `<option>` elements may be affected by `SelectParserRelaxation`.
9999

@@ -115,7 +115,7 @@ A new `closedby` attribute controls the behavior:
115115
<!-- ---------- -->
116116
###### `application-title` meta tag for installed web apps
117117

118-
The `<meta name="application-title">` element allows developers of installed web applications to set the text that appears in the title bar of the installed application window. By default, if the `application-title` meta name is missing, the text that's contained in the HTML `<title>` element is used instead.
118+
The `<meta name="application-title">` element allows an installed web application to set the text that appears in the title bar of the installed application window. By default, if the `application-title` meta name is missing, the text that's contained in the HTML `<title>` element is used instead.
119119

120120
See [Other names](https://developer.mozilla.org/docs/Web/HTML/Element/meta/name#other_names), in _Standard metadata names_, at MDN.
121121

@@ -136,7 +136,7 @@ The `expect-no-linked-resources` Document-Policy hints to the browser that the b
136136
<!-- ---------- -->
137137
###### Explicit resource management
138138

139-
This feature introduces the `using` keyword to JavaScript, which allows developers to explicitly manage resources. The `using` keyword is used to define a block of code that uses a resource, and ensures that the resource is disposed of when the block is exited. This feature addresses a common pattern in software development regarding the lifetime and management of various resources (such as memory or I/O). This pattern supports resource allocation and explicitly releasing critical resources.
139+
This feature introduces the `using` keyword to JavaScript, which allows you to explicitly manage resources. The `using` keyword is used to define a block of code that uses a resource, and ensures that the resource is disposed of when the block is exited. This feature addresses a common pattern in software development regarding the lifetime and management of various resources (such as memory or I/O). This pattern supports resource allocation and explicitly releasing critical resources.
140140

141141
See [ECMAScript Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management).
142142

@@ -253,7 +253,7 @@ Allows Microsoft Store-installed Progressive Web Apps (PWAs) to access file cont
253253

254254
Expires on June 14, 2025.
255255

256-
The `handwriting` attribute provides developers with a per-document and per-element way to control where handwriting input, such as when using a stylus, is allowed.
256+
The `handwriting` attribute provides a per-document and per-element way to control where handwriting input, such as when using a stylus, is allowed.
257257

258258
* [Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Handwriting/explainer.md)
259259
* [Feedback](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?labels=Handwriting,OriginTrialFeedback&amp;title=%5BHandwriting%5D+Feedback)

microsoft-edge/web-platform/release-notes/135.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ To stay up-to-date and get the latest web platform features, download an Insider
6565
<!-- ====================================================================== -->
6666
## Edge DevTools
6767

68-
For Edge DevTools, see [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md).
68+
See [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md).
6969
<!-- todo: when exists in April 2025, use instead:
70-
For Edge DevTools, see [What's New in DevTools (Microsoft Edge 135)](../../devtools-guide-chromium/whats-new/2025/04/devtools-135.md).
70+
See [What's New in DevTools (Microsoft Edge 135)](../../devtools-guide-chromium/whats-new/2025/04/devtools-135.md).
7171
-->
7272

7373

7474
<!-- ====================================================================== -->
7575
## WebView2
7676

77-
For WebView2, see [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md).
77+
See [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md).
7878
<!-- todo: when exists in April 2025, use instead:
7979
For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) in _Release Notes for the WebView2 SDK_ (Apr. 2025).
8080
-->
@@ -305,7 +305,7 @@ List of changes:
305305
<!-- ---------- -->
306306
###### Observable API
307307

308-
Observables are a popular reactive-programming paradigm to handle an asynchronous stream of push-based events. Observables can be thought of as Promises but for multiple events. Observables let you write more linear and declarative-style code and avoid nestied callbacks. That is, Observables allow ergonomic event handling, by providing an `Observable` object that represents the asynchronous flow of events.
308+
Observables are a popular reactive-programming paradigm to handle an asynchronous stream of push-based events. Observables can be thought of as Promises but for multiple events. Observables let you write more linear and declarative-style code and avoid nested callbacks. That is, Observables allow ergonomic event handling, by providing an `Observable` object that represents the asynchronous flow of events.
309309

310310
You can "subscribe" to this object to receive events as they come in, and call any of its operators to declaratively describe the flow of transformations through which events go. This is in contrast with the _imperative_ version, which often requires complicated nesting with approaches such as `addEventListener()`.
311311

@@ -436,7 +436,7 @@ Web App LocalFolder Access allows a Microsoft Store-installed Progressive Web Ap
436436

437437
Expires on June 14, 2025.
438438

439-
The `handwriting` attribute provides developers with a per-document and per-element way to control where handwriting input, such as when using a stylus, is allowed.
439+
The `handwriting` attribute provides a per-document and per-element way to control where handwriting input, such as when using a stylus, is allowed.
440440

441441
* [Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Handwriting/explainer.md)
442442
* [Feedback](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?labels=Handwriting,OriginTrialFeedback&amp;title=%5BHandwriting%5D+Feedback)

0 commit comments

Comments
 (0)