Karl Dubost · @karlcow
241 followers · 613 posts · Server mastodon.cloud

Please, webdevs don't do user agent sniffing for activating the shim of a feature which can be… feature detected.

It kind of prevent your site of using the native feature when it's finally implemented in the browser. Sometimes it might even have performance impact for the users of your site.

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
239 followers · 609 posts · Server mastodon.cloud

Doing work on big $NAME website/app is like unclogging the P-TRAP of a kitchen sink.

Pull a thread and you think "That's it!", and then you realize there is a bigger mass attached to it, with grease, hair, and plenty of things you don't want to know about, and you discover more things down the line, plastic bits, a dead bug, etc.

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
177 followers · 291 posts · Server mastodon.cloud

In your own words, what do you think is a issue?

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
173 followers · 286 posts · Server mastodon.cloud

This a cool intro by @jecfish about Source Maps.

A couple more things about the source maps config:

1. If you put your source map on a different domain/CDN, make sure that the domain is accessible from people outside of your company.

2. Make sure the source file doesn't result in a 403.

3. Make sure the Content Security Policy (CSP) is correctly set for these files.

WHY?

When needs to debug why the website is not working properly in a browser, sourcemaps help a lot.

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
174 followers · 283 posts · Server mastodon.cloud

@vermyndax 👋 so 2 possibilities.

1. webcompat.com/issues/new (I'm monitoring the ones reported for Safari). There is an option for reporting anonymously. And you can ping me with @karlcow

OR
2. bugs.webkit.org/ where you need to create an account.

Both are *public* reporting (avoid private information).

All the steps to reproduce from the start. The context is helpful (device, browser, etc.) and testing in another browser such as Firefox or Chrome.

@jensimmons

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
165 followers · 237 posts · Server mastodon.cloud

Est-ce que vous avez des questions à propos de la compatibilité Web ? Des zones d'ombres que vous aimeriez comprendre ?

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
161 followers · 209 posts · Server mastodon.cloud

Most of the time when doing work. Trying to make sense of things like this one

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
158 followers · 182 posts · Server mastodon.cloud

Would you consider not using css zoom anymore? What if it was removed from blink and WebKit ? It’s not implemented in gecko.

#webcompat

Last updated 1 year ago

Karl Dubost · @karlcow
157 followers · 171 posts · Server mastodon.cloud

Text-indent and file input behaves differently in browsers. codepen.io/webcompat/pen/wvEqm I animated it to better see what is happening. Opened bugs.webkit.org/show_bug.cgi?i

#webcompat

Last updated 2 years ago

Maximilian Henning · @zarasophos
134 followers · 118 posts · Server darmstadt.social
Karl Dubost · @karlcow
156 followers · 161 posts · Server mastodon.cloud

Me when I need to diagnose minified code for issues.

#webcompat #asianartmuseum #sanfrancisco

Last updated 2 years ago

Karl Dubost · @karlcow
144 followers · 131 posts · Server mastodon.cloud

Web Inspector and Developer tools are my apartment.

#webcompat

Last updated 2 years ago

Karl Dubost · @karlcow
136 followers · 107 posts · Server mastodon.cloud

engineers will never be over their craft. I've seen things you people wouldn't believe. Large websites broken off the shoulder of developer tools. I watched Compat-beams glitter in the dark near the Interoperability Gate. All those moments will be lost in time, like tears in rain. Time to die.

otsukare.info/2023/02/03/blade

#webcompat

Last updated 2 years ago

Karl Dubost · @karlcow
117 followers · 75 posts · Server mastodon.cloud

#webcompat

Last updated 2 years ago

Karl Dubost · @karlcow
117 followers · 73 posts · Server mastodon.cloud

"What do you use as a browser?" They asked me.

Well… it's complicated. You see, part of my work is to diagnose what is NOT working across browsers.

Add to this, different usages in different circumstances.

So I do not have a unique answer, but exactly I'm not only going in one café.

#webcompat

Last updated 2 years ago

Karl Dubost · @karlcow
71 followers · 22 posts · Server mastodon.cloud

head deep into getComputedStyle and pseudo-element, these last couple of days.

#webcompat

Last updated 2 years ago

Karl Dubost · @karlcow
87 followers · 31 posts · Server mastodon.cloud

head deep into getComputedStyle and pseudo-element, these last couple of days.

#webcompat

Last updated 2 years ago

Mozilla francophone · @Mozilla
3503 followers · 4827 posts · Server mamot.fr

Soyons prêts pour les User Agent Strings à 3 chiffres : naviguez sur le Web avec une chaîne UA contenant 100, faites des tests automatiques de votre code et comparez les numéros de version en tant qu’entier et non en tant que chaîne de caractères otsukare.info/2021/04/20/ua-th

#webcompat

Last updated 3 years ago

RT @MozWebCompat@twitter.com

if

1. web compatibility
2. browser diversity
3. web standards

are important to you, use Firefox, invite (gently) other people around you to use Firefox.

Great oaks from little acorns grow.

🐦🔗: twitter.com/MozWebCompat/statu

#GrowFirefox #webcompat

Last updated 4 years ago

Julien / Sphinx · @Sphinx_Pouet
169 followers · 2565 posts · Server mamot.fr

Votre humble serviteur essaie de se servir de ses maigres connaissances en JavaScript et des données structurées de MDN pour vous fournir un paquet npm

- qui prenne :
- un fichier de périmètre navigateurs
- une page web

- qui produise : un rapport sur les éléments incompatibles (HTML / CSS / Syntaxe JS) entre la page et les navigateurs visés. mamot.fr/media/tHcrnXzBmQRJx-G mamot.fr/media/B9NDvZV3nT7_OqB

#webcompat #mdn #npm

Last updated 7 years ago