Web platform features explorer

📃 October 2010 release notes

New in Chrome

The following features are now available in Chrome:

  • Dataset: The dataset API attaches and accesses custom data on elements, using either the dataset property of HTMLElement or attributes prefixed with data-.
  • <input type="number">: The <input type="number"> HTML element represents numeric input data.
  • <mark>: The <mark> element represents text which is marked or highlighted for reference or notation purposes.
  • Typed arrays (initial support): Typed arrays are ordered lists of JavaScript values, where all values are of the same numerical type, such as 8-bit integers or 32-bit floating point numbers.