Skip to content

Commit 930af75

Browse files
Add missing relnotes entries (#3685)
1 parent c046833 commit 930af75

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ To stay up-to-date and get the latest web platform features, download a preview
2424
* [Scroll-triggered animations](#scroll-triggered-animations)
2525
* [Styling SVG elements instantiated via `<use>`](#styling-svg-elements-instantiated-via-use)
2626
* [View Transitions waitUntil() method](#view-transitions-waituntil-method)
27+
* [caret-shape](#caret-shape)
28+
* [Style search results](#style-search-results)
2729
* [Web APIs](#web-apis)
2830
* [The Temporal API](#the-temporal-api)
2931
* [The clipboardchange event](#the-clipboardchange-event)
@@ -174,6 +176,26 @@ See also:
174176
* [CSS scroll-driven animations](https://developer.mozilla.org/docs/Web/CSS/Guides/Scroll-driven_animations) at MDN.
175177

176178

179+
<!-- ------------------------------ -->
180+
#### `caret-shape`
181+
182+
The `caret-shape` CSS property allows you to specify the shape of the text insertion caret.
183+
184+
See also:
185+
* [caret-shape](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/caret-shape) at MDN.
186+
187+
188+
<!-- ------------------------------ -->
189+
#### Style search results
190+
191+
The `::search-text` pseudo-element allows you to style the portions of text that match a user's search query when the user searches within a page by using **Ctrl+F** or **Command+F**.
192+
193+
The pseudo-element can be combined with the `:current` pseudo-class to style the currently highlighted search result differently from the other search results.
194+
195+
See also:
196+
* [::search-text](https://drafts.csswg.org/css-pseudo-4/#selectordef-search-text) in _CSS Pseudo-Elements Module Level 4_.
197+
198+
177199
<!-- ====================================================================== -->
178200
## Web APIs
179201

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To stay up-to-date and get the latest web platform features, download a preview
3030
* [Improved rendering for near circular border radius](#improved-rendering-for-near-circular-border-radius)
3131
* [text-justify](#text-justify)
3232
* [Monochrome emoji rendering in forced colors mode](#monochrome-emoji-rendering-in-forced-colors-mode)
33+
* [Overscroll effect on nested scroll containers](#overscroll-effect-on-nested-scroll-containers)
3334
* [Web APIs](#web-apis)
3435
* [Origin API](#origin-api)
3536
* [PerformanceEntry presentationTime and paintTime properties](#performanceentry-painttime-and-presentationtime-properties)
@@ -185,6 +186,17 @@ See also:
185186
* [forced-colors](https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@media/forced-colors) at MDN.
186187

187188

189+
<!-- ------------------------------ -->
190+
#### Overscroll effect on nested scroll containers
191+
192+
On platforms which support the overscroll effect where users can scroll the page beyond the start or end of the content, such as on mobile devices, Microsoft Edge now applies this effect to nested scroll containers as well.
193+
194+
You remain in control of the overscroll behavior by using the `overscroll-behavior` CSS property.
195+
196+
See also:
197+
* [overscroll-behavior](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overscroll-behavior) at MDN.
198+
199+
188200
<!-- ====================================================================== -->
189201
## Web APIs
190202

0 commit comments

Comments
 (0)