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
@@ -91,7 +93,7 @@ Using this property, webpages that display HDR images can limit their brightness
91
93
<!-- ---------- -->
92
94
###### Customizable `<select>` element
93
95
94
-
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.
95
97
96
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`.
97
99
@@ -113,7 +115,7 @@ A new `closedby` attribute controls the behavior:
113
115
<!-- ---------- -->
114
116
###### `application-title` meta tag for installed web apps
115
117
116
-
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.
117
119
118
120
See [Other names](https://developer.mozilla.org/docs/Web/HTML/Element/meta/name#other_names), in _Standard metadata names_, at MDN.
119
121
@@ -134,7 +136,7 @@ The `expect-no-linked-resources` Document-Policy hints to the browser that the b
134
136
<!-- ---------- -->
135
137
###### Explicit resource management
136
138
137
-
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.
138
140
139
141
See [ECMAScript Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management).
140
142
@@ -251,7 +253,7 @@ Allows Microsoft Store-installed Progressive Web Apps (PWAs) to access file cont
251
253
252
254
Expires on June 14, 2025.
253
255
254
-
Granular per-document and per-element control over which content should allow or disallow handwriting input.
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.
This is a deprecation origin trial, which re-enables the old parser behavior for parsing `<select>` tags. Under that old behavior, non-supported content is silently discarded and not included in the DOM content underneath the `<select>`. This trial can be used in case the new behavior that's described in [Customizable `<select>` element](#customizable-select-element) (above) breaks a site.
> Portions of this page are modifications based on work created and shared by Chromium.org and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
0 commit comments