Darrik Moberg

Results 9 comments of Darrik Moberg

So you shouldn't need to set tabindex=0 for skip links, instead the recommendation is to set tabindex=-1. This still allows the focus to be moved without causing the problem you...

So based on some more recent testing. The iOS bug referenced in the article above is no longer valid. But, in the name of progressive enhancement (older iPhones, and anyone...

I would be interested in working on this, I think, if you're still looking for someone to take this.

I've gotten a little side-tracked, but have been meaning to get back to it. I can probably dive back in this weekend. If it's blocking something you're working on, feel...

What would need to be done to move this issue forward? This can be a pretty big accessibility problem with Vue-Router, and working around it for every project isn't super...

So if this is helpful, I tested the code in the [current version of the linked PR](https://github.com/jbeaurivage/embedded-sdmmc-rs/commit/3be7da402f57a26df21f6b910367b0f0ee7a77a8), and it didn't seem to work for me out of the box. What...

Yeah. The branch I shared I've been able to use pretty reliably the past few days. At least for the project I was using where the existing PR wasn't working.

So one option may be to serve different index.html pages from the server based on which environment. This may be a bit hacky, and I'd have to dive into the...

So the site is using Bootstrap in addition to some custom CSS. A lot of what was on stream today was custom CSS to fill in some gaps with Bootstrap....