Audio element
Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`
Autofocus attribute
Allows a form field to be immediately focused on page load.
calc() as CSS unit value
Method of allowing calculated values for length units, i.e. `width: calc(100% - 3em)`
Text API for Canvas
Method of displaying text on Canvas elements
ChaCha20-Poly1305 cipher suites for TLS
A set of cipher suites used in Transport Layer Security (TLS) protocol, using ChaCha20 for symmetric encryption and Poly1305 for authentication.
COLR/CPAL(v0) Font Formats
The COLR table adds support for multi-colored glyphs in a manner that integrates with the rasterizers of existing text engines. COLRv0 only supports pure colors, does not support gradients, transformations and various blending modes.
COLR/CPAL(v1) Font Formats
COLRv1 is an improved version of COLRv0, this is also part of the OpenType specification. COLRv1 supports additional graphic capabilities. In addition to solid colors, gradient fills can be used, as well as more complex fills using other graphic operations, including affine transformations and various blending modes.
CSS background-position edge offsets
Allows CSS background images to be positioned relative to the specified edge using the 3 to 4 value syntax. For example: `background-position: right 5px bottom 5px;` for positioning 5px from the bottom-right corner.
CSS clip-path property (for HTML)
Method of defining the visible region of an HTML element using SVG or a shape definition.
CSS Generated content for pseudo-elements
Method of displaying text or images before or after the given element's contents using the ::before and ::after pseudo-elements. All browsers with support also support the `attr()` notation in the `content` property.
selector list argument of :nth-child and :nth-last-child CSS pseudo-classes
The newest versions of `:nth-child()` and `:nth-last-child()` accept an optional `of S` clause which filters the children to only those which match the selector list `S`. For example, `:nth-child(1 of .foo)` selects the first child among the children that have the `foo` class (ignoring any non-`foo` children which precede that child). Similar to `:nth-of-type`, but for arbitrary selectors instead of only type selectors.
CSS zoom
Method of scaling content while also affecting layout.
ECMAScript 5
Full support for the ECMAScript 5 specification. Features include `Function.prototype.bind`, Array methods like `indexOf`, `forEach`, `map` & `filter`, Object methods like `defineProperty`, `create` & `keys`, the `trim` method on Strings and many more.
disabled attribute of the fieldset element
Allows disabling all of the form control descendants of a fieldset via a `disabled` attribute on the fieldset element itself.
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.
Geolocation
Method of informing a website of the user's geographical location
sandbox attribute for iframes
Method of running external site pages with reduced privileges (e.g. no JavaScript) in iframes.
seamless attribute for iframes
The seamless attribute makes an iframe's contents actually part of a page, and adopts the styles from its hosting page. The attribute has been removed from both [the WHATWG](https://github.com/whatwg/html/issues/331) and [the W3C](https://github.com/w3c/html/pull/325) HTML5 specifications.
autocomplete attribute: on & off values
The `autocomplete` attribute for `input` elements indicates to the browser whether a value should or should not be autofilled when appropriate.
accept attribute for file input
Allows a filter to be defined for what type of files a user may pick with from an `<input type="file">` dialog
Minimum length attribute for input fields
Declares a lower bound on the number of characters a user can input.
Pattern attribute for input fields
Allows validation of an input field based on a given regular expression pattern.
maxlength attribute for input and textarea elements
Declares an upper bound on the number of characters the user can input. Normally the UI ignores attempts by the user to type in additional characters beyond this limit.
Built-in PDF viewer
Support for a PDF viewer that is part of the browser, rather than requiring a PDF file to be opened in an external application.
readonly attribute of input and textarea elements
Makes the form control non-editable. Unlike the `disabled` attribute, `readonly` form controls are still included in form submissions and the user can still select (but not edit) their value text.
Selection API
API for accessing selected content of a document, including the `window.getSelection()` method, as well as the `selectstart` & `selectionchange` events on `document`.
SPDY protocol
Networking protocol for low-latency transport of content over the web. Superseded by HTTP version 2.
SVG effects for HTML
Method of using SVG transforms, filters, etc on HTML elements using either CSS or the foreignObject element
TLS 1.2
Version 1.2 of the Transport Layer Security (TLS) protocol. Allows for data/message confidentiality, and message authentication codes for message integrity and as a by-product message authentication.
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.
Trusted Types for DOM manipulation
An API that forces developers to be very explicit about their use of powerful DOM-injection APIs. Can greatly improve security against XSS attacks.
User Timing API
Method to help web developers measure the performance of their applications by giving them access to high precision timestamps.
WebGPU
An API for complex rendering and compute, using hardware acceleration. Use cases include demanding 3D games and acceleration of scientific calculations. Meant to supersede WebGL.
WOFF - Web Open Font Format
Compressed TrueType/OpenType font that contains information about the font's source.
WOFF 2.0 - Web Open Font Format
TrueType/OpenType font that provides better compression than WOFF 1.0.
offscreencanvasrenderingcontext2d api: gettransform
offscreencanvasrenderingcontext2d api: resettransform
offscreencanvasrenderingcontext2d api: settransform
offscreencanvasrenderingcontext2d api: transform
svgtransformlist api: numberofitems
videoframe api: format
css property: hyphens: hyphenation dictionary for german, reformed orthography of 1996 (de, de-1996, de-de, de-at, de-*)
css property: offset-path: support for `path()` function as a value
css property: offset-path: support for `ray()` function as a value
css property: text-underline-offset
types: `<position>`: four-value syntax for offset from any edge
javascript statement: `for await...of`
javascript statement: `for...of`
javascript statement: `for...of`: closing iterators
50 results found.