Skip to content

Commit 3ffdfb4

Browse files
authored
Merge pull request #3707 from MicrosoftDocs/main
main to live - Jan. 30, 2026
2 parents 73bcbd2 + c73d71d commit 3ffdfb4

File tree

2 files changed

+1
-16
lines changed
  • microsoft-edge

2 files changed

+1
-16
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ To stay up-to-date and get the latest web platform features, download a preview
3333
* [Overscroll effect on nested scroll containers](#overscroll-effect-on-nested-scroll-containers)
3434
* [Web APIs](#web-apis)
3535
* [Origin API](#origin-api)
36-
* [Sanitizer API](#sanitizer-api)
3736
* [PerformanceEntry presentationTime and paintTime properties](#performanceentry-painttime-and-presentationtime-properties)
3837
* [Require sticky user activation or permission for clipboardchange events](#require-sticky-user-activation-or-permission-for-clipboardchange-events)
3938
* [onanimationcancel event handler](#onanimationcancel-event-handler)
@@ -222,17 +221,6 @@ See also:
222221
* [The Origin interface](https://html.spec.whatwg.org/multipage/browsers.html#the-origin-interface)
223222

224223

225-
<!-- ------------------------------ -->
226-
#### Sanitizer API
227-
228-
The Sanitizer API parses and inserts HTML into the DOM in a way that can prevent cross-site scripting attacks.
229-
230-
The Sanitizer API is useful in cases where user input sanitization is necessary, but hard to implement correctly. The API offers a high-quality sanitization process with a default behavior that can be customized if necessary, improving the security of your web application.
231-
232-
See also:
233-
* [HTML Sanitizer API](https://developer.mozilla.org/docs/Web/API/HTML_Sanitizer_API) at MDN.
234-
235-
236224
<!-- ------------------------------ -->
237225
#### PerformanceEntry `paintTime` and `presentationTime` properties
238226

microsoft-edge/webview2/release-notes/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The following APIs have been promoted from Phase 2: Stable in Prerelease, to Pha
4646

4747
The `DragStarting` API overrides the default drag and drop behavior when running in visual hosting mode. The `DragStarting` event notifies your app when the user starts a drag operation in the WebView2, and provides the state that's necessary to override the default WebView2 drag operation with your own logic.
4848

49-
<!-- todo: still 5 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
5049
* Use `DragStarting` on the `ICoreWebView2CompositionController5` to add an event handler that's invoked when the drag operation is starting.
5150
* Use `ICoreWebView2DragStartingEventArgs` to start your own drag operation.
5251
* Use the `GetDeferral` method to execute any async drag logic and call back into the WebView at a later time.
@@ -62,13 +61,11 @@ N/A
6261

6362
##### [Win32/C++](#tab/win32cpp)
6463

65-
<!-- todo: still 5 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
6664
* [ICoreWebView2CompositionController5](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77&preserve-view=true)
6765
* [ICoreWebView2CompositionController5::add_DragStarting](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77&preserve-view=true#add_dragstarting)
68-
* [ICoreWebView2CompositionController5::remove_DragStarting](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77e&preserve-view=true#remove_dragstarting)
66+
* [ICoreWebView2CompositionController5::remove_DragStarting](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller5?view=webview2-1.0.3719.77&preserve-view=true#remove_dragstarting)
6967

7068
<!-- exception: rt interop docs -->
71-
<!-- todo: still 3 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
7269
* [ICoreWebView2CompositionControllerInterop3](/microsoft-edge/webview2/reference/winrt/interop/icorewebview2compositioncontrollerinterop3?view=webview2-winrt-1.0.3719.77&preserve-view=true)
7370
* [ICoreWebView2CompositionControllerInterop3::add_DragStarting](/microsoft-edge/webview2/reference/winrt/interop/icorewebview2compositioncontrollerinterop3?view=webview2-winrt-1.0.3719.77&preserve-view=true#add_dragstarting)
7471
* [ICoreWebView2CompositionControllerInterop3::remove_DragStarting](/microsoft-edge/webview2/reference/winrt/interop/icorewebview2compositioncontrollerinterop3?view=webview2-winrt-1.0.3719.77&preserve-view=true#remove_dragstarting)

0 commit comments

Comments
 (0)