📃 January 2013 release notes
New in Chrome
The following features are now available in Chrome:
-
Intl:
The
IntlAPI provides language sensitive string comparison, number formatting, date and time formatting, and more. -
mask-type:
The
mask-typeCSS property on an SVG<mask>element sets whether the mask is aluminanceoralphamask. -
OES_element_index_uint WebGL extension:
The
OES_element_index_uintextension for WebGL 1.0 contexts adds support forgl.UNSIGNED_INTtypes toWebGLRenderingContext.drawElements(). -
OES_vertex_array_object WebGL extension:
The
OES_vertex_array_objectextension for WebGL 1.0 contexts adds vertex array objects (VAOs) which encapsulate vertex array states. These objects keep pointers to vertex data and names for different sets of vertex data. -
requestAnimationFrame():
The
requestAnimationFrame()method schedules a function that runs before the next repaint. You can use it to animate content with JavaScript.
New in Firefox
The following features are now available in Firefox:
-
devicePixelRatio:
The
window.devicePixelRatioproperty is the ratio of the size of one CSS pixel to the vertical size of one physical pixel on the current display device. -
Page visibility:
The
document.visibilityStateanddocument.hiddenproperties tell you whether the page is visible to the user (for example, it's not minimized or in a background tab). -
Proxy and Reflect:
The
ProxyandReflectJavaScript built-ins intercept and define custom behavior for fundamental language operations (such as property lookup, assignment, enumeration, or function invocation).
New in Firefox for Android
The following features are now available in Firefox for Android:
-
background-size:
The
background-sizeCSS property scales or stretches a background based on the size of the element (with thecontainandcoverkeywords), a length, or percentage. -
devicePixelRatio:
The
window.devicePixelRatioproperty is the ratio of the size of one CSS pixel to the vertical size of one physical pixel on the current display device. -
Page visibility:
The
document.visibilityStateanddocument.hiddenproperties tell you whether the page is visible to the user (for example, it's not minimized or in a background tab). -
Proxy and Reflect:
The
ProxyandReflectJavaScript built-ins intercept and define custom behavior for fundamental language operations (such as property lookup, assignment, enumeration, or function invocation).