Kevin Barkan

Results 5 issues of Kevin Barkan

If I use runOnly with tags for `wcag2a` and `wcag2aa`, I find violations as expected: `cy.checkA11y(subject, { runOnly: { type: "tag", values: ["wcag2a", "wcag2aa"] } })` But if I use...

With version 2.0.2, if you add the attribute disableShadowDOM, the controls do not render. I do not know if this was present in previous 2.x versions. Renders controls: ``` ```...

With any version of lottie-player we have used up to the current 2.0.2, controls are either on or off. We would like to fade the controls in on `:hover`, `:focus`,...

There is a variable for the toolbar height in `lottie-player.styles.ts`: https://github.com/LottieFiles/lottie-player/blob/98be5f56ad624bb7abec455db9b366abc4b5dd26/src/lottie-player.styles.ts#L13 But in the two places it would be used, 35px is hard-coded: https://github.com/LottieFiles/lottie-player/blob/98be5f56ad624bb7abec455db9b366abc4b5dd26/src/lottie-player.styles.ts#L40 https://github.com/LottieFiles/lottie-player/blob/98be5f56ad624bb7abec455db9b366abc4b5dd26/src/lottie-player.styles.ts#L49 Currently, if we want to...

Using v1.1.7 on Windows 10. With a plain table in a validated HTML file, the tab order isn't preserved. ```html Link A Some text Link B Some text ``` *Expected...