Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon

Firefox 60 arrives with exciting updates for web developers: Quantum CSS engine, new Web APIs and more

Save for later
  • 2 min read
  • 15 May 2018

article-image

Today, web developers are greeted with a new update of the popular Firefox web browser. Firefox 60 hosts a variety of feature additions and updates targeted specifically to the web developer community.

Quantum CSS for Android available now


Firefox has brought their new CSS engine called Quantum CSS (previously known as Stylo) in Firefox for Android. This engine takes advantage of modern hardware, parallelizing the work across all of the cores in your machine running upto almost 18 times faster.

New Web APIs


Two new Web APIs have been added.

  • The Web Authentication API has been enabled which allows USB tokens for website authentication.
  • The WebVR API has also been enabled by default on macOS. It provides support for exposing virtual reality devices to web apps.
  • Firefox 60 also brings a new policy engine and Group Policy support for customized enterprise deployments, using Windows Group Policy or a cross-platform JSON file.

Changes in Javascript

  • ECMAScript 2015 modules have been enabled by default.
  • The Array.prototype.values() method has been added again. It was disabled due to compatibility issues in earlier versions.

Changes in CSS

  • The align-content, align-items, align-self, justify-content, and place-content property values have been updated as per the latest CSS Box Alignment Module Level 3 spec.
  • Unlock access to the largest independent learning library in Tech for FREE!
    Get unlimited access to 7500+ expert-authored eBooks and video courses covering every tech area you can think of.
    Renews at AU $24.99/month. Cancel anytime
  • The paint-order property has been implemented.

Changes in Developer Tools


In the CSS Pane rules view, the keyboard shortcuts for precise value increments (increase/decrease by 0.1) have changed from Alt + Up/Down to Ctrl + Up/Down and the CSS variable names will now auto-complete.

In Responsive Design Mode, a Reload when... dropdown has been added to allow users to enable/disable automatic page reloads when touch simulation is toggled, or simulated user agent is changed.

Changes in DOM


The entire list of developer centric changes are available on the Mozilla Developer page. You can also file a bug in Bugzilla or see the system requirements of this release.

Get ready for Bootstrap v4.1; Web developers to strap up their boots
npm v6 is out!
What’s new in ECMAScript 2018 (ES9)?