📃 November 2012 release notes
New in Chrome
The following features are now available in Chrome:
-
overflow-wrap:
The
overflow-wrap
CSS property breaks a line of text onto multiple lines inside the targeted element in an otherwise unbreakable place to prevent overflow. The legacy property isword-wrap
. -
Text tracks:
The
<track>
element is used as a child of the media elements that lets you specify a timed text track to be displayed in parallel with the media element. -
Time-relative pseudo-selectors:
The
:future
and:past
CSS pseudo-classes match upcoming or prior elements during media playback. -
WebVTT:
WebVTT is a captions and subtitles format. WebVTT files are loaded using the
<track>
element, and theVTTCue
API can be used to create or update cues dynamically. -
WebVTT cue settings:
The
VTTCue
API updates various aspects of cues dynamically, such as alignment, size and position.
New in Firefox
The following features are now available in Firefox:
-
Sandboxed iframes:
The
sandbox
attribute for the<iframe>
HTML element sets many security restrictions on the iframe, such as preventing form submissions or opening modal dialogs. Optionalallow-
values relax specific restrictions. -
String startsWith() and endsWith():
The
startsWith()
andendsWith()
methods of strings returns whether a search string appears at the beginning or end of the provided string. -
Wheel events:
The
wheel
event fires when the user moves a mouse wheel or similar spatially rotating input device.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
Sandboxed iframes:
The
sandbox
attribute for the<iframe>
HTML element sets many security restrictions on the iframe, such as preventing form submissions or opening modal dialogs. Optionalallow-
values relax specific restrictions. -
String startsWith() and endsWith():
The
startsWith()
andendsWith()
methods of strings returns whether a search string appears at the beginning or end of the provided string. -
Wheel events:
The
wheel
event fires when the user moves a mouse wheel or similar spatially rotating input device.