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
@@ -341,7 +341,7 @@ Allows Microsoft Store-installed Progressive Web Apps (PWAs) to access file cont
341
341
342
342
Expires on June 14, 2025.
343
343
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.
@@ -93,7 +93,7 @@ Using this property, webpages that display HDR images can limit their brightness
93
93
<!-- ---------- -->
94
94
###### Customizable `<select>` element
95
95
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.
97
97
98
98
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`.
99
99
@@ -115,7 +115,7 @@ A new `closedby` attribute controls the behavior:
115
115
<!-- ---------- -->
116
116
###### `application-title` meta tag for installed web apps
117
117
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.
119
119
120
120
See [Other names](https://developer.mozilla.org/docs/Web/HTML/Element/meta/name#other_names), in _Standard metadata names_, at MDN.
121
121
@@ -136,7 +136,7 @@ The `expect-no-linked-resources` Document-Policy hints to the browser that the b
136
136
<!-- ---------- -->
137
137
###### Explicit resource management
138
138
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.
140
140
141
141
See [ECMAScript Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management).
142
142
@@ -253,7 +253,7 @@ Allows Microsoft Store-installed Progressive Web Apps (PWAs) to access file cont
253
253
254
254
Expires on June 14, 2025.
255
255
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.
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).
78
78
<!-- todo: when exists in April 2025, use instead:
79
79
For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) in _Release Notes for the WebView2 SDK_ (Apr. 2025).
80
80
-->
@@ -305,7 +305,7 @@ List of changes:
305
305
<!-- ---------- -->
306
306
###### Observable API
307
307
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.
309
309
310
310
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()`.
311
311
@@ -436,7 +436,7 @@ Web App LocalFolder Access allows a Microsoft Store-installed Progressive Web Ap
436
436
437
437
Expires on June 14, 2025.
438
438
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.
0 commit comments