Results 21 - 40 of 59

CSS Flexible Box Layout

CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design. In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.
CSS CSS Flexible Boxes CSS Reference Overview

CSS Generated Content

CSS Generated Content is a module of CSS that defines how to add content to an element.
CSS CSS Generated Content CSS Reference Overview

CSS Images

CSS Images is a module of CSS that defines what types of images can be used (the <image> type, containing URLs, gradients and other types of images), how to resize them and how they, and other replaced content, interact with the different layout models.
CSS CSS Images CSS Reference Overview

CSS Logical Properties

CSS Logical Properties is a module of CSS that defines logical mapping to physical properties to control the layout.
CSS CSS Logical Properties Overview Reference

CSS Namespaces

CSS Namespaces is a CSS module that allows authors to specify XML namespaces in CSS.
CSS CSS Namespaces Overview Reference Web

CSS Pages

CSS Pages is a module of CSS that defines how page switches are handled, as well as orphans and widows.
CSS CSS Pages CSS Reference Overview

CSS Positioning

CSS Positioning is a module of CSS that defines how to absolutely and relavitely position elements on the page.
CSS CSS Positioning CSS Reference Overview

CSS Scroll Snap Points

CSS Scroll Snap Points is a module of CSS that defines properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings
CSS CSS Scroll Snap Points Overview Reference

CSS Selectors

Selectors define to which elements a set of CSS rules apply.
CSS CSS Selectors Overview Reference Selectors

CSS Shapes

CSS Shapes is a CSS module that defines geometric shapes for use in CSS values.
CSS CSS Reference CSS Shapes Overview

CSS Table

CSS Table is a CSS module that defines how to lay out table data.
CSS CSS Reference CSS Table Overview

CSS Text Decoration

CSS Text Decoration is a module of CSS that defines features relating to text decoration, such as underlines, text shadows, and emphasis marks.
CSS CSS Reference CSS Text Decoration Overview

CSS Transitions

CSS Transitions is a module of CSS that defines how to create smooth transitions between values of given CSS properties. It allows to create them but also to define their evolution, using timing functions.
CSS CSS Transitions Experimental Overview Reference

CSS User Interface

CSS User Interface is a CSS module that allows to define the rendering and functionality of user interface related features.
CSS CSS Basic User Interface Overview Reference

CSS Writing Modes

CSS Writing Modes is a CSS module that defines various international writing modes, such as left-to-right (e.g. used by Latin and Indic scripts), right-to-left (e.g. used by Hebrew or Arabic scripts), bidirectional (used when mixing left-to-right and right-to-left scripts) and vertical (e.g. used by some Asian scripts).
CSS CSS Reference CSS Writing Modes Overview

CSSOM View

CSSOM View is a module that allows to manipulate the visual view of a document, in particular its scrolling behavior.
CSS CSSOM View Experimental Overview Reference

Channel Messaging API

The Channel Messaging API allows two separate scripts running in different browsing contexts attached to the same document (e.g., two IFrames, or the main document and an IFrame, two documents via a SharedWorker, or two workers) to communicate directly, passing messages between one another through two-way channels (or pipes) with a port at each end.
API Channel messaging HTML API Overview Reference