Westbrook Johnson
Westbrook Johnson
Ooof, the move to `axe-core` being part of Lighthouse 12 makes not supporting this even more problematic. A red test (because the tool doesn't support the real world) doesn't get...
Thanks for the feedback @straker! 🙇🏼 Digging into that issue a little and then will see what sort of test suite I might be able to work together to get...
Related, @straker have you ever worked with https://playwright.dev/docs/api/class-accessibility#accessibility-snapshot? While it's deprecated (pouring on our for it), interestingly enough for your tools, I've had pretty nice success with it. Would a...
The above would allow us to write demos like [this](https://github.com/Westbrook/axe-core-element-internals/blob/main/stories/role.img.stories.ts) and then test their equality like [this](https://github.com/Westbrook/axe-core-element-internals/blob/main/test/role.img.test.ts). `dom` and `customElement` should create the same tree in each browser with `domNegative`...
So the reason I think this approach works is that if this DOM: ``` One Two Three One Two Three One Two Three ``` And this DOM: ``` /** *...
While the complexity of possibly expanding browser APIs moves forward... Thinking about this more, I wonder if there is a configuration point that I've not yet found wherein a consuming...
@Rocss please sync up with @TarunAdobe about normalizing this PR and the API applied to the Picker herein with the work done in https://github.com/adobe/spectrum-web-components/pull/3163.
For stability in the VRTs, checkout https://github.com/adobe/spectrum-web-components/pull/4055. It should "just work ™️", 🤞🏼, after that PR lands.
These pending Buttons no longer show their text: https://1f63a3a8b3196261ee5c5581502af9a1--spectrum-web-components.netlify.app/review/ This _seems_ wrong: https://1f63a3a8b3196261ee5c5581502af9a1--spectrum-web-components.netlify.app/review/#ProgressCircleStories/inButton.png Maybe it's just that we previously applied `size="s"` to the Progress Circle, but not sure if we...
This appears incorrect: https://545b05c0bd295f2de052b57383f8c16f--spectrum-web-components.netlify.app/review/#TrayStories/Default.png See the updated CSS version here: https://opensource.adobe.com/spectrum-css/preview/?path=/story/components-tray--default Checkout this video if you need help turning on High Contrast Mode locally: https://developer.chrome.com/docs/devtools/rendering/emulate-css