October 2017 web platform update
Newly available on the web platform
Newly available
-
<data>: The
<data>
element links a given piece of content with a machine-readable translation. Learn more. -
Grid: CSS grid is a two-dimensional layout system, which lays content out in rows and columns. Learn more.
-
<time>: The
<time>
HTML element represents a time, such as a calendar date, clock time, or duration. It may include thedatetime
attribute to translate dates into machine-readable format. Learn more. -
Viewport units: The
vw
,vh
,vmin
, andvmax
CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions. Learn more. -
WebAssembly: The
WebAssembly.instantiate()
andWebAssembly.instantiateStreaming()
global static methods load WebAssembly code (also known as Wasm), a portable binary instruction format. Learn more.