Rob Dodson
Rob Dodson
@rickvian depending on how you're loading the icon you would want to either provide alt text on the image inside of the link: ```html ``` Or if you're using an...
I think as a start being able to request that all images that match a particular glob path can be proportionally resized would be good.
That's an interesting proposal @renaudtertrais. I think there may need to be a bit more work to make the cards accessible. Currently when a card is offscreen is has aria-hidden...
what do you recommend instead TJ? I'm really new to node and express so I thought they were a nice convenience but maybe there's a better way?
so: app.get('/', routes.index); app.post('/', routes.create); etc..?
TJ do you organize your methods/paths into modules or do they all live in app.js? Any examples of something with lots of routes which uses the approach you're advocating?
We've been doing work to incubate the standard as part of the WICG (https://github.com/WICG/inert). Internally, we've received positive signals from the Chrome team so we are hopeful we can get...
The joys of IE11 :P @scottaohara @robfentress do y'all have reproducible test cases for IE11? I did some work on this recently for our WICG version of the polyfill. When...
Sorry for confusion @afallas. The PR is for the WICG version of the polyfill (https://github.com/WICG/inert). It has a different implementation from the version in this repo. You can read about...
tentatively assigning to myself, but also reaching out to the devtools team to see who (if anyone) still owns screen reader support. The previous owner has left google.