Bogdan Cerovac
Bogdan Cerovac
@a-trost - it looks like the whole project is missing (some) accessibility features and the select one is just the most obvious one. I was just scanning the code because...
Inspired by @LJWatson's talk in Performance.now() I decided to investigate a bit and stumbled upon [Accessibility.loadComplete event (still experimental)](https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/#event-loadComplete). _The loadComplete event mirrors the load complete event sent by the...
Had some time on my hands and made a simple proof of concept, in Puppeteer as it was easier for me; I am a total newbie in regards of the...
After almost a year and [Accessibility.loadComplete still experimental](https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/#event-loadComplete), I decided to leave a comment here to keep the issue opened and hopefully prevent it being too stale. If anybody wonders...
@jrasm91 - yes, `{accessibility name}` is actually pattern 5 and I suggest using it when possible.
Yes, sorry, the link pointed to nr. 1, yes, just to present all possibilities, but the code is from nr. 5.
I guess single component would also make fixing #20 much easier... Waiting for this to be clarified before I make a pull request that fixes #20...
@jrasm91, I guess the readme has the answer actually; "This is a simple source to source compiler that transforms the svg files from https://github.com/Templarian/MaterialDesign to svelte components using [cheerio](https://cheerio.js.org/)" So...
That looks great as well!
Can not re-open this, so I created a new one: https://github.com/facebook/react-native/issues/45801 (with additional related test case)...