CSS Anchor Positioning
Allows placing elements anywhere on the page relative to an "anchor element", without regard to the layout of other elements besides their containing block
CSS3 object-fit/object-position
Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.
Pointer Lock API
API that provides access to raw mouse movement data. This is done by ignoring boundaries resulting from screen edges where the cursor can't go beyond, providing proper control for first person or real time strategy games.
Touch events
Method of registering when, where and how the interface is touched, for devices with a touch screen. These DOM events are similar to mousedown, mousemove, etc.
wbr (word break opportunity) element
Represents an extra place where a line of text may optionally be broken.
mlgraphbuilder api: where
css property: line-break: anywhere
css property: overflow-wrap: anywhere
css selector: `:where()`
css selector: `:where()`: support for forgiving selector list
html element: script: type: `type="speculationrules"`: `where` key
css max-lines property
12 results found.