diff --git a/microsoft-edge/web-platform/release-notes/136.md b/microsoft-edge/web-platform/release-notes/136.md index 805396d22a..d3e15e1f77 100644 --- a/microsoft-edge/web-platform/release-notes/136.md +++ b/microsoft-edge/web-platform/release-notes/136.md @@ -33,7 +33,6 @@ To stay up-to-date and get the latest web platform features, download a preview * [Captured surface resolution](#captured-surface-resolution) * [Dispatching click events to captured pointer](#dispatching-click-events-to-captured-pointer) * [Explicit compile hints with magic comments](#explicit-compile-hints-with-magic-comments) - * [H265 (HEVC) codec support in WebRTC](#h265-hevc-codec-support-in-webrtc) * [H26x codec support updates for MediaRecorder](#h26x-codec-support-updates-for-mediarecorder) * [Language support for `CanvasTextDrawingStyles`](#language-support-for-canvastextdrawingstyles) * [Permissions Policy reports for iframes](#permissions-policy-reports-for-iframes) @@ -214,16 +213,6 @@ In JavaScript, magic comments are comments that start with `//#`. See [Explainer for Explicit JavaScript Compile Hints](https://github.com/WICG/explicit-javascript-compile-hints-file-based/blob/main/README.md). - -###### H265 (HEVC) codec support in WebRTC - -The H265 (HEVC) codec has increased compression efficiency (higher quality per bitrate) relative to VP8/VP9/H264, and has very strong hardware support. - -Support for the H265 (HEVC) codec in WebRTC improves the visual experience, increases battery life, and reduces the risk of performance issues. - -See [WebRTC API](https://developer.mozilla.org/docs/Web/API/WebRTC_API) at MDN. - - ###### H26x codec support updates for MediaRecorder