Major Nelson
@stockimarsch
vierunddreißiger und kein bisschen dazu gelernt. grundlegend vorzeigbar. #schimpfwortphilosoph
ID: 97279771
16-12-2009 20:10:50
9,9K Tweet
362 Followers
417 Following
Did you think Media Queries were invented in 2010? Nope. The vision of how CSS could provide different layouts at different screens sizes goes back two decades at CSS Working Group. Media Queries were first implemented in browsers 14 years ago, in 2008, starting with Safari on macOS.
Have you try out the full page-accessibility tree in Chrome DevTools yet? Use that to understand what the browser actually presents to the screen reader. Learn more: 📏 DevTools: developer.chrome.com/blog/full-acce… 👶🏽 Intro to a11y tree: web.dev/the-accessibil…
So impressed by the incredible work of the community on Devs for Ukraine, with $104.177 raised, and all videos now available for free: Videos Day 1 youtube.com/watch?v=Sks0vM… Videos Day 2 youtube.com/watch?v=qAotgv… Thank you so much for making it happen! 💙💛
What’s happening at #WWDC22 today that’s of interest to web developers? 3 sessions! *** What’s new in web accessibility *** Build rich, accessible web apps with custom controls, SSML, dialog element. Learn how to use assistive technologies when testing. developer.apple.com/videos/play/ww…
To give an idea what I mean, the React Spectrum docs do something like this. If you look at an example, and resize your window to be larger or smaller, the code reformats. We run Prettier at 3 different breakpoints to do this. react-spectrum.adobe.com/react-spectrum… That, but in your editor.