Search

Items tagged with: CSS




Incidentally, the company unleashing a new wave of contrast problems on the web (see today’s Codepen Spark for liquid glass copycats) is also the company that seems uninterested in supporting `prefers-reduced-transparency`:
developer.mozilla.org/en-US/do…

#CSS #Safari #accessibility #a11y



Since yesterday, I have had an urge to play with CSS again, and it's the least practical time for it.

(Since work during the day and a brain that is currently saying no.)

There is a three-year-old article by Ryan Mulligan that has been living rent-free in my head for a while, and I recently applied it to a hobby project for the first time. I want to learn more about these techniques as I'm not fluent with them yet.

"Layout Breakouts with CSS Grid" featuring named template columns.

ryanmulligan.dev/blog/layout-b…

#CSS #WebDev


#a11y #css




Is it possible to write advanced theming #CSS with context-aware conditional code? As if()! 😉

@chriskirknielsen shows us a glimpse of what's possible—just in Chrome Canary right now behind a flag, but here's hoping it gains ground soon.

On a related note, us #WebDev folks are eagerly awaiting container style queries in Firefox! Can it happen please pretty please with sugar on top??

thathtml.blog/2025/02/hot-off-…


.bathroom {
width: fit-content;
}

#memes #css


I disagree with use cases that rely on CSS, generally at risk from network interruptions and caching, to trigger programmatic state changes in the HTML that references it (see pic). Cart / horse and all.

Instead, use CSS to ensure your programmatic state is correct. Eg: adrianroselli.com/2021/06/usin…

#a11y #accessiblity #css #html


New year, new role @Mastodon!

Our core team is looking for a senior Front-end Developer to elevate the web UI/UX experience for our users.

Ideally:

1. You are highly skilled in accessible and semantic #HTML
2. Proficient in modern #CSS
3. Experienced with #Javascript, #Typescript and complex React/Redux applications

This remote full-time position requires a 4-hour overlap with the CET timezone.

For more info/to apply:
jobs.ashbyhq.com/mastodon/6a09…

#FediHire #GetFediHired #hiring #frontend



Good morning #fediverse !

I'm feeling #KISS today...

« Keep
IT
Simple
Stupid »

(Amazing, how many things you can do with just simple,

#html
+
#css
+
#javascript

cc @cferdinandi ... who amongst others, inspired me , thX


New blog post: “Short Lines, Bad Breaks, and CSS”

blog.kizu.dev/short-lines-bad-…

In today’s CSSWG meeting, there was one issue about the new value of `text-wrap-style` property — `avoid-orphans`.

There was agreement in the meeting that we should look for a better name, and open a separate issue about this, which I did, as well as opened another one — about the `orphans` and `widows` properties.

#CSS #Typography



Recently I asked about choosing a style sheet for developing a personal Web site that would automate the visual presentation, allowing me, as a nonvisual author, to concentrate on the markup and content.
I've started working on the site, using the "classless" version of this style sheet. github.com/picocss/pico/
I'm using the Hugo static site generator. I'll write more about it when I create a blog for longer-form posts.
#accessibility #css #WebDevelopment


People on StackOverflow telling people to screw up #accessibility with the HTML dialog element defeats the purpose of using that element in the first place IMO. Please upvote my answer that corrects the numerous wrong answers, including the accepted answer, to this question if you have an SO account.

stackoverflow.com/a/79028606/2…

#webDev #a11y #html #css #javaScript


The CSSWG as agreed to publish a first Working Draft for Masonry layout – with the two major proposals merged where possible, and otherwise presented side by side. Most of the differences are syntax only.

Here's the Editor's Draft that will be published:

drafts.csswg.org/css-grid-3/

And the discussion:

github.com/w3c/csswg-drafts/is…

#css

#css




alt text in #CSS generated `content` is now supported all modern browsers (as of firefox 128 and safari 17.4)

please hide your weird glyphs and icon fonts using an empty string like this:

```
content: "›";
content: "›" / "";
```

developer.mozilla.org/en-US/do…

#css






I remember longing for proper skipping of descenders in #CSS. Now that skipping is default in most browser I’m often struck by how *terrible* it is for hyperlink legibility.

The first line in the image shows a linked line with text-decoration-skip-ink set to "auto".

The second line shows the same linked line with text-decoration-skip-ink set to "none".

Just by looking at the first line, you can’t say if it is multiple links or or not.

#ux #accessibility

Perhaps something for @Seirdy.





S @heydon nesouhlasim temer v nicem, ale jeho clanky rozhodne stoji za to cist. Pokud jste nekompromisni zastanci filozofie "Pokud se ti nelibi CSS, tak ho jenom neumis dost dobre", tak budete chrochtat blahem.

Pro nas ostatni je to dilek do skladanky, jak nad frontend vyvojem uvazovat a hluboke zamysleni nad dogmatismem v IT.

heydonworks.com/article/what-i…

#css #tailwind