Max van der Schee
Max van der Schee
Trying with out resource files create those error's ``` WARN [SSR] Error transforming ./node_modules/vue-i18n/node_modules/@intlify/shared/dist/shared.esm-bundler.js: Error: Missing "./node_modules/@intlify/shared/dist/shared.esm-bundler.js" export in "vue-i18n" package ``` ``` WARN [SSR] Error transforming ./node_modules/@intlify/nuxt3/dist/plugin.mjs: Error: Missing...
I setup a simple Stackblitz so you can look in to an example https://stackblitz.com/edit/github-ivrrdk?devtoolsheight=33
Thank you, @rickschmoo; I will look into writing the docs describing the tests.
Dankjewel! I will have to write some test cases to check if it's still working in all cases. I should have done this a long time ago; there are some...
@Mars073 I will do some more checks and add the rest to make sure it does everything like before but I think it will be fine. Hmm yes `span` with...
I have checked and what is happening is the span should not have been disabled, I made `semanticExclude` work on all issues for `span` which should have just been for...
He @gururaj1982 That's a tough one to say because I would love to support as much as possible, but what they have is a UI Component Libraries which should have...
@ashutosh-kendurkar I have implemented some rules of WCAG but I'm mostly limited by HTML context and filtering through those to find error's. I'm really busy at the moment and hardly...
@ecerta Thanks for the report, I will take a look in a couple of days and will give a better response than this message, I'm insanely busy at the moment!
I have started implementing the check, but it's going to be a very resource intensive functionality. This is because every time it finds an `id` its going to trigger the...