Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing release notes #6734

Merged
merged 1 commit into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,9 @@ <h3 id="Media_feature_prefers-contrast">Media feature: prefers-contrast</h3>
</tbody>
</table>

<h3 id="Property_math-style">Property: math-style </h3>
<h3 id="Property_math-style">Property: math-style</h3>

<p>The {{cssxref("math-style")}} property  indicates whether MathML equations should render with normal or compact height. (See {{bug(1665975)}} for more details.)</p>
<p>The {{cssxref("math-style")}} property indicates whether MathML equations should render with normal or compact height. (See {{bug(1665975)}} for more details.)</p>

<table class="standard-table">
<thead>
Expand Down Expand Up @@ -804,7 +804,7 @@ <h4 id="clipboarditem">ClipboardItem</h4>

<h4 id="clipboardread">ClipboardRead</h4>

<p> The <a href="/en-US/docs/Web/API/Clipboard/read">Clipboard.read()</a> method of the {{domxref('Clipboard')}} interface is now available under the <code>dom.events.asyncClipboard.read</code> preference, when previously it was under <code>dom.events.asyncClipboard.clipboardItem</code>. (See ({{bug(1701512)}}) for more details.) </p>
<p> The <a href="/en-US/docs/Web/API/Clipboard/read">Clipboard.read()</a> method of the {{domxref('Clipboard')}} interface is also now available under the <code>dom.events.asyncClipboard.read</code> preference, when previously it was under <code>dom.events.asyncClipboard.clipboardItem</code>. (See ({{bug(1701512)}}) for more details.) </p>

<table class="standard-table">
<thead>
Expand Down Expand Up @@ -1088,7 +1088,7 @@ <h4 id="Basic_Card_API">Basic Card API</h4>

<h3 id="Visual_Viewport_API">Visual Viewport API</h3>

<p>The <a href="/en-US/docs/Web/API/Visual_Viewport_API">Visual Viewport API</a> provides access to information describing the position of the {{Glossary("visual viewport")}} relative to the document as well as to the window's content area. It also supports events to monitor changes to this information. See {{bug(1550390)}} for more details. There currently is no real plan to ship this on desktop, but you can track the state of that just in case it changes in {{bug(1551302)}}.</p>
<p>The <a href="/en-US/docs/Web/API/Visual_Viewport_API">Visual Viewport API</a> provides access to information describing the position of the {{Glossary("visual viewport")}} relative to the document as well as to the window's content area. It also supports events to monitor changes to this information. See {{bug(1550390)}} for more details. There in now a plan to ship this on desktop, you can track the state of that in {{bug(1551302)}}.</p>

<table class="standard-table">
<thead>
Expand Down
37 changes: 7 additions & 30 deletions files/en-us/mozilla/firefox/releases/90/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
- Mozilla
- Release
---
<p>{{FirefoxSidebar}}{{draft}}</p>
<p>{{FirefoxSidebar}}</p>

<p class="summary">This article provides information about the changes in Firefox 90 that will affect developers. Firefox 90 is the current <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#beta">Beta version of Firefox</a>, and will ship on <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">July 13, 2021</a>.</p>
<p class="summary">This article provides information about the changes in Firefox 90 that will affect developers. Firefox 90 is the current <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#beta">Beta version of Firefox</a>, and will ship on <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">July 13, 2021</a>.</p>

<h2 id="Changes_for_web_developers">Changes for web developers</h2>

Expand All @@ -25,15 +25,12 @@ <h3 id="HTML">HTML</h3>
<li>A fix to the way that form payloads are handled around newline normalization and escaping in multipart/formdata. This meets the updated specification, and matches other browser implementations. ({{bug(1686765)}}).</li>
</ul>

<h4 id="removals_html">Removals</h4>

<h3 id="CSS">CSS</h3>

<ul>
<li><code>-webkit-image-set()</code> has been implemented as an alias of the standard {{cssxref("image-set()")}} function ({{bug(1709415)}}).</li>
<li><code>-webkit-image-set()</code> has been implemented as an alias of the standard {{cssxref("image/image-set()")}} function ({{bug(1709415)}}).</li>
</ul>

<h4 id="removals_css">Removals</h4>

<h3 id="JavaScript">JavaScript</h3>

Expand All @@ -43,8 +40,6 @@ <h3 id="JavaScript">JavaScript</h3>
<li>The relative indexing method <code>at()</code> has been added to the <code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></code>, <code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></code> and <code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray">TypedArray</a></code> global objects. ({{bug(1681371)}})</li>
</ul>

<h4 id="removals_js">Removals</h4>

<h3 id="HTTP">HTTP</h3>

<ul>
Expand All @@ -57,16 +52,9 @@ <h4 id="removals_http">Removals</h4>
<li>FTP has now been removed from Firefox ({{bug(1574475)}}). This follows <a href="/en-US/docs/Mozilla/Firefox/Releases/88#http">deprecation in Firefox 88</a>. Note that web extensions can still register themselves as <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers">FTP protocol handlers</a>.</li>
</ul>

<h3 id="Security">Security</h3>

<h4 id="removals_sec">Removals</h4>

<h3 id="APIs">APIs</h3>

<ul>
<li>Starting with this version, the <a href= "/en-US/docs/Web/API/Cache">Cache API</a> can be used in the extension pages (like background page, browserAction popups, moz-extension workers or allowing the caching of moz-extension urls) and the worker globals. For more details, see ({{bug(1575625)}}).</li>
</ul>

<h4 id="DOM">DOM</h4>

<ul>
Expand All @@ -75,23 +63,12 @@ <h4 id="DOM">DOM</h4>
<li>Support for the <code>matrix</code> protocol has been added and can now be passed into the {{domxref('Navigator.registerProtocolHandler()')}} method as a valid scheme.</li>
</ul>

<h4 id="Media_WebRTC_and_Web_Audio">Media, WebRTC, and Web Audio</h4>

<h4 id="removals_media">Removals</h4>

<h3 id="WebAssembly">WebAssembly</h3>

<h4 id="removals_wasm">Removals</h4>

<h3 id="webdriver_conformance_marionette">WebDriver conformance (Marionette)</h3>

<h4 id="removals_webdriver">Removals</h4>

<h2 id="Changes_for_add-on_developers">Changes for add-on developers</h2>

<li>The <code>matrix</code> URI scheme is now supported and can be defined as a protocol within the <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers"><code>protocol_handlers</code></a> key in an extensions <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json"><code>manifest.json</code></a></li>

<h4 id="removals_webext">Removals</h4>
<ul>
<li>The <code>matrix</code> URI scheme is now supported and can be defined as a protocol within the <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers"><code>protocol_handlers</code></a> key in an extensions <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json"><code>manifest.json</code></a></li>
<li>Starting with this version, the <a href= "/en-US/docs/Web/API/Cache">Cache API</a> can be used in the extension pages and worker globals. For more details, see ({{bug(1575625)}}).</li>
</ul>

<h2 id="Older_versions">Older versions</h2>

Expand Down
60 changes: 60 additions & 0 deletions files/en-us/mozilla/firefox/releases/92/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Firefox 91 for developers
slug: Mozilla/Firefox/Releases/91
tags:
- '92'
- Firefox
- Mozilla
- Release
---
<p>{{FirefoxSidebar}}{{draft}}</p>

<p class="summary">This article provides information about the changes in Firefox 92 that will affect developers. Firefox 92 is the current <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly">Nightly version of Firefox</a>, and will ship on <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">September 7, 2021</a>.</p>

<h2 id="Changes_for_web_developers">Changes for web developers</h2>

<h3 id="Developer_Tools">Developer Tools</h3>

<h3 id="HTML">HTML</h3>

<h4 id="removals_html">Removals</h4>

<h3 id="CSS">CSS</h3>

<h4 id="removals_css">Removals</h4>

<h3 id="JavaScript">JavaScript</h3>

<h4 id="removals_js">Removals</h4>

<h3 id="HTTP">HTTP</h3>

<h4 id="removals_http">Removals</h4>

<h3 id="Security">Security</h3>

<h4 id="removals_sec">Removals</h4>

<h3 id="APIs">APIs</h3>

<h4 id="DOM">DOM</h4>

<h4 id="Media_WebRTC_and_Web_Audio">Media, WebRTC, and Web Audio</h4>

<h4 id="removals_media">Removals</h4>

<h3 id="WebAssembly">WebAssembly</h3>

<h4 id="removals_wasm">Removals</h4>

<h3 id="webdriver_conformance_marionette">WebDriver conformance (Marionette)</h3>

<h4 id="removals_webdriver">Removals</h4>

<h2 id="Changes_for_add-on_developers">Changes for add-on developers</h2>

<h4 id="removals_webext">Removals</h4>

<h2 id="Older_versions">Older versions</h2>

<p>{{Firefox_for_developers(91)}}</p>