📃 September 2011 release notes
New in Chrome
The following features are now available in Chrome:
-
download:
The
downloadattribute 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
performanceglobal object and thePerformanceObserverAPI provide access to performance-related information for the current execution context. -
Text overflow:
The
text-overflowCSS 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
performanceglobal object and thePerformanceObserverAPI provide access to performance-related information for the current execution context. -
Text overflow:
The
text-overflowCSS 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.