RT @piccalilli_: 🔣 New tutorial: “Build a fancy hover animationâ€
Learn how to use the power of CSS to take any collection of images and ma…
@DuckDuckGo In case anyone is interested in how FLoC block works, here’s @kdzwinel’s commit: https://t.co/Jfzra7m3Wm.
@igarshmyb @w3ctag There are plenty of implementations for Node.js and the browser: https://t.co/YmgnIt51Wp.
@_boraturan As a Web developer, I would say: yes, this is a good thing. It’s slightly tongue in cheek of course calling this “Get the Android App”, but I like it.
Looks like we’re getting closer to being able to obtain UUIDs directly from a Web platform API:
“`js
const uuid = crypto.randomUUID();
// “52e6953d-edbe-4953-be2e-65ed3836b2f0”
“`
The @w3ctag review was just kicked off: https://t.co/vMtP7IHwE5.
RT @agektmr: Want to build a biometric authentication UX with WebAuthn? Try it here
https://t.co/dgaw89smFt
You can learn how to build it i…
“Get the Android App†button installs the PWA. That’s next level. I love â™¥ï¸ it! â¤µï¸ https://t.co/Gaxrj5lscw
@DotProto Virtual hug 🫂. Wishing you strength!
@hashseed @TimvdLippe @kennethrohde @TheNix @RasmusHjulskov This reminds me of a recent issue I had: while debugging step-by-step a `showOpenFilePicker()` operation, my user gesture expired (yeah, I’m a slow debugger). Maybe make the grace period infini
@kennethrohde @_zouhir Mini apps (https://t.co/dtqGOQrGwF) commonly have a way to detect when the user took a screenshot, e.g., here’s WeChat’s: https://t.co/z94hIfYwO4. I haven’t looked at the callback parameter, not sure if it allows the mini app
@simevidas `:parent(levels)` where levels would default to one and let me determine the number of levels I want to go up in the DOM tree.