📃 October 2010 release notes
New in Chrome
The following features are now available in Chrome:
-
Dataset:
The
datasetAPI attaches and accesses custom data on elements, using either thedatasetproperty ofHTMLElementor attributes prefixed withdata-. -
<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.