BASELINE NowYouCanUse.com
Hot Features Top 20 right now

What developers are looking up most right now. Ranked from recent visits and search lookups across the site, updated throughout the day.

Newly Available

The progress() CSS function returns a ratio for the relative position of one value between two other values, clamped between 0 and 1. You can use it to interpolate a value for other calculations.

Chrome 138
Firefox 155
Safari 26
Edge 138
Baseline Date: Sep 1, 2026
Details →
Newly Available

The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.

Chrome 125
Firefox 118
Safari 17.2
Edge 125
Baseline Date: May 17, 2024
Details →
#3

WebTransport

Newly Available

The WebTransport API transmits data between a client and a server, by using the HTTP/3 protocol.

Chrome 97
Firefox 114
Safari 26.4
Edge 97
Baseline Date: Mar 24, 2026
Details →
Newly Available

The baseline-shift CSS property sets the position of an element relative to its dominant baseline.

Chrome 1
Firefox 149
Safari 4
Edge 79
Baseline Date: Mar 24, 2026
Details →
Newly Available

The transition-behavior: allow-discrete CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%.

Chrome 117
Firefox 129
Safari 17.4
Edge 117
Baseline Date: Aug 6, 2024
Details →
Newly Available

The font-family: math CSS declaration uses the browser default font face for displaying mathematical expressions.

Chrome 109
Firefox 149
Safari 26.2
Edge 109
Baseline Date: Mar 24, 2026
Details →
Newly Available

The scrollbar-gutter CSS property reserves space for the scrollbar, preventing unwanted layout changes as the scrollbar appears and disappears.

Chrome 94
Firefox 97
Safari 18.2
Edge 94
Baseline Date: Dec 11, 2024
Details →
Newly Available

The scrollbar-width CSS property sets the width of the scrollbar.

Chrome 121
Firefox 64
Safari 18.2
Edge 121
Baseline Date: Dec 11, 2024
Details →

The rect() CSS function creates a rectangle shape with insets from the edges of an element. The xywh() CSS function creates a rectangle shifted by an x and y distance. They can be used with clip-path and shape-outside.

Chrome 119
Firefox 122
Safari 17.2
Edge 119
Baseline Date: Jan 23, 2024
Details →

The isWellFormed() method of strings returns a boolean indicating if the string contains any Unicode lone surrogates. The toWellFormed() method returns a new string where all lone surrogates are replaced by the Unicode replacement character.

Chrome 111
Firefox 119
Safari 16.4
Edge 111
Baseline Date: Oct 24, 2023
Details →
Widely Available

The Web Cryptography API performs low-level cryptographic operations, such as encryption, decryption, and signature verification. Also known as the Web Crypto API.

Chrome 37
Firefox 34
Safari 11
Edge 12
Baseline Date: Sep 19, 2017
Details →
#12

field-sizing

CSS
Newly Available

The field-sizing CSS property allows form controls such as <textarea> to be sized based on their content.

Chrome 123
Firefox 152
Safari 26.2
Edge 123
Baseline Date: Jun 16, 2026
Details →
Newly Available

The sibling-count() and sibling-index() CSS functions return integers that are useful to style elements based on their positions among siblings or on the number of siblings, for example as part of a calc() expression.

Chrome 138
Firefox 154
Safari 26.2
Edge 138
Baseline Date: Aug 18, 2026
Details →
Newly Available

The drawingBufferColorSpace and unpackColorSpace properties of WebGL2RenderingContext sets the color representation for the buffer and imported textures, such as "srgb" or "display-p3".

Chrome 104
Firefox 132
Safari 16.4
Edge 104
Baseline Date: Oct 29, 2024
Details →
Widely Available

AVIF (AV1 Image File Format) is an image format based on the AV1 video format.

Chrome 85
Firefox 113
Safari 16.4
Edge 121
Baseline Date: Jan 25, 2024
Details →
Newly Available

The source property of a ToggleEvent object is the element which triggered the toggle event to fire for a popover, <dialog>, or <details> element, if applicable.

Chrome 140
Firefox 145
Safari 26.5
Edge 140
Baseline Date: May 11, 2026
Details →
Newly Available

The Math.sumPrecise() static method returns the sum of an iterable of numbers. It avoids the precision loss of intermediate partial sums, as found using reduce() or a loop to add together an array of values.

Chrome 147
Firefox 137
Safari 26.2
Edge 147
Baseline Date: Apr 10, 2026
Details →
Newly Available

The text-indent: hanging CSS declaration indents all lines except the first.

Chrome 146
Firefox 121
Safari 15
Edge 146
Baseline Date: Mar 13, 2026
Details →
#19

<template for>

Limited

The <template for="…"> HTML element replaces the content at a named range or insertion point, marked by the processing instructions <?start name="…"> and <?end> or <?marker name="…">. You can use this to stream or "patch" partial updates into the document out of order.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support
Details →
#20

@scope

CSS
Newly Available

The @scope CSS at-rule sets the scope for a group of rules.

Chrome 143
Firefox 146
Safari 26.4
Edge 143
Baseline Date: Mar 24, 2026
Details →