• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
Firefox
  1. MDN
  2. Mozilla
  3. Firefox
  4. Firefox developer release notes
  5. Firefox 27 for developers

Firefox 27 for developers

In This Article
  1. Changes for Web developers
    1. Developer Tools
    2. CSS
    3. HTML
    4. JavaScript
    5. Interfaces/APIs/DOM
    6. MathML
    7. SVG
  2. Changes for addon and Mozilla developers
  3. Security
  4. See also
    1. Older versions

Firefox 27 was released on February 4, 2014. This article lists key changes that are useful not only for web developers, but also Firefox and Gecko developers as well as add-on developers.

Changes for Web developers

Developer Tools

  • Breakpoints can now be set on DOM events.
  • JavaScript in the debugger panel can be unminified, using the { } button.
  • The inspector now has an "edit-element-html" feature, without needing an add-on.
  • Background-URLs and colors have preview in inspector. Even hovering over canvas elements will give a pop-up with an image preview.
  • Reflow logging has been added.
  • Styles of SVG elements are now inspectable (bug 921191).
  • Failure to find the image when clicking URL link in CSS inspector has been fixed (bug 921686).
  • The X-SourceMap header is now supported (bug 765993).

More details in this post.

CSS

  • The -moz-grab and -moz-grabbing keywords on the CSS cursor property have been unprefixed to grab and grabbing (bug 880672).
  • Support for the -moz-hsla() and -moz-rgba() functional notations has been dropped. Only the unprefixed versions, hsla() and rgba() are supported from now on (bug 893319).
  • The "true" value for text-align has been added (bug 929991).
  • Experimental support of position:sticky is now active by default on non-release builds (bug 902992). For releases builds, the layout.css.sticky.enabled preference still needs to be set to true.
  • The all shorthand property has been added (bug 842329).
  • The unset global value has been added; it allows to reset any CSS property (bug 921731).
  • Curly brackets are no longer allowed in HTML style attributes: doing <div style="{ display: none }"> was working in quirks mode, but won't anymore bug 915053.
  • The overflow property now works on <fieldset> (bug 261037).

HTML

  • The color value of the <input> type attribute has been implemented on desktop platforms. It was already available on mobile ones.
  • The allow-popups directive is now supported with the sandbox attribute of the <iframe> element (bug 766282).
  • Blending of HTML elements using the mix-blend-mode property has been implemented. The layout.css.mix-blend-mode.enabled preference must be set to true (bug 902525).
  • The typemustmatch attribute on the <object> element is now supported (bug 827160).

JavaScript

EcmaScript 2015 implementation continues!

  • The spread operator is now supported in Function calls (bug 762363).
  • The mathematical function Math.hypot() has been implemented (bug 896264).
  • The yield* expression is now implemented (bug 666396).
  • The MapIterator, SetIterator and ArrayIterator objects now match the specification (bug 881226).
  • for..of loops now expect the ES2015 standard iterator protocol moving away from SpiderMonkey old iterator protocol using StopIteration.
  • String.match and String.replace now reset RegExp.lastIndex (bug 501739).

Interfaces/APIs/DOM

  • Support for the two setRange() methods on the HTMLInputElement interface has been added (bug 850364).
  • Support for the two setRange() methods on the HTMLTextAreaElement interface has been added (bug 918940).
  • The methods getAllKeys() and openKeyCursor() have been added to IDBObjectStore (bug 920633 and bug 920800).
  • The HTMLFormControlsCollection interface has been implemented (bug 913920).
  • The CanvasRenderingContext2D interface now supports the two methods getLineDash() and setLineDash() and the lineDashOffset property  (bug 768067).
  • The typeMustMatch attribute has been implemented on the HTMLObjectElement interface (bug 827160).
  • The copyFromChannel() and copyToChannel() methods have been added to AudioBuffer (bug 915524).
  • Event.isTrusted() is now unforgeable (bug 637248).
  • The Navigator.vibrate() method has been adapted to match the final specification: It now returns false when the list is too long or has too large entries, instead of throwing (bug 884935).
  • As part of the ongoing effort to standardize global objects, the non-standard stylesheet change event interfaces, including StyleRuleChangeEvent, StyleSheetApplicableStateChangeEvent and StyleSheetChangeEvent, are no longer available from Web content. The CSSGroupRuleRuleList interface, the implementation detail of CSSRuleList, has also been removed (bug 872934 and bug 916871).
  • atob now ignores whitespaces (bug 711180).
  • WebGL: MOZ_ prefixed extension strings are deprecated. Support for them will be removed in the future. Use unprefixed extension string only. To get draft extensions, set the webgl.enable-draft-extensions preferences (bug 924176).

MathML

No change.

SVG

  • Blending of SVG elements using the mix-blend-mode property has been implemented. The layout.css.mix-blend-mode.enabled preference must be set to true (bug 902525).

Changes for addon and Mozilla developers

  • The downloads-indicator button has gone away. You should now use the downloads-button element. If you need to check that it has loaded its overlay, check for the indicator attribute on that button.
  • The chrome://browser/skin/downloads/indicator.css stylesheet is no longer referenced in Firefox.

Security

  • TLS 1.2 has been implemented for improved security (bug 861266).

See also

  • Site Compatibility for Firefox 27
  • List of changes in Marionette for Firefox 27.

Older versions

  • Firefox 26 for developers
  • Firefox 25 for developers
  • Firefox 24 for developers
  • Firefox 23 for developers
  • Firefox 22 for developers
  • Firefox 21 for developers
  • Firefox 20 for developers
  • Firefox 19 for developers
  • Firefox 18 for developers
  • Firefox 17 for developers
  • Firefox 16 for developers
  • Firefox 15 for developers
  • Firefox 14 for developers
  • Firefox 13 for developers
  • Firefox 12 for developers
  • Firefox 11 for developers
  • Firefox 10 for developers
  • Firefox 9 for developers
  • Firefox 8 for developers
  • Firefox 7 for developers
  • Firefox 6 for developers
  • Firefox 5 for developers
  • Firefox 4 for developers
  • Firefox 3.6 for developers
  • Firefox 3.5 for developers
  • Firefox 3 for developers
  • Firefox 2 for developers
  • Firefox 1.5 for developers

Document Tags and Contributors

Tags: 
  • Firefox
 Contributors to this page: fscholz, Sebastianz, kdex, kohei.yoshino, teoli, arai, dbruant, Luke314, dipeshghor, ntim007, frankyan, kscarfone, GijsKruitbosch
 Last updated by: fscholz, Jun 7, 2017, 2:41:15 AM
  1. Add-ons
    1. Firefox developer release notes
    2. Add-ons
    3. Add-on guidelines
    4. Add-on Manager
    5. Extensions
    6. OpenSearch plug-ins
    7. Plugins
    8. Themes
  2. Firefox internals
    1. Firefox developer release notes
    2. Mozilla project
    3. Gecko
    4. JavaScript code modules
    5. JS-ctypes
    6. MathML project
    7. MFBT
    8. Mozilla projects
    9. Preference system
    10. WebIDL bindings
    11. XPCOM
    12. XUL
  3. Building and contributing
    1. Build instructions
    2. Configuring build options
    3. How the build system works
    4. Mozilla source code
    5. Localization
    6. Mercurial
    7. Quality assurance
    8. Using Mozilla code in other projects