phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

798
active users

@davidbisset
>the common way to make content screen reader only is to position it absolutely far off the edge of the screen
how is front-end so cursed?

@davidbisset TIL z-index: calc(infinity); is a thing!

@davidbisset That's a fun experiment! I always use `9e9` for large numbers, which equates to 9 billion. It removes the need for a calc, which looks clean. But I always wondered if you'd use that as a border radius or animation iteration count, if that'd impact performance. Did you come across anything while researching `infinite`?

@podfeet me too! Taking a moment to learn about something cool!