Support for the sandbox attribute on the <iframe> element has been added. (bug 341604)
Support for @supports at-rule defined in CSS3 Conditional Rules specification has been landed. It is disabled by default. Developers can try it by setting layout.css.supports-rule.enabled to true (bug 649740).
Support for the CSS Selectors Level 4 pseudo-class :dir() allowing selection of elements based on their directionality has landed. (bug 562169)
Support for the newly specified isolate-override value of the CSS unicode-bidi value has landed (bug 774335)
Our prefixed implementation of box-sizing now takes into account min-height and max-height. One step closer to its unprefixing (bug 308801)
DOM
Support for CSSSupportsRule interface defined in CSS3 Conditional Rules specification has been landed (bug 649740)
Support for WheelEvent object and wheel event have been landed (bug 719320).
Support DOM Meta key on Linux again (bug 751749).
On HTMLMediaElement, a new method, mozGetMetadata, that returns a javascript object whose properties represent metadata from the playing media resource as {key: value} pairs (bug 763010).
Support for Range.intersectsNode has been added again; it has been removed in Gecko 1.9 (bug 579638.
Range.compareBoundaryPoints() now throws a DOMException with the NOT_SUPPORTED_ERR value when the comparison method is invalid (bug 714279) .
WEBGL
Unchanged
SVG
Unchanged
The parsing of the align attribute on <mtable> elements has been updated to treat optional spaces more correctly.
XUL key element supports "os" modifier which is Win key (Super or Hyper key) (bug 751749).