home.social

#css — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #css, aggregated by home.social.

  1. RE: mastodon.social/@Meyerweb/1166

    Spanning table cells are always a layout bummer and often a screen reader navigation hassle. But this associates stuff correctly.

    The CSS is where I tried a different approach for the Safari bug:
    codepen.io/aardrian/pen/yyVYdb

    #HTML #CSS #accessibility #a11y

  2. RE: mastodon.social/@Meyerweb/1166

    Spanning table cells are always a layout bummer and often a screen reader navigation hassle. But this associates stuff correctly.

    The CSS is where I tried a different approach for the Safari bug:
    codepen.io/aardrian/pen/yyVYdb

    #HTML #CSS #accessibility #a11y

  3. RE: mastodon.social/@Meyerweb/1166

    Spanning table cells are always a layout bummer and often a screen reader navigation hassle. But this associates stuff correctly.

    The CSS is where I tried a different approach for the Safari bug:
    codepen.io/aardrian/pen/yyVYdb

    #HTML #CSS #accessibility #a11y

  4. RE: mastodon.social/@Meyerweb/1166

    Spanning table cells are always a layout bummer and often a screen reader navigation hassle. But this associates stuff correctly.

    The CSS is where I tried a different approach for the Safari bug:
    codepen.io/aardrian/pen/yyVYdb

    #HTML #CSS #accessibility #a11y

  5. RE: mastodon.social/@Meyerweb/1166

    Spanning table cells are always a layout bummer and often a screen reader navigation hassle. But this associates stuff correctly.

    The CSS is where I tried a different approach for the Safari bug:
    codepen.io/aardrian/pen/yyVYdb

    #HTML #CSS #accessibility #a11y

  6. New meyerbloggery! I was asked for a good way to mark up (and display) a table with a diagonally-split header cell, and I couldn’t find one, so I came up with something that appears to be accessible. Now I’m throwing it out to the community to see if I’m wrong. Markup, styling, reasoning, and live-example link here: meyerweb.com/eric/thoughts/202 #HTML #CSS #A11Y

  7. New meyerbloggery! I was asked for a good way to mark up (and display) a table with a diagonally-split header cell, and I couldn’t find one, so I came up with something that appears to be accessible. Now I’m throwing it out to the community to see if I’m wrong. Markup, styling, reasoning, and live-example link here: meyerweb.com/eric/thoughts/202 #HTML #CSS #A11Y

  8. New meyerbloggery! I was asked for a good way to mark up (and display) a table with a diagonally-split header cell, and I couldn’t find one, so I came up with something that appears to be accessible. Now I’m throwing it out to the community to see if I’m wrong. Markup, styling, reasoning, and live-example link here: meyerweb.com/eric/thoughts/202 #HTML #CSS #A11Y

  9. New meyerbloggery! I was asked for a good way to mark up (and display) a table with a diagonally-split header cell, and I couldn’t find one, so I came up with something that appears to be accessible. Now I’m throwing it out to the community to see if I’m wrong. Markup, styling, reasoning, and live-example link here: meyerweb.com/eric/thoughts/202 #HTML #CSS #A11Y

  10. New meyerbloggery! I was asked for a good way to mark up (and display) a table with a diagonally-split header cell, and I couldn’t find one, so I came up with something that appears to be accessible. Now I’m throwing it out to the community to see if I’m wrong. Markup, styling, reasoning, and live-example link here: meyerweb.com/eric/thoughts/202 #HTML #CSS #A11Y

  11. Julia Evans shares lessons on migrating from Tailwind to semantic HTML and vanilla CSS, outlining findings on structure, design systems, and modern CSS features.

    jvns.ca/blog/2026/05/15/moving

    #css #html

  12. Julia Evans shares lessons on migrating from Tailwind to semantic HTML and vanilla CSS, outlining findings on structure, design systems, and modern CSS features.

    jvns.ca/blog/2026/05/15/moving

    #css #html

  13. Julia Evans shares lessons on migrating from Tailwind to semantic HTML and vanilla CSS, outlining findings on structure, design systems, and modern CSS features.

    jvns.ca/blog/2026/05/15/moving

    #css #html

  14. Julia Evans shares lessons on migrating from Tailwind to semantic HTML and vanilla CSS, outlining findings on structure, design systems, and modern CSS features.

    jvns.ca/blog/2026/05/15/moving

    #css #html

  15. Julia Evans shares lessons on migrating from Tailwind to semantic HTML and vanilla CSS, outlining findings on structure, design systems, and modern CSS features.

    jvns.ca/blog/2026/05/15/moving

    #css #html

  16. What about a straight line that bends when the circles get closer and stretches when they get farther. It's surely not possible using pure CSS, right? Right!? 👀

    css-tip.com/bending-line/

    Probably my new favorite demo, powered by the modern features. CSS is awesome! 😍

    #CSS #HTML

  17. What about a straight line that bends when the circles get closer and stretches when they get farther. It's surely not possible using pure CSS, right? Right!? 👀

    css-tip.com/bending-line/

    Probably my new favorite demo, powered by the modern features. CSS is awesome! 😍

    #CSS #HTML

  18. What about a straight line that bends when the circles get closer and stretches when they get farther. It's surely not possible using pure CSS, right? Right!? 👀

    css-tip.com/bending-line/

    Probably my new favorite demo, powered by the modern features. CSS is awesome! 😍

    #CSS #HTML

  19. What about a straight line that bends when the circles get closer and stretches when they get farther. It's surely not possible using pure CSS, right? Right!? 👀

    css-tip.com/bending-line/

    Probably my new favorite demo, powered by the modern features. CSS is awesome! 😍

    #CSS #HTML

  20. What about a straight line that bends when the circles get closer and stretches when they get farther. It's surely not possible using pure CSS, right? Right!? 👀

    css-tip.com/bending-line/

    Probably my new favorite demo, powered by the modern features. CSS is awesome! 😍

    #CSS #HTML

  21. Years ago I cribbed this from a creative dev whose work I liked

    It uses canvas and js mouse events. I wish it were possible in CSS (or with SVG) or something close to it.

    (I'm working on a platform which is quite limited so we are trying to think of ways to circumvent some of the constraints)

    jsfiddle.net/lharby/ysLgcp8q/

    #JavaScript #Canvas #CSS #SVG

  22. Years ago I cribbed this from a creative dev whose work I liked

    It uses canvas and js mouse events. I wish it were possible in CSS (or with SVG) or something close to it.

    (I'm working on a platform which is quite limited so we are trying to think of ways to circumvent some of the constraints)

    jsfiddle.net/lharby/ysLgcp8q/

    #JavaScript #Canvas #CSS #SVG

  23. Years ago I cribbed this from a creative dev whose work I liked

    It uses canvas and js mouse events. I wish it were possible in CSS (or with SVG) or something close to it.

    (I'm working on a platform which is quite limited so we are trying to think of ways to circumvent some of the constraints)

    jsfiddle.net/lharby/ysLgcp8q/

    #JavaScript #Canvas #CSS #SVG

  24. Years ago I cribbed this from a creative dev whose work I liked

    It uses canvas and js mouse events. I wish it were possible in CSS (or with SVG) or something close to it.

    (I'm working on a platform which is quite limited so we are trying to think of ways to circumvent some of the constraints)

    jsfiddle.net/lharby/ysLgcp8q/

    #JavaScript #Canvas #CSS #SVG

  25. CSS vs. JavaScript:
    Exploring the performance implications of different animation strategies

    One of the most common questions around animation performance is whether JS-based animations are slower than CSS-based ones. Should we always strive to use CSS transitions, or is it OK to use JavaScript animation libraries?

    😉 joshwcomeau.com/animation/css-

    #css #javascript #webdesign #web #js #performance #webdev #animation #slow #fast #design #faster #animation #anim

  26. CSS vs. JavaScript:
    Exploring the performance implications of different animation strategies

    One of the most common questions around animation performance is whether JS-based animations are slower than CSS-based ones. Should we always strive to use CSS transitions, or is it OK to use JavaScript animation libraries?

    😉 joshwcomeau.com/animation/css-

    #css #javascript #webdesign #web #js #performance #webdev #animation #slow #fast #design #faster #animation #anim

  27. CSS vs. JavaScript:
    Exploring the performance implications of different animation strategies

    One of the most common questions around animation performance is whether JS-based animations are slower than CSS-based ones. Should we always strive to use CSS transitions, or is it OK to use JavaScript animation libraries?

    😉 joshwcomeau.com/animation/css-

    #css #javascript #webdesign #web #js #performance #webdev #animation #slow #fast #design #faster #animation #anim

  28. CSS vs. JavaScript:
    Exploring the performance implications of different animation strategies

    One of the most common questions around animation performance is whether JS-based animations are slower than CSS-based ones. Should we always strive to use CSS transitions, or is it OK to use JavaScript animation libraries?

    😉 joshwcomeau.com/animation/css-

    #css #javascript #webdesign #web #js #performance #webdev #animation #slow #fast #design #faster #animation #anim

  29. CSS vs. JavaScript:
    Exploring the performance implications of different animation strategies

    One of the most common questions around animation performance is whether JS-based animations are slower than CSS-based ones. Should we always strive to use CSS transitions, or is it OK to use JavaScript animation libraries?

    😉 joshwcomeau.com/animation/css-

    #css #javascript #webdesign #web #js #performance #webdev #animation #slow #fast #design #faster #animation #anim