--- title: Firefox 60 для разработчиков slug: Mozilla/Firefox/Releases/60 translation_of: Mozilla/Firefox/Releases/60 ---
{{FirefoxSidebar}}

Эта статья содержит информацию об изменениях в Firefox 60, которые затронут разработчиков. Firefox 60 вышел 9 мая 2018 г.

Stylo comes to Firefox for Android in 60

Firefox's new parallel CSS engine — also known as Quantum CSS or Stylo — which was first enabled by default in Firefox 57 for desktop, has now been enabled in Firefox for Android.

Changes for web developers

Developer tools

HTML

Pressing the Enter key in designMode and contenteditable now inserts <div> elements when the caret is in an inline element or text node which is a child of a block level editing host — instead of inserting <br> elements like it used to. If you want to use the old behavior on your app, you can do it with document.execCommand(). See Differences in markup generation for more details (also see {{bug(1430551)}}).

CSS

SVG

Без изменений.

JavaScript

APIs

New APIs

DOM

DOM events

Без изменений.

Service workers

Без изменений.

Media and WebRTC

Canvas and WebGL

Без изменений.

CSSOM

Без изменений.

HTTP

Без изменений.

Security

The {{httpheader("X-Content-Type-Options")}} header, when set to no-sniff, now follows the specification for JavaScript MIME types. In particular, text/json and application/json are no longer valid values ({{bug(1431095)}}).

Plugins

Без изменений.

Other

Fetches that include credentials can now share connections with fetches that don't include credentials. For example, if the same origin requests some web fonts as well as some credentialed user data from the same CDN, both could share a connection, potentially leading to a quicker turnaround ({{bug(1363284)}}).

Removals from the web platform

HTML

Без изменений.

CSS

JavaScript

The non-standard expression closure syntax has been removed ({{bug(1426519)}}).

APIs

SVG

Без изменений.

Other

Без изменений.

Changes for add-on and Mozilla developers

WebExtensions

Theme API:

See also

Older versions

{{Firefox_for_developers(59)}}