Web Standards & CSS

HTML/CSS, Web Components, modern APIs, PWAs, and accessibility.

  • 6 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Web Standards & CSS


blockonomi.com > cardano-gains-x402-integration-opening-a-new-door

Cardano Gains x402 Integration, Opening a New Door

32+ min ago   (386+ words) TLDR Cardano has gained native support in the official x402 codebase through an implementation contributed by Cardano Foundation engineers. The integration includes client, server, and facilitator components, with support for mainnet, preprod, and preview environments. Developers can now use Cardano more…...


dev.to > idehweb > building-a-visual-website-builder-with-react-the-architecture-behind-webrunos-page-editor-3mdd

Building a Visual Website Builder with React: The Architecture Behind Webruno’s Page Editor

1+ hour, 13+ min ago   (448+ words) Building a visual website builder looks simple from the outside. Users drag a section, change some text, upload an image, click save, and expect a website to appear. The reality is much harder. A website builder is not just a…...


dev.to > shadorux > i-built-a-shadow-the-hedgehog-css-library-40p6

I Built a Shadow the Hedgehog CSS Library

1+ hour, 31+ min ago   (255+ words) I've been building a collection of Shadow the Hedgehog-focused web projects under Shadorux, and one of the projects I wanted was something reusable outside of my own site. So I made SHADOW.CSS. SHADOW.CSS is a small open-source CSS…...


dev.to > mvarshith > semantic-tag-vs-non-semantic-tag-1cig

Semantic tag vs Non-Semantic tag

2+ hour, 38+ min ago   (147+ words) Semantic tags Semantic tags describes is meaning in human readable language. Looking at the tag we can tell what tag it is. for example: - represents top header content. - holds the navigation link. - holds bottom footer/copyright information. Non-Semantic tags Non-semantic…...


dev.to > erlanggasatriasource > how-i-ended-up-with-a-29-kb-gzip-reactive-ui-engine-that-runs-from-a-static-file-1l3e

How I ended up with a 2.9 kB GZip reactive UI engine that runs from a static file

16+ hour, 54+ min ago   (565+ words) A few weeks ago, I was working on a side project. Nothing fancy — just a small dashboard with a form, a list, and a few buttons. The kind of thing that should take an afternoon. But I caught myself opening…...


dev.to > _a4ce306f0a3e42a7d5751 > how-image-tinting-works-blend-modes-explained-with-code-38fj

How Image Tinting Works: Blend Modes, Explained with Code

18+ hour, 50+ min ago   (22+ words) Tinting is about the simplest photo effect there is: take one solid color, layer it over an image,... Tagged with ai, javascript....


dev.to > praiztech > explicit-accessibility-contracts-make-react-components-more-portable-p2b

Explicit accessibility contracts make React components more portable

22+ hour, 46+ min ago   (1010+ words) A component that works in a React app doesn't automatically work when you reuse it elsewhere in the React ecosystem. I moved a design-system layout component from a React app into a Next project and it broke. The problem wasn't…...


dev.to > dmitriusan > code-dictator-vs-wispr-flow-vs-claude-code-vs-copilot-cli-free-voice-dictation-for-ai-coding-in-vs-a8m

Code Dictator vs Wispr Flow vs Claude Code vs Copilot CLI: Free Voice Dictation for AI Coding in VS Code

1+ day, 17+ min ago   (447+ words) Voice input for AI coding assistants got crowded fast in 2026. If you're picking a tool, here's a direct, feature-level comparison — including where the tools we didn't build genuinely win. The honest limitation: it's VS Code-only, and it depends on a…...


dev.to > codewithdivine > 10-css-layouts-every-developer-should-know-grid-flexbox-explained-the-simple-way-4ogh

10 CSS Layouts Every Developer Should Know (Grid & Flexbox Explained the Simple Way)

1+ day, 1+ hour ago   (648+ words) You've seen these layouts a hundred times, blogs, dashboards, Pinterest boards, magazine sites. But when you sit down in front of a design file, do you know which CSS tool to reach for, or are you just guessing until something…...


medium.com > @codlook > look-a-web-programming-language-built-around-the-web-b599aafd1119

LOOK: A Web Programming Language Built Around the Web

20+ hour, 46+ min ago   (1511+ words) # LOOK: A Web Programming Language Built Around the Web Modern web development has become incredibly capable — but it has also become increasingly layered. A typical application may involve a programming language, a web framework, a package manager, database drivers, middleware…...