microsoft / accessibility-insights-web

Accessibility Insights for Web
https://accessibilityinsights.io
MIT License
833 stars 150 forks source link

feature: Changes to add V8 and V9 themes together to support v8 and v… #7348

Closed v-rakeshsh closed 3 months ago

v-rakeshsh commented 4 months ago

Details

This feature is to bind V8 theme for existing Fluent ui components and V9 for new Fluent Ui components (next feature).

Updated below test cases : src/tests/end-to-end/tests/details-view/headings.test.ts src/tests/end-to-end/tests/details-view/reflow-ui.test.ts

During e2e test cases encountered below errors for above 2 files: GetImage

So from investigation, we can observe its false positive for high contrast, and there is existing issues reported for transparent background. https://github.com/dequelabs/axe-core/issues/3464 And the issue we are seeing is with Assessment link in high contrast mode, inspecting this link in high contrast mode, we can see background is in transparent.

Motivation

To keep AI Web to accommodate both V8 and V9 components with respective theme.

Context

Pull request checklist