Yvain Liechti

Results 32 comments of Yvain Liechti

Good point, when panel is open. If you press tab, focus move to hidden title. So it's not visible for user. @nico3333fr do you have an idea to manage this...

You could wait a transition end event. https://developer.mozilla.org/fr/docs/Web/Events/transitionend

Font icon is not a good thing, we should prefer svg symbols. You can use css to manage animation and icon with class or attributes changements.

I finaly move to `svg-sprite-html-webpack` it do what I want without data from html-webpack plugin.

Hello @felixzapata We work currently on a static page builder to make pages mockup and we want test a11y on each pages built. But we are not able to know...

@felixzapata It's what I tried at first. I finally choose to make our small gulp plugin to `pipe` some html files in it. I can chain other tests by `pipe`...

Yes, I understand this choice. This plugin is usefull for quality control on final product. If we want use it with stream it's only because we use it in developement...

@felixzapata with gulp@4 you should not have a global `gulp` installed. If you need the same behavior, install `gulp-cli` to your global. `gulp-cli` resolve you local gulp (3.9 or 4)...

We encounter this issue with `[email protected]`. So we locked typescript to `4.2.2` version, waiting this fix.