Weeknotes: February 21

5 things that happened

1. Proposed a change to the ARIA spec

Off the back of our team’s work around conditional reveals, we raised an issue on the ARIA repo to propose extending support for aria-expanded to radios.

I’d like to see us doing more things like this going forward, where appropriate. We spend so much time trying to paper over the cracks in the various technologies the web is built on[1]. It’d be good to invest time now to try and improve things for our future selves.

2. Reported a couple of bugs

Whilst working on the cookie banner component we found that hiding the cookie banner in our review app would consistently crash the Safari WebKit process if you were using VoiceOver. This didn’t happen in the prototype we’d built.

After a bit of investigation, we tracked it down to the :before pseudo-element on the <body> which shows us the active breakpoint – without the pseudo-element it didn’t happen.

I also noticed that when the WebKit process crashes and the tab is reloaded, the notification that appears is not announced. This means that a VoiceOver user who can’t see the screen would have no idea that the page had been reloaded, so we reported that too.

3. Tried to write some feedback

As end of year performance reviews beckon, I spent most of Friday trying to write feedback for my colleagues, and felt like I got nowhere with it.

Writing good feedback is hard. I think. Or I’m just overthinking everything. Or both.

(Also, we’re living through a pandemic and everyone’s literally locked down at home. My teammates are amazing – is now really the right time to tell them that I think sometimes their commit messages could be better written?)

4. Started thinking about getting some sort of accessibility accreditation

I can’t remember what triggered it, but this week I found myself looking into the International Association of Accessibility Professionals and their Web Accessibility Specialist certification.

Somewhat interested.

Chatted to a few people to try and get a feel for whether it’s worth pursuing or not. I’m also thinking that there might be a few of us from GDS who might want to do it together.

5. Got some fresh air

Went for a walk on Saturday – a 5 mile circular from a local village.

Bits of it were exquisite – the fresh air, an invigorating breeze, the sun on your back; a deer bolting across our path. At one point we saw an ostrich.

Tree

Other bits involved trudging towards an infinite horizon, with half of the barren, claggy field stuck to your boots; eyes glued to the map on your phone trying to ensure that you pick up the footpath on the other side.

All the while, the voice in your head shouting ‘FUCK THIS FUCKING FIELD IN PARTICULAR’.

Mud

So, a mixed success. Still, got some fresh air.


  1. For example, if you want to make an element visible only to screen readers you basically just make it so tiny it’s invisible. It’s a massive hack, and it’s fragile – see issues #1032 and #1096 and #2117 for examples.

    We’ll likely need the hacks forever, for backwards compatibility, but there should be a better, declarative way to do it going forward. ↩︎