📃 February 2014 release notes
New in Chrome
The following features are now available in Chrome:
-
font-kerning:
The
font-kerningCSS property sets whether kerning data from a font is used to adjust the space between letters. -
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). -
Speech synthesis:
The
SpeechSynthesisAPI converts text to speech with artificial voices. -
text-underline-position:
The
text-underline-positionCSS property sets the position of underlines on text. For example,text-underline-position: underplaces the underline below the text, avoiding crossing descenders. The underline may be further adjusted by thetext-underline-offsetproperty. -
WEBGL_debug_renderer_info WebGL extension:
The
WEBGL_debug_renderer_infoextension for WebGL 1.0 and 2.0 contexts exposes information about the graphics driver for debugging purposes.
New in Chrome Android
The following features are now available in Chrome Android:
-
font-kerning:
The
font-kerningCSS property sets whether kerning data from a font is used to adjust the space between letters. -
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). -
Speech synthesis:
The
SpeechSynthesisAPI converts text to speech with artificial voices. -
text-underline-position:
The
text-underline-positionCSS property sets the position of underlines on text. For example,text-underline-position: underplaces the underline below the text, avoiding crossing descenders. The underline may be further adjusted by thetext-underline-offsetproperty. -
WEBGL_debug_renderer_info WebGL extension:
The
WEBGL_debug_renderer_infoextension for WebGL 1.0 and 2.0 contexts exposes information about the graphics driver for debugging purposes.
New in Firefox
The following features are now available in Firefox:
-
all:
The
allCSS property is a shorthand for all CSS properties, except fordirectionandunicode-bidi. It accepts only the keywords for explicit defaulting (such asinitialandinherit), since they are the only values supported on all CSS properties. -
Cursor styles:
The
cursorCSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element. -
unset:
The
unsetkeyword resets any CSS property, removing any values previously set by the author, user, or browser. Inherited properties (likecolor) reset to the parent element's computed value. Non-inherited properties (likedisplay) reset to the specified initial value (inline).
New in Firefox for Android
The following features are now available in Firefox for Android:
-
all:
The
allCSS property is a shorthand for all CSS properties, except fordirectionandunicode-bidi. It accepts only the keywords for explicit defaulting (such asinitialandinherit), since they are the only values supported on all CSS properties. -
unset:
The
unsetkeyword resets any CSS property, removing any values previously set by the author, user, or browser. Inherited properties (likecolor) reset to the parent element's computed value. Non-inherited properties (likedisplay) reset to the specified initial value (inline).