Baseline Newly Available
The CSS content-visibility property is now Baseline Newly available
The CSS content-visibility property is now Baseline Newly available.
- Baseline 2024
- Blog
- CSS
October 30, 2024
Now in Baseline: animating entry effects
Improve the legibility of text when using fallback fonts.
- Baseline 2024
- Blog
- CSS
August 8, 2024
How to use container queries now
A step-by-step guide showing how to use container queries with cross-browser fallbacks.
- Baseline 2023
- Blog
- JavaScript
- CSS
- HTML
July 25, 2024
CSS font-size-adjust is now in Baseline
Improve the legibility of text when using fallback fonts.
- Baseline 2024
- Blog
- CSS
July 23, 2024
@property: Next-gen CSS variables now with universal browser support
Semantic custom properties with @property just reached Baseline newly available.
- Baseline 2024
- Blog
- CSS
- HTML
July 12, 2024
The JavaScript Set methods are now part of Baseline
JavaScript set methods like union and intersection are now interoperable, making set operations easier.
- Baseline 2024
- Blog
- JavaScript
June 26, 2024
The CSS stepped value math functions are now in Baseline 2024
The CSS math functions rem(), mod(), and round() are now interoperable.
- Baseline 2024
- Blog
- CSS
May 14, 2024
The Screen Wake Lock API is now supported in all browsers
The Screen Wake Lock API has officially landed in all major browsers—Chrome, Safari, and Firefox.
- Baseline 2024
- Blog
- JavaScript
May 14, 2024
CSS color-scheme-dependent colors with light-dark()
description: Define colors that react to the used color-scheme with the light-dark() function.
- Baseline 2024
- CSS
May 13, 2024
Popover API lands in Baseline
The popover API lands in all modern browser engines.
- Baseline 2024
- Blog
- HTML
April 25, 2024
The Intl.Segmenter object is now part of Baseline
The JavaScript Intl.Segmenter object is now interoperable, enabling locale-sensitive text segmentation.
- Baseline 2024
- Blog
- JavaScript
April 18, 2024
The align-content property for block layouts is now part of Baseline
The CSS align-content property for block layout is now part of Baseline Newly Available.
- Baseline 2024
- Blog
- CSS
April 17, 2024
Immutable array updates with Array.prototype.with
Learn how to use this new method to update an array without mutating the original array.
- Baseline 2024
- Blog
- JavaScript
February 6, 2024
The :user-valid and :user-invalid pseudo-classes
About the :user-valid and :user-invalid pseudo-classes and how to use them to improve the user experience of input validation.
- Baseline 2023
- Tutorial
- HTML
- CSS
November 8, 2023
Compression Streams are now supported on all browsers
Browser Support Source The Compression Streams API is for compressing and decompressing streams of data using the gzip or deflate (or deflate-raw) formats. Using the built-in compression of the Compression Streams API, JavaScript applications do not
- Baseline 2023
- Blog
- JavaScript
November 2, 2023
CSS subgrid
Subgrid enables grid shareability, allowing nested grids to align to ancestors and siblings.
- Baseline 2023
- Tutorial
- CSS
September 28, 2023
The origin private file system
The File System Standard introduces an origin private file system (OPFS) as a storage endpoint private to the origin of the page and not visible to the user that provides optional access to a special kind of file that is highly optimized for
- Baseline 2023
- Tutorial
- JavaScript
- C
June 8, 2023
New CSS color spaces and functions in all major engines
Start using HD color to bring vibrancy to your designs.
- Baseline 2023
- Blog
- CSS
June 2, 2023
JavaScript import maps are now supported cross-browser
With import maps, importing ES modules now becomes a lot better. ES modules are a modern way to include and reuse JavaScript code in web applications. They are supported by modern browsers and provide several benefits over older, non-modular
- Baseline 2024
- Blog
- HTML
- JavaScript
March 28, 2023
Push notifications are now supported cross-browser
Deliver timely and useful notifications to your users. Push notifications were standardized in 2016 with the release of the Push API and the Notification API, which are part of the W3C's Web Applications Working Group. These APIs provide the
- Baseline 2023
- Blog
- JavaScript
March 28, 2023
Last baseline alignment
All major browser engines now support last baseline alignment in CSS grid and flexbox.
- Baseline 2023
- Blog
- CSS
February 20, 2023
Container queries land in stable browsers
This week size container queries and container query units are landing in all stable browsers.
- Baseline 2023
- Blog
- CSS
February 14, 2023