Firefox 157 (Nightly) ships overscroll-behavior: chain.
Let’s Use the Emergent CSS random() Function in all the Browsers
The journey to create a polyfill for the upcoming CSS random() function that works in all browsers.
The journey to create a polyfill for the upcoming CSS random() function that works in all browsers.
Powered by
DigitalOcean
Well, that’s a wrap. No, not a flex-wrap, but rather today marks a new day, week, month, season, aaaand new edition of What’s important (#18), bringing you the best content that developers have produced over the last couple of weeks or so.
The general idea is that we create a Document Picture-in-Picture window (DPIP window), and then we put HTML, CSS, and JavaScript into it.
Syntax highlighting for code blocks without the complicated markup, spans, classes, and bloated JavaScript, courtesy of Uncle Dave.
Seven and half years after blocks arrived in Core, WordPress introduces a way to build blocks without React annd build pipelines. All you need is PHP.
A newly resolved proposal would allow us to select classes that are a prefix for variations with a wildcard, like .prefix-*.
Firefox 157 (Nightly) ships overscroll-behavior: chain.
#
Chrome 153 becomes the first to implement scroll-axis-lock, <camera>, and <microphone>.
#
#
Chrome 155 (Dev) implements margin-trim, following Safari.
#
.element { animation-trigger: --trigger play-forwards play-backwards; }
@function --font-size() returns { }
@custom-media --tablet (768px <= width <= 1024px);
.element { transform: rotate(45deg); }
.element { transform: rotateY(60deg); }
.element { transform: rotateY(30deg); }
.element { transform: rotateZ(90deg); }
.element { animation-timeline: view(); }
.element { animation-timeline: scroll(); }