zachleat.com is one of the many independent Mastodon servers you can use to participate in the fediverse.

Server stats:

1
active users

#webdev

26 posts21 participants8 posts today

Hey #WebDev and #Web people.
Is there a canonical way of conveying that a localized page has a language-neutral permalink?
E.g. /en/about‘s language-neutral permalink is /about, and /de/über is /über, but /über or /about would redirect with JS to /de/über or /en/about (or manually by clicking a target language link).
So UserLanguage=en encountering /über would be redirected to /en/about.

Why is my pseudo-element not working? It should work. It has size, position, display, etc. Hmm…

Oh, I didn’t specify content: "".

Anywho, I’m gonna go into a fetal position and cry now…

i remember reading a while back, a good article on the tradeoffs of loading #css conditionally in multiple files (& only loading it on page when used & the extra network requests that results in) vs. placing that css all in one file.. #webdev #frontend - any ideas?