Anna Karon

Results 12 comments of Anna Karon

We are working on boilerplate tools and full guide for building child theme. It should be ready next week. Sorry for missing updates from our side.

Hi, we have published tools to setup child theme based on Alpaca theme: https://www.npmjs.com/package/@snowdog/create-alpaca-theme In case of any problems, please create an issue: https://github.com/SnowdogApps/create-alpaca-theme We are working on refactoring and...

Default Magento gallery is quite accessible, if we have it in Alpaca, let's check if keyboard support, skip links and screen reader support work well. Navigation with arrows etc.

[dev-51571](https://dev.snowdog.pro/issues/51571)

selects works well with keyboard but there is a problem with selecting and hearing the selected options with screen reader - to investigate

IMO, good to keep this in mind, but is not alpaca issue, but based-on-alpaca-custom-project's issue :)

Keyboard support - hide on esc, focus trap for links Aria attributes - collapse, aria-expanded true/false Implement in components and theme

I've implemented a11y automatic tests fro component. The results will be displayed in console. I have 2 concerns and idea to improve: - using the npm lib installed with yarn...

In components looks good. It should be checked in theme for product slider as related.

Hi @kalkson! `gulp` or `gulp --ci` command, render components in `dest` folder as a static files. Gulp `inheritance` creates simlinks in `build` folder. I've checked it and it seems to...