Skip to content

Commit 4257dd0

Browse files
The Sanitizer API slid to 146. Removing from 145. (#3706)
1 parent a950894 commit 4257dd0

File tree

1 file changed

+0
-12
lines changed
  • microsoft-edge/web-platform/release-notes

1 file changed

+0
-12
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

0 commit comments

Comments
 (0)