Web platform features explorer

📃 June 2011 release notes

New in Chrome

The following features are now available in Chrome:

  • <details>: The <details> element is a disclosure widget which can be expanded to reveal additional content. When closed, only the nested <summary> element is visible.
  • ping: The ping attribute for <a> elements sets a URL to send a POST request to when the <a> is clicked. This is typically used for outbound link reporting.

New in Firefox

The following features are now available in Firefox:

  • Accesskey: The accessKey global HTML attribute gives a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character.
  • resize (CSS property): The resize CSS property sets whether an element can be resized by the user, and on which axes.

New in Firefox for Android

The following features are now available in Firefox for Android:

  • Accesskey: The accessKey global HTML attribute gives a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character.
  • resize (CSS property): The resize CSS property sets whether an element can be resized by the user, and on which axes.