CSS Grid Layout (level 1)
Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors. Includes support for all `grid-*` properties and the `fr` unit.
CSS Subgrid
Feature of the CSS Grid Layout Module Level 2 that allows a grid-item with its own grid to align in one or both dimensions with its parent grid.
ECMAScript 2015 (ES6)
Support for the ECMAScript 2015 specification. Features include Promises, Modules, Classes, Template Literals, Arrow Functions, Let and Const, Default Parameters, Generators, Destructuring Assignment, Rest & Spread, Map/Set & WeakMap/WeakSet and many more.
HTML templates
Method of declaring a portion of reusable markup that is parsed but not rendered until cloned.
ES6 Template Literals (Template Strings)
Template literals are string literals allowing embedded expressions using backtick characters (`). You can use multi-line strings and string interpolation features with them. Formerly known as template strings.
htmltemplateelement api
htmltemplateelement api: content
htmltemplateelement api: shadowrootclonable
htmltemplateelement api: shadowrootdelegatesfocus
htmltemplateelement api: shadowrootmode
htmltemplateelement api: shadowrootserializable
css property: grid-template
css property: grid-template-areas
css property: grid-template-areas: none
css property: grid-template-columns
css property: grid-template-columns: animation of tracks
css property: grid-template-columns: auto
css property: grid-template-columns: `fit-content()`
css property: grid-template-columns: masonry
css property: grid-template-columns: max-content
css property: grid-template-columns: min-content
css property: grid-template-columns: `minmax()`
css property: grid-template-columns: none
css property: grid-template-columns: `repeat()`
css property: grid-template-columns: subgrid
css property: grid-template-rows
css property: grid-template-rows: animation of tracks
css property: grid-template-rows: auto
css property: grid-template-rows: `fit-content()`
css property: grid-template-rows: masonry
css property: grid-template-rows: max-content
css property: grid-template-rows: min-content
css property: grid-template-rows: `minmax()`
css property: grid-template-rows: none
css property: grid-template-rows: `repeat()`
css property: grid-template-rows: subgrid
css property: grid-template: none
html element: template: shadowrootclonable
html element: template: shadowrootdelegatesfocus
html element: template: shadowrootmode
html element: template: shadowrootserializable
grammar: template literals: escape sequences allowed in tagged template literals
ecmascript 2018 (es9)
43 results found.