Félix Zapata

Results 70 comments of Félix Zapata

@jrtnq514 I've published a few days ago a major version of the package with updates of the aXe libraries. Maybe with the new version, the problem with the filtering being...

Hi @Kubiskoi at the moment there is no a way with the options to load only the file once. The gulp plugin should be modified in order to do that.

Maybe if you replace the current `startGetUserMedia` with this one: ``` startGetUserMedia: function(resolution) { var constraints = { audio: false, video: { deviceId: this.$.videoSource.value, width: { exact: resolution[0] }, height:...

This is the same error, running a very simple test added to your _demo_ folder inside the _next_ branch: ![Captura de pantalla 2022-09-16 a las 11 11 31](https://user-images.githubusercontent.com/997038/190602177-93d66c62-16c1-4a65-ab6a-048902e0d1b9.png) The component:...

The only way I can run the test mocking the package name is using something like: ``` vi.mock('@vue-a11y/announcer/dist/announcer.es.js', () => { const useAnnouncer = () => { return { assertive:...

In my case, we discovered that we had a problem with our _yarn.lock_ file and it was creating a problem with the versions but I think there is still a...

any update about this issue? We also discovered that if the import explicitly `t` and we use it instead of `$t`, it works.

hi @Saulis , one of the big problems is the semantyc of the component. For the screenshot I put before (the basic table), the component visually is a table of...

Yes, but that is an example of use of WAI-ARIA as a remedy (as a band aid) instead of enhancement because of a poorly code and unsemantic markup. The other...

@Saulis I am not agree. A data table, like the screenshot before, built with (the correct: th, td, tr, tbody, thead, etc) table elements is fully accessible without the neccesity...