mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#css

67 posts56 participants0 posts today
Adam Argyle<p>Here's a <a href="https://front-end.social/tags/CSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CSS</span></a> study list, 100+ features to checkout from the past ~5 years.</p><p>There're surprises in here for even the most knowledgeable front-end developer!</p><p><a href="https://nerdy.dev/cascading-secret-sauce" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nerdy.dev/cascading-secret-sau</span><span class="invisible">ce</span></a></p>
René<p><span class="h-card" translate="no"><a href="https://mastodon.social/@verge" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>verge</span></a></span> And this is the man in charge of the new <a href="https://mastodon.nl/tags/chatcontrol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>chatcontrol</span></a> act in <a href="https://mastodon.nl/tags/europe" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>europe</span></a>. He gets all Photos, video’s, chats of all europians. It’s like make a pedofile director of the protect children foundation. <a href="https://mastodon.nl/tags/eu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eu</span></a> <a href="https://mastodon.nl/tags/css" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>css</span></a> <a href="https://mastodon.nl/tags/meta" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>meta</span></a> <a href="https://mastodon.nl/tags/zuckerberg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zuckerberg</span></a> <a href="https://mastodon.nl/tags/whatsapp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>whatsapp</span></a> <a href="https://mastodon.nl/tags/signal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>signal</span></a></p>

Another Safari TP (and soon, Safari 26) #CSS Anchor Positioning bug: when you want to animate a popover, e.g. opacity transition, you probably want to use `transition-behavior: allow-discrete` for the `display` property. It works well for the first popover opening, but when you try to close the popover, its `display` value remains to be whatever non-`none` value you gave to it, instead of transitioning back to `none`.

Repro: codepen.io/marchbox/pen/pvvKEGO
WebKit bug: bugs.webkit.org/show_bug.cgi?i

codepen.ioallow-discrete transition with anchor positioning...
Continued thread

And it’s also very buggy when you animate an anchor positioning target, like a popover, with `transition-behavior: allow-discrete` #CSS