📅 January 2015 release notes
New in Chrome
The following features are now available in Chrome:
-
Constraint validation API:
Methods that validate form controls before submission, such as
checkValidity(),reportValidity()andsetCustomValidity(). -
EXT_sRGB WebGL extension:
The
EXT_sRGBextension for WebGL 1.0 contexts adds sRGB support to textures and framebuffer objects.
New in Chrome Android
The following features are now available in Chrome Android:
-
Constraint validation API:
Methods that validate form controls before submission, such as
checkValidity(),reportValidity()andsetCustomValidity(). -
EXT_sRGB WebGL extension:
The
EXT_sRGBextension for WebGL 1.0 contexts adds sRGB support to textures and framebuffer objects.
New in Firefox
The following features are now available in Firefox:
-
filter:
The
filterCSS property applies one or more graphic effects to an element. You can use filter functions, such asblur()anddrop-shadow(), alone or combined to produce different effects. For instance,filter: blur(2px). -
mask-type:
The
mask-typeCSS property on an SVG<mask>element sets whether the mask is aluminanceoralphamask. -
Resource timing performance entries:
A
resourceperformance entry records when a network event happens while loading a resource, such as when a connection starts and ends. You can use this information to measure loading times. -
symbols():
The
symbols()CSS function defines counter styles as a value of properties such aslist-style. It's an inline alternative to the@counter-styleCSS at-rule.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
EXT_blend_minmax WebGL extension:
The
EXT_blend_minmaxextension for WebGL 1.0 contexts adds two blend equations, the minimum and maximum color components of the source and destination colors. -
filter:
The
filterCSS property applies one or more graphic effects to an element. You can use filter functions, such asblur()anddrop-shadow(), alone or combined to produce different effects. For instance,filter: blur(2px). -
mask-type:
The
mask-typeCSS property on an SVG<mask>element sets whether the mask is aluminanceoralphamask. -
Resource timing performance entries:
A
resourceperformance entry records when a network event happens while loading a resource, such as when a connection starts and ends. You can use this information to measure loading times. -
symbols():
The
symbols()CSS function defines counter styles as a value of properties such aslist-style. It's an inline alternative to the@counter-styleCSS at-rule.