CSS zoom
Method of scaling content while also affecting layout.
Form validation
Method of setting required fields and field types without requiring JavaScript. This includes preventing forms from being submitted when appropriate, the `checkValidity()` method as well as support for the `:invalid`, `:valid`, and `:required` CSS pseudo-classes.
Resource Hints: prefetch
Informs the browsers that a given resource should be prefetched so it can be loaded more quickly. This is indicated using `<link rel="prefetch" href="(url)">`
SVG effects for HTML
Method of using SVG transforms, filters, etc on HTML elements using either CSS or the foreignObject element
CSS3 2D Transforms
Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.
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.
beforeinstallpromptevent api: platforms
document api: forms
transformstream api
transformstreamdefaultcontroller api
transformstreamdefaultcontroller api: desiredsize
transformstreamdefaultcontroller api: enqueue
transformstreamdefaultcontroller api: error
transformstreamdefaultcontroller api: terminate
transformstream api: readable
transformstream api: transferable
transformstream api: `transformstream()` constructor
transformstream api: writable
webgl2renderingcontext api: getactiveuniforms
css at-rule: `@font-feature-values`: `@historical-forms`
css property: font-variant-alternates: historical-forms
css property: font-variant: historical-forms
html element: iframe: sandbox: `sandbox="allow-forms"`
23 results found.