📃 September 2011 release notes
New in Chrome
The following features are now available in Chrome:
-
download:
The
download
attribute for<a>
elements loads the target URL as a file to be saved, instead of navigating to it. An optional attribute value sets a default file name.
New in Firefox
The following features are now available in Firefox:
-
Performance:
The
performance
global object and thePerformance
API provide access to performance-related information for the current execution context. -
Text overflow:
The
text-overflow
CSS property sets how hidden overflow content appears to users. The property can clip content, truncate content with an ellipsis (…), or truncate with a custom string.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
Performance:
The
performance
global object and thePerformance
API provide access to performance-related information for the current execution context. -
Text overflow:
The
text-overflow
CSS property sets how hidden overflow content appears to users. The property can clip content, truncate content with an ellipsis (…), or truncate with a custom string.