Bruno Dias

Results 275 comments of Bruno Dias

LEGIT. Is there any accessibility tool or documentation where we chan check this behavior?

@loganscharen @doeg Is there any accessibility tool or documentation where we chan check this behavior?

> Do you mean checking whether the new behaviour is compliant with W3 standards? Yep, please.

@loganscharen Yas, but for the case of radio groups. If we are going to intervening on default browser behavior, we need to do it right.

@loganscharen Thanks. That's what I was looking for. There are some rules on that specification. Should we add tests to check if the behavior is correct (arrows, space)? Also, long...

I think that's fine. We just need to deprecate the ones defined on DefinatelyTyped. I believe this can be done in 2 steps: - [ ] Move to a build...

I thought of moving the test system to jest, but we need to run on the browser as we have a few trick bits to have more reliable tests (to...

swc has a nice toolchain - it's my favorite for now (but I also have may problems setting up a project with it). Let me give swc a chance...