The making of a #CSS5 HDR enabled gradient tool

a fun peek into the sketching that led to the gradient line UI, the color picker, the overall layout, some math and more!

https://nerdy.dev/the-making-of-gradient.style

The making of a #CSS5 HDR enabled gradient tool a fun peek into the sketching that led to the gradient line UI, the color picker, the overall layout, some math and more! nerdy.dev/the-making-o...

#Development #Proposals
Searching for a new CSS logo · It’s time for a change and some fresh proposals https://ilo.im/160cew

_____
#Logo #CSS #CSS3 #CSS4 #CSS5 #CSS6 #Evolution #Community #WebDev #Frontend

Searching For A New CSS Logo | CSS-Tricks

There is an amazing community effort happening in search of a new logo for CSS. I was a bit skeptical at first, as I never really considered CSS a

CSS-Tricks
RFC: Initial CSS Level Categorization · CSS-Next css-next · Discussion #92

Intro The CSS Next Community Group is looking for feedback on our initial exploration into CSS Levels. This is our formal request for comments. This doc contains information about the decision-maki...

GitHub

I would love to see proper versioning on CSS. I still remember the release of CSS3 and it's sad, that this moment just happened once in the 18 years I do this job now.

At the same time other language had multiple ground breaking releases.

CSS isn’t developing in a slow way. Not a bit. But you can't put the finger on a feature set. You can't hire for a specific feature set.

"10 years of CSS experience" can mean, that border-radius is the most exciting thing that person ever did and starts to cry if they see the clamp syntax.

"1 year experience with CSS 5" on the other hand would be pretty clear.

https://www.smashingmagazine.com/2024/08/time-to-talk-about-css5/

#WebDev #CSS #CSS3 #CSS4 #CSS5 #Coding

It’s Time To Talk About “CSS5” — Smashing Magazine

Have you ever wondered what happened after CSS3? It’s common knowledge that we never saw CSS4 come after it, yet we have a plethora of new features that have no similar way of defining when they were introduced. The W3C CSS-Next community group is actively searching for better approaches for how we describe the evolution of CSS over time and identify feature sets as effectively as we did with CSS3 way back in 2009 — and you can help.

Smashing Magazine

Am I the only one not excited about the new versioning thing of CSS? CSS4, CSS5, CSS10!

I don't think I will get used to that 😖

#CSS #CSS3 #CSS4 #CSS5 #CSS6

A really interesting read.

“Naming is always hard, yet it’s just something we have to do in CSS to properly select things. I think it’s time we start naming [CSS releases] like this, too. It’s only a matter of time before “modern” isn’t “modern” anymore.” — Geoff Graham

https://www.smashingmagazine.com/2024/08/time-to-talk-about-css5/

#css #css3 #css4 #css5 #css6 #cssNext #w3c #webdev

It’s Time To Talk About “CSS5” — Smashing Magazine

Have you ever wondered what happened after CSS3? It’s common knowledge that we never saw CSS4 come after it, yet we have a plethora of new features that have no similar way of defining when they were introduced. The W3C CSS-Next community group is actively searching for better approaches for how we describe the evolution of CSS over time and identify feature sets as effectively as we did with CSS3 way back in 2009 — and you can help.

Smashing Magazine

#Development #Challenges
It’s time to talk about ‘CSS5’ · What’s the optimal way to describe CSS’s evolution? https://ilo.im/15zpet

_____
#ModernCSS #Naming #CSS3 #CSS4 #CSS5 #CSS6 #W3C #WebDev #Frontend #CSS

It’s Time To Talk About “CSS5” — Smashing Magazine

Have you ever wondered what happened after CSS3? It’s common knowledge that we never saw CSS4 come after it, yet we have a plethora of new features that have no similar way of defining when they were introduced. The W3C CSS-Next community group is actively searching for better approaches for how we describe the evolution of CSS over time and identify feature sets as effectively as we did with CSS3 way back in 2009 — and you can help.

Smashing Magazine

body {
background-shader: "(u,v) {
u mod 2 and v mod 2 ? white : black; }";
}

#css5

v2 Boxes around box with line to middle (Chrome+)

...