Search results

0

💡 CSS Tip!

For years, we've had the "z-index, stacking context" nightmare, but we will soon have a worse nightmare related to Anchor Positioning 😱

When it doesn't work, it's frustrating, so it's time to learn how it really works.

css-tip.com/anchor-issues/

It's not as simple as you might think!

0

💡 CSS Tip!

For years, we've had the "z-index, stacking context" nightmare, but we will soon have a worse nightmare related to Anchor Positioning 😱

When it doesn't work, it's frustrating, so it's time to learn how it really works.

css-tip.com/anchor-issues/

It's not as simple as you might think!

0
0
0
0

The CSS Working Group published a First Public Working Draft of Selectors Level 5. Selectors are patterns that match against elements in a tree, and as such form one of several technologies that can be used to select nodes in a document. Selectors have been optimized for use with HTML and XML, and are designed to be usable in performance-critical code.

w3.org/news/2026/first-public-

W3C logo
0
0
0

These are all things I plan to cover in the Poetic course, but I'd love your input and questions! Where are you having the most issues, what piques your curiosity, and where do you have questions?

Feel free to select multiple, or reply with other topics & specific questions!

0

RE: front-end.social/@piccalilli/1

You want lists? You got lists!

In 2017 my Web book had ~300 words on styling lists. Now, in 2026, I've written 3000 words on the subject!

sure has moved on...

Just look at this lot to try and understand: list-style, list-item, ::marker, counters(), counter(), @counter-style, symbolic, symbols(), symbols.

0

The narrative that was initially designed to be static, and only later became responsive with things like media, supports, container queries, and now if()… is maybe how things turned out?

But MQs were part of the original proposal – including document age queries, & user "relevance" queries.

This wasn't a big pivot in the vision of the language, but a more continuous project of realizing that vision in relation to changing author needs & browser capabilities over time.

0
8
0

Hi everyone - Let this be my toot.

I'm a Design Engineer from Turnhout 🇧🇪, working at Essent in 's Hertogenbosch 🇳🇱.

My mission? Trying to make developers spent less time on the overly complex stuff and more on the fun stuff. That's why I'd like to toot about the cool things in , modern and in general, .

mrtnvh.com/

0
0
0
0
0
0
0
0
0

Found by Nick Bromley on the A11y Slack:

“In browse mode in web browsers, NVDA no longer treats controls with 0 width or height as invisible. This may make it possible to access previously inaccessible ‘screen reader only’ content on some websites.”
nvaccess.org/post/in-process-1

No reason to panic. Just be aware in case your project has legacy / weird hiding techniques

0

Dew Drop – February 10, 2026 (#4601)

Morning Dew by Alvin Ashcraft – Daily links for Windows and .NET developers. @alvinashcraft.com@web.brid.gy

Top Links Ralph Wiggum Explained: Stop Telling AI What You Want — Tell It What Blocks You (Matt Mattei) Testing ads in ChatGPT (OpenAI Team) – And it begins… Strengthening Windows trust and security through User Transparency and Consent (Logan Iyer) AI Doesn’t Reduce Work—It Intensifies It (Simon Willison) How to Set Up Claude Code … Continue reading Dew Drop – February 10, 2026 (#4601)

Read more →
0
0

デザイナーとして とか のコードを直接書きたい系の自分が に感じるフラストレーションを、 みたいなツールを使う人も感じているということはあまり予想していなかった

追記:
まあでも実際のコードで実装されたものをデザイン的に触れるようになれば、当然、実装の写像としての Figma に不満とか不要かもと思う気持ちが出てくるのは当然か

0

ってこれからいろんな機能が追加されて、最新のベストプラクティスも結構変わってくるんじゃないかという気がしてるんだけど、そういう現実にあまりサンプルがまだ少ない分野って今後 LLM にどう学習させるんだろう

0
0
0
0


/*
v4.3.0. Reduce vertical space.
*/
div .status__prepend
{
padding: 5px !important;
padding-bottom: 0px !important;
}
div .status
{
padding-top: 8px !important;
}
.content-warning
{
margin: auto !important;
padding: 2px 2px !important;
}
.content-warning *
{
display: inline !important;
}
.content-warning .link-button
{
margin-left: 5px !important;
margin-top: 5px !important;
}
.search
{
margin-bottom: 10px !important;
}


/*
v4.3.0. Make the toot editing area usable to show >2 lines on Reply/Edit.
*/
.reply-indicator__content, .reply-indicator__content *
{
visibility: collapse !important;
display: none !important;
}
div .link-footer
{
visibility: collapse !important;
}

---
On MS Windows 10 with 125% zoom of 1920x1080 px resolution of 13.3 in screen, with 20 p[xt] font size in Firefox.

Showing the toot being replied to also makes the experience worse.

0


/*
v4.3.0. Reduce vertical space.
*/
div .status__prepend
{
padding: 5px !important;
padding-bottom: 0px !important;
}
div .status
{
padding-top: 8px !important;
}
.content-warning
{
margin: auto !important;
padding: 2px 2px !important;
}
.content-warning *
{
display: inline !important;
}
.content-warning .link-button
{
margin-left: 5px !important;
margin-top: 5px !important;
}
.search
{
margin-bottom: 10px !important;
}

0
0

I wrote a new article: “Solving Shrinkwrap: New Experimental Technique”

kizu.dev/shrinkwrap-solution/

In this article, I present my new technique for solving a  problem that was deemed impossible — true shrinkwrapping of an element with auto-wrapped content.

By using anchor positioning and scroll-driven animations, we can adjust our element’s outer dimensions by measuring its inner contents, demonstrating that for many cases this can already work and might unlock a future native feature.

A screenshot of one of the article’s examples. On a white background, there are several boxes visible in a three-dimensional view. The one in the back has rounded corners, green background and a pink outline, and is shorter. The one in the middle is longer, going the full width of the screenshot, and has a pink background. The one in the front has the following text: “I am a Longer Header; I Will Wrap & Look Bad! Oh no! What Can We Do?”, wrapped after the ampersand and balanced.
0
0
0

Understanding the fundamentals of Layout: "Have you ever struggled to understand why the browser put the element where it did? Do you think CSS is hard to work with? By getting a better understanding of the fundamentals, you’ll learn to 'see the matrix'." polypane.app/blog/understandin

0