Tim De Pauw

Results 85 comments of Tim De Pauw

On a related note, bundling this with [Rollup](http://rollupjs.org/) also isn't ideal because of the reference to `process` in `index.js`. I'm bypassing it by aliasing `promise-queue` to `promise.queue/lib/index.js`. With that fix...

Years ago, I actually spent quite a bit of time on a11y for a Flash-based SVG renderer. It was quite the ordeal, and the poor quality of screen readers in...

Thanks. That [case study](https://css-tricks.com/accessible-svgs/#article-header-id-3) about a graph is definitely helpful. Now, before I start adding metadata blindly (no pun intended), I was thinking I'd take a diagram SVG, annotate it,...

@roelvangils I know this is your expertise. If you feel like weighing in at all, that'd be awesome.

I implemented some of this on the [`a11y` branch](https://github.com/timdp/swirly/tree/a11y) but it's completely untested. :bomb:

Yeah, those are definitely relevant as well, but they're about the outer SVG element. You could even argue that Swirly doesn't even need to produce them, because the party who's...

The obvious workaround is to assign a width that will accommodate longer strings, but it'd of course be nicer if automatically stretching the container were an option. Like you said,...

This heavily relates to @BioPhoton's excellent work around a [standard for marble diagrams](https://github.com/ReactiveX/rxjs/issues/4382). I'm a little hesitant to introduce even more concepts into Swirly without doing a bit more standardization...

Swirly currently does all its styling through SVG attributes. That makes it more explicit, but also a bit repetitive. Additionally, it doesn't allow for CSS-only features like media queries, which...

I was gonna suggest creating a PR so thanks! I'll do an in-depth review asap.