atlas news
MDN - Mozilla Developer Network : EN : mastodon
15 may
03h00
New in Firefox 150: the revert-rule CSS keyword.
New in Firefox 150: the revert-rule CSS keyword.Make a property behave as if the current rule didn't exist, letting a value from another...
14 may
04h00
Firefox 150: light-dark() now accepts image values not just colors...
Firefox 150: light-dark() now accepts image values not just colors.Use it with images and gradients to adapt visuals based on color scheme...
13 may
06h00
Firefox 150 ships ariaNotify() on Document and Element.
Firefox 150 ships ariaNotify() on Document and Element.Queue text to be announced by a screen reader a more ergonomic and reliable alternative to...
12 may
20h00
Firefox 150: color-mix() now accepts more than two colors at once.
Firefox 150: color-mix() now accepts more than two colors at once.Mix any number of colors in a single declaration no more nesting multiple calls...
11 may
20h00
Have you heard of CSS Subgrid? A grid item can now...
Have you heard of CSS Subgrid? A grid item can now pass its parent's grid lines to children, so nested elements align perfectly with the outer...
10h00
The URL Pattern API is Newly Available Use it to...
The URL Pattern API is Newly Available Use it to match and extract parts of URLs, no need to reinvent routing logic. Supports literals, wildcards,...
10h00
Firefox 150 ships 7 media pseudo-classes: :buffering, :muted, :paused,...
Firefox 150 ships 7 media pseudo-classes: :buffering, :muted, :paused, :playing, :seeking, :stalled, :volume-locked.Style <audio> and...
10 may
16h00
Wait for all promises, even the failing ones ...
Wait for all promises, even the failing ones Promise.allSettled() waits for every promise to finish, success or failure.â Returns status...
10h00
:only-child now matches elements with no parent The...
✠:only-child now matches elements with no parent The :only-child selector has been updated it can now match elements that have no parent at all,...
09 may
13h30
:only-child now matches elements with no parent The...
✠:only-child now matches elements with no parent The :only-child selector has been updated it can now match elements that have no parent at all,...
07h29
Build smooth scroll experiences with CSS scroll snap œ
Build smooth scroll experiences with CSS scroll snap œSnap scrollable containers to specific positions carousels, galleries, and paginated views with...
08 may
19h00
Check own properties safely with Object.hasOwn() A...
Check own properties safely with Object.hasOwn() A safer alternative to hasOwnProperty, works even on objects with a null prototype.Baseline since...
15h01
Create frosted glass effects in CSS backdrop-filter...
Create frosted glass effects in CSS backdrop-filter applies visual effects to the content behind an element - blur, brightness, contrast, and more...
03h00
The CSS next-sibling combinator ( ) selects an element only when it...
The CSS next-sibling combinator ( ) selects an element only when it immediately follows another, same parent, no elements between them.img p font...
07 may
11h00
Document.caretPositionFromPoint() is Newly Available
Document.caretPositionFromPoint() is Newly Available Give it an (x, y) coordinate and get back the exact DOM node and character offset. Perfect for...
04h00
The Popover API is Baseline, no JavaScript needed
The Popover API is Baseline, no JavaScript neededTooltips, dropdowns, and menus with just HTML attributes.â popover attribute on any elementâ...
06 may
12h00
Better error chaining is finally in JavaScript ...
Better error chaining is finally in JavaScript Error.cause lets you attach the original error when rethrowing, keeping full context without losing...
06h00
Speed up rendering with content-visibility: auto âs This...
Speed up rendering with content-visibility: auto âs This CSS property skips rendering off-screen content until needed, giving massive performance...
05 may
20h00
React to element size changes, not just the window ...
React to element size changes, not just the window ResizeObserver fires when any element's dimensions change, perfect for responsive components.â...
15h01
Wait for all promises, even the failing ones ...
Wait for all promises, even the failing ones Promise.allSettled() waits for every promise to finish, success or failure.â Returns status...
1778966540