Šime Vidas

Results 57 comments of Šime Vidas

@garrettw Yes, it’s needed. Safari 16.3 still does not support the shorthand `text-decoration: underline dotted`. The relevant WebKit bug is here: https://bugs.webkit.org/show_bug.cgi?id=230083

Related discussion about adding adding event throttling and debouncing to `AddEventListenerOptions` https://discourse.wicg.io/t/add-event-throttling-and-debouncing-to-addeventlisteneroptions/2436

I'll perform some (systematic) testing on my site wrt how Persona behaves for visitors. I've noticed today that auto sign-in worked after more than 10 hours, which means that it's...

(I'm testing with an email from one of my own domains. I haven't set up an IdP for it, so Persona is taking care of that.)

Possibly relevant: Brave has “forgetful browsing” > When this option is set, Brave will clear first-party storage for the site a few seconds after there are no more open tabs...

@jensimmons Are these older AVIF images on existing websites considered invalid now? Does the “don’t break the web” rule not apply to them?

Isn't the grunt-newer pattern better? ``` js grunt.initConfig({ jshint: { js: ['lib/**/*.js'] }, watch: { js: { files: [''], tasks: ['newer:jshint:changed'] }, }, }); ``` This way, we don't have...

I invite you to try out scroll snapping on Twitter based on my instructions in that CSS-Tricks article. It works very well and makes reading the timeline much more efficient....

In this particular example, I had to enable third-party scripts from four additional domains * cloudflare.com * google.com * jsdelivr.net * youtube.com to make the video load. Of course, the...

Here’s an example of what I’m talking about. If JavaScript isn’t available, the embedded Codepen demo falls back to a paragraph with a link to the demo on codepen.io. This...