Responsive Design Weekly - RWD Interview Series with Rachel Andrew

View this email in your browser
Hello and welcome to RWD Weekly Newsletter edition #412 and the final installment of the second interview series.

So far we've spoken to Stephanie, Kristopher, Sally, Chris, Ethan, Ire, and Brad — and now I'm excited to finish the series with Rachel Andrew.

Rachel is one of those people that continue to contribute to the web community year after year. Many of you will be familiar with her work around the CSS Grid specification and producing the best overviews and detailed explanations (like this free resource Grid by Example and these paid courses).

Rachel has two digital products, Perch CMS and Notist, is a member of the CSS Working Group, and is also the Editor in Chief of Smashing Magazine.

I don't know how she was able to find time to answer these questions, but I'm sure grateful that she did.
If you're reading this on mobile and your mail client truncates the length of this email you can always read it on the website.

So much has changed since Ethan's eureka moment, what are your go to implementation methods for responsive sites? How do you handle layout, typography, images, video etc?


RWD with floats for layout was actually really hard. We have to figure out how big everything was, and then at different breakpoints do it all again. Get it wrong and things ended up in weird places.

So the thing that has really changed is that CSS has evolved to support a responsive web. Flexbox, Grid, Multicol all offer flexibility by default, in different ways. And, to a certain level responsiveness built in. You don't need to use a media query to create a card layout for example, with as many cards that will fit in a row of a certain width. We can get the browser to deal with a lot of the calculations, rather than us have to do it and then redo it for different breakpoints.

Then we've got various ways of doing sizing, viewport units, fit-content() for grid tracks. We're able to let the content dictate sizing within parameters, rather than having to force everything into percentage sized boxes. That's really exciting.

We're also realising that screen width is a bit of a rough way to figure out the capabilities of a device. So the media queries spec is now describing a bunch of media features - can my visitor hover? What kind of pointer do they have? This information is really useful in terms of being able to tailor environments to best suit individual visitors.

What are the top three issues you're still facing when building a responsive site?


Lack of subgrid for Grid Layout, I think subgrid is going to solve a whole class of issues that we have, as we'll be able to use our sizing down through components. We've got subgrid in Firefox, so we're waiting for Chrome and Safari to follow.

Another soon to be solved problem is a proper way to define aspect ratio for things, so we can lose the padding hack, easily have a grid of square boxes and so on.

I think one of the biggest issues though is the content reordering issue that we have if we want to start really moving things around with grid layout. It's very easy to disconnect the logical and visual order of things which can cause accessibility issues. We really need to solve that in some way, as I feel when teaching grid I have to constantly be warning people of this issue. We're giving people the tools but then saying not to use them!
 

As a business/product owner, what is the most frustrating thing you find trying to take a product out across today's diverse device landscape?


I don't find it frustrating. It is easier today than it ever has been to build things that work well for everyone. I'm generally just amazed at what is possible now!

Prediction time. What are we going to see towards the end of 2020 and into 2021?

We already have some of the things I have mentioned above implemented in one or another browser, so hopefully we'll see subgrid ship in more browsers for example. I think with the big pieces of grid and flexbox in place there are a bunch of new problems falling out of people using those. My feeling is we'll be picking those off for a while. Probably no big thing like grid, but lots of smaller things that currently cause friction.
 

As someone who works on CSS specifications I'm sure you hear a lot of community (twitter) noise about how certain features should work and what should be worked on next. How can those folks get involved with the CSS specification direction and contribute towards making CSS better?

To get new CSS features then two things need to happen, the feature needs to be specified - which is what the CSS Working Group do - and browsers need to implement it. Therefore if there is some use case that you have that CSS doesn't do at all yet, the best place to raise it as at the CSS Working Group repo. You can raise issues here: https://github.com/w3c/csswg-drafts/issues

It's worth searching to see if your issue has already been raised, as then you can add your use case as extra information, but don't worry too much if you end up creating a duplicate, someone will spot it and reference your issue in the existing one.

Things can take a while to be discussed, if you are lucky your issue will touch on something already been worked on and so might come up for discussion quite quickly. Otherwise it is likely that someone will tag the issue with relevant specs, or maybe ask a few clarifying questions and then it will go silent for a while. However issues are not just closed, and at some point it is likely to come up for discussion.

If you are keen to offer feedback on things happening right now then there are a few of us who often post about discussions that are happening or specific information that the CSS Working Group want to know. For example I recently posted about Masonry https://rachelandrew.co.uk/archives/2020/05/05/does-masonry-belong-in-the-css-grid-specification/. The CSS Working Group works in the open, so our discussions are minuted and you'll find the latest ones here https://www.w3.org/blog/CSS/. In addition, when an issue that is on GitHub is discussed, minutes will be posted to that issue. Therefore you can follow specific issues on GitHub if you want to see when they are discussed.

The group is always very keen to know what web developers are interested in. The process can seem to move very slowly at times, but that's because once web platform features get into the wild we can't take them back. It's better to take care when creating them, in order that what we end up with works well now and into the future.

The second place where you can help to get new things implemented is where we have a spec, but one or more browsers haven't implemented that feature yet. In that case you need to show browser vendors what you want. If there is an active bug on a browser bugtracker, you can go star that issue to show you are interested. You can also talk and write about the feature, thus demonstrating there is developer interest. Also, using features is important. If you can use a feature as an enhancement do so, that demonstrates that people are starting to use something, therefore making it more likely it will be implemented. If you look on Chrome Status, you can see the adoption of features https://www.chromestatus.com/metrics/css/popularity, this is something that browser vendors are aware of, making it really helpful if people start enhancing their layouts with subgrid for example!

Browsers are businesses, and like every other product have to prioritize what they do. By showing that there is a need for something, you can help with those priorities.

Thank you so much for your time, if our readers want to learn more from you where can they track you down?

I'm on Twitter and other places as @rachelandrew, my website is https://rachelandrew.co.uk.

 

Twitter
Facebook
Website
Copyright © 2020 Simple Things, All rights reserved.
You are receiving this email because you rock! You wanted to know more about Responsive Web Design so you signed up to this list to receive a weekly update with links to articles, tools and tricks of the trade.

Our mailing address is:
Simple Things
Simple Things LTD
Thame, Oxfordshire OX92EQ
United Kingdom

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or

Email Marketing Powered by Mailchimp

Older messages

RWD Interview Series with Brad Frost

Friday, May 22, 2020

Our second to last interview in the series with Brad Frost. View this email in your browser Hello and welcome to RWD Weekly Newsletter edition #411 and the continuation of the interview series. This

Double header RWD Interview Series : Ethan and Ire

Friday, May 15, 2020

Our second series of interviews continues with Ire and Ethan. View this email in your browser Hello and welcome to RWD Weekly Newsletter edition #410 and the continuation of the interview series. This

RWD Weekly Interview Series II - #4 Chris Coyier

Friday, May 8, 2020

Our second series of interviews continues off with Chris Coyier View this email in your browser Hello and welcome to RWD Weekly Newsletter edition #409 and the continuation of the interview series.

RWD Weekly Interview Series II - #3 Sally Lait

Friday, May 1, 2020

Our second series of interviews continues off with Sally Lait View this email in your browser Hello and welcome to RWD Weekly Newsletter edition #408 and the continuation of the interview series. Each

RWD Weekly Interview Series II - #2 Kristopher Baxter

Friday, April 24, 2020

Our second series of interviews continues off with Kristopher Baxter View this email in your browser Hello and welcome to RWD Weekly Newsletter edition #407 and the continuation of the interview series

You Might Also Like

The Problem With Using Social Media as Design Education

Tuesday, May 7, 2024

View in your browser | Update your preferences ADPro Image may contain: People, Person, Accessories, Bag, Handbag, Food, Meal, Adult, Clothing, Hat, Glasses, Fun, and Party Twenty-five days were left

#455: CSS

Tuesday, May 7, 2024

CSS Masonry Layout, Self-Modifying CSS Variables and Hanging Punctuation Issue #455 • May 7, 2024 • View in the browser Smashing Newsletter Dobryi vechir Smashing Friends, When I first encountered CSS

🤯 Immersive Admin Dashboard Designs + 🏆 Challenge Updates

Tuesday, May 7, 2024

Stay Up-to-Date With UpLabs' Latest Design News 🎨 Firstly, let's congratulate Rahul Parmar, the winner of our latest 👾 ChatGPT Redesign Challenge! Congratulations!! Secondly, the end of April

Web Components, Conditional Styling, Popover API, color-mix(), Product Designers

Tuesday, May 7, 2024

The 5 best design links, every day. Curated by a selection of great editors. Email not displaying properly? View browser version. Sidebar May 7 2024 Map of the web graph.henryn.ca A visualization of

Map of the Web, JSR Registry, Presidential Campaign a11y, Age of Average, CSS Specificity

Tuesday, May 7, 2024

The 5 best design links, every day. Curated by a selection of great editors. Email not displaying properly? View browser version. Sidebar May 6 2024 Map of the web graph.henryn.ca A visualization of

How we do UX retreats at Balsamiq (+ steal our agenda!)

Monday, May 6, 2024

Inside our UX group retreat ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Accessibility Weekly: #395: Why Are My Live Regions Not Working?

Monday, May 6, 2024

May 6, 2024 • Issue #395 View this issue online or browse the full issue archive. Featured: Why are my live regions not working? "Live regions have a reputation for being "flaky" and

Writing a POV Doc

Sunday, May 5, 2024

Issue 193: Share what you care about at scale ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

It's Officially Show House Season

Thursday, May 2, 2024

View in your browser | Update your preferences ADPro Showing Up, and Showing Off One of the traditions design aficionados look forward to the most each year is the return of decorator show houses. In

Zelman Meats, AI Feedback Loop, Figma Variables, CSS Masonry, Passkeys

Thursday, May 2, 2024

The 5 best design links, every day. Curated by a selection of great editors. Email not displaying properly? View browser version. Sidebar May 2 2024 Zelman Meats logo by Red Dot Studio logodesignlove.