Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions microsoft-edge/web-platform/release-notes/145.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ To stay up-to-date and get the latest web platform features, download a preview
* [Overscroll effect on nested scroll containers](#overscroll-effect-on-nested-scroll-containers)
* [Web APIs](#web-apis)
* [Origin API](#origin-api)
* [Sanitizer API](#sanitizer-api)
* [PerformanceEntry presentationTime and paintTime properties](#performanceentry-painttime-and-presentationtime-properties)
* [Require sticky user activation or permission for clipboardchange events](#require-sticky-user-activation-or-permission-for-clipboardchange-events)
* [onanimationcancel event handler](#onanimationcancel-event-handler)
Expand Down Expand Up @@ -222,17 +221,6 @@ See also:
* [The Origin interface](https://html.spec.whatwg.org/multipage/browsers.html#the-origin-interface)


<!-- ------------------------------ -->
#### Sanitizer API

The Sanitizer API parses and inserts HTML into the DOM in a way that can prevent cross-site scripting attacks.

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.

See also:
* [HTML Sanitizer API](https://developer.mozilla.org/docs/Web/API/HTML_Sanitizer_API) at MDN.


<!-- ------------------------------ -->
#### PerformanceEntry `paintTime` and `presentationTime` properties

Expand Down