1. CSS Container Query Units

    Container Query Units specify a length relative to the dimensions of a query container. The units include: `cqw`, `cqh`, `cqi`, `cqb`, `cqmin`, and `cqmax`.

  2. CSS Logical Properties

    Logical properties and values provide control of layout through logical, rather than physical, direction and dimension mappings. These properties are `writing-mode` relative equivalents of their corresponding physical properties.

  3. CSS3 Media Queries

    Method of applying styles based on media information. Includes things like page and device dimensions

  4. CSS Paged Media (@page)

    CSS at-rule (`@page`) to define page-specific rules when printing web pages, such as margin per page and page dimensions.

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

  6. Object.entries

    The `Object.entries()` method creates a multi-dimensional array of key value pairs from the given object.

  7. Orientation Sensor

    Defines a base orientation sensor interface and concrete sensor subclasses to monitor the device’s physical orientation in relation to a stationary three dimensional Cartesian coordinate system.

  8. SVG fragment identifiers

    Method of displaying only a part of an SVG image by defining a view ID or view box dimensions as the file's fragment identifier.

  9. CSS3 3D Transforms

    Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.

  10. Viewport units: vw, vh, vmin, vmax

    Length units representing a percentage of the current viewport dimensions: width (vw), height (vh), the smaller of the two (vmin), or the larger of the two (vmax).

  11. gpusupportedlimits api: maxcomputeworkgroupsperdimension

  12. gpusupportedlimits api: maxtexturedimension1d

  13. gpusupportedlimits api: maxtexturedimension2d

  14. gpusupportedlimits api: maxtexturedimension3d

  15. gputexture api: dimension

  16. types: <dimension>