Carlos Espada (@_carlosespada) 's Twitter Profile
Carlos Espada

@_carlosespada

Front-end developer. Cyclist. Fan of trains, dinos and XIX century travels. Trying to do my part for making an accessible, light and fast internet for everyone.

ID: 1350016773354102784

calendar_today15-01-2021 09:47:45

705 Tweet

97 Followers

205 Following

Vicent Sanchis (@visanju) 's Twitter Profile Photo

Se suele pensar que la #accesibilidad limita la creatividad. Yo sé que no es así, la accesibilidad mejora la creatividad. Los #accesibilistas estamos para ayudar a otros profesionales a alcanzar su máximo potencial a través de la búsqueda de la #inclusión vicentsanchis.com/la-accesibilid…

Stefan Judis (@stefanjudis) 's Twitter Profile Photo

After all these years, TIL that `margin: auto` can have an effect on absolute positioned elements.😱 stefanjudis.com/today-i-learne… Huge thanks to Josh W. Comeau for this trick! Video alt: centering an absolute positioned element with `margin: auto`

zeldman (@zeldman) 's Twitter Profile Photo

The W3C explains how CAPTCHA excludes disabled users, and suggests alternatives which may be kinder and more reliable. We can do better! Tell your friends. Tell your boss. Tell your clients. Tip o’ the beanie: Adrian Roselli (no blue check) 🗯. zeldman.com/2024/03/22/cap…

Kitty Giraudel (@kittygiraudel) 's Twitter Profile Photo

📝 New blog post: On disabled and aria-disabled attributes ✨ Hopefully a bit more nuance and information about the recent tweet on the topic. kittygiraudel.com/2024/03/29/on-…

Stefan Judis (@stefanjudis) 's Twitter Profile Photo

WebAIM's new Million accessibility report is out. The last years looked promising, but 2024 comes with an uptick in detectable accessibility errors. :/ I wonder if this effect is because of AI and LLM assistance? webaim.org/projects/milli…

WebAIM's new Million accessibility report is out.

The last years looked promising, but 2024 comes with an uptick in detectable accessibility errors. :/

I wonder if this effect is because of AI and LLM assistance?

webaim.org/projects/milli…
Ahmad Shadeed (@shadeed9) 's Twitter Profile Photo

✍️ Excited to share the interactive guide to CSS container queries. I wrote about what container queries are, what the problems they solve, and how to use them along with interactive examples and visuals. Happy learning! ishadeed.com/article/css-co…

✍️  Excited to share the interactive guide to CSS container queries.

I wrote about what container queries are, what the problems they solve, and how to use them along with interactive examples and visuals. Happy learning!

ishadeed.com/article/css-co…
Stefan Judis (@stefanjudis) 's Twitter Profile Photo

You know the drill — it's end of the week and this means the next Web Weekly will go out soon. 🫣 This week will be packed with a ton of new web platform features (@​scope, popover, new ECMAScript proposals, ...)👇 webweekly.email

You know the drill — it's end of the week and this means the next Web Weekly will go out soon. 🫣

This week will be packed with a ton of new web platform features (@​scope, popover, new ECMAScript proposals, ...)👇

webweekly.email
Jake Archibald (@jaffathecake) 's Twitter Profile Photo

📝 HTML attributes vs DOM properties. They're completely different, but often coupled. Here's the difference, and why it matters: jakearchibald.com/2024/attribute…

Carlos Espada (@_carlosespada) 's Twitter Profile Photo

I'm very excited to start Sara Soueidan 's Practical Accessibility course 😍 A thousand thanks to Product Hackers 🚀 for making it so easy for us to continue learning and evolving in our career ❤️

I'm very excited to start <a href="/SaraSoueidan/">Sara Soueidan</a> 's Practical Accessibility course 😍

A thousand thanks to <a href="/Product_Hackers/">Product Hackers 🚀</a> for making it so easy for us to continue learning and evolving in our career ❤️
Carlos Espada (@_carlosespada) 's Twitter Profile Photo

"If you find yourself removing a border from an element that has a border and are tempted to use border: 0 , border: none, or outline: none, I’d urge you to stop for a moment and reconsider." Dave Rupert frontendmasters.com/blog/you-want-…

Josh W. Comeau (@joshwcomeau) 's Twitter Profile Photo

And it’s not just theory! We also cover a bunch of practical stuff, like working with Fetch, or how to create home-grown promises that modernize legacy APIs. I also share a bunch of small tips I’ve learned after years of experience. ✨ Check it out: joshwcomeau.com/javascript/pro…

Lea Verou (@leaverou) 's Twitter Profile Photo

A historical day for CSS 😀🎉 If you write any components used and/or styled by others, you know how huge this is! background: if(style(--variant: success), var(--green)); Even if you don’t, this will allow things like: padding: if(var(--2xl), 1em, var(--xl) or var(--m),

A historical day for CSS 😀🎉

If you write any components used and/or styled by others, you know how huge this is!

background: if(style(--variant: success), var(--green));

Even if you don’t, this will allow things like: 
padding: if(var(--2xl), 1em, var(--xl) or var(--m),
Harry Roberts (@csswizardry) 's Twitter Profile Photo

JS developers will convince you that your ecommerce site needs to be a 1.1MB SPA just to avoid retransmitting 20KB of header and footer.