1. 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.

  2. 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.

  3. 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.

  4. HTML templates

    Method of declaring a portion of reusable markup that is parsed but not rendered until cloned.

  5. 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.

  6. htmltemplateelement api

  7. htmltemplateelement api: content

  8. htmltemplateelement api: shadowrootclonable

  9. htmltemplateelement api: shadowrootdelegatesfocus

  10. htmltemplateelement api: shadowrootmode

  11. css property: grid-template

  12. css property: grid-template-areas

  13. css property: grid-template-areas: none

  14. css property: grid-template-columns

  15. css property: grid-template-columns: animation of tracks

  16. css property: grid-template-columns: auto

  17. css property: grid-template-columns: `fit-content()`

  18. css property: grid-template-columns: `masonry`

  19. css property: grid-template-columns: max-content

  20. css property: grid-template-columns: min-content

  21. css property: grid-template-columns: `minmax()`

  22. css property: grid-template-columns: none

  23. css property: grid-template-columns: `repeat()`

  24. css property: grid-template-columns: `subgrid`

  25. css property: grid-template-rows

  26. css property: grid-template-rows: animation of tracks

  27. css property: grid-template-rows: auto

  28. css property: grid-template-rows: `fit-content()`

  29. css property: grid-template-rows: `masonry`

  30. css property: grid-template-rows: max-content

  31. css property: grid-template-rows: min-content

  32. css property: grid-template-rows: `minmax()`

  33. css property: grid-template-rows: none

  34. css property: grid-template-rows: `repeat()`

  35. css property: grid-template-rows: `subgrid`

  36. css property: grid-template: none

  37. html element: template: shadowrootclonable

  38. html element: template: shadowrootmode

  39. grammar: template literals: escape sequences allowed in tagged template literals

  40. ecmascript 2018 (es9)