Skip to content

Commit

Permalink
chore: Upgrade Typescript version to 5.4.5 (#7294)
Browse files Browse the repository at this point in the history
#### Details

Typescript Cleanup Part 3 of 3 
**Covering 80 errors in 40 files in this PR**

##### Motivation

**SUBPART 1:**

1.
src/tests/unit/tests/common/configs/web-visualization-configuration-factory.test.ts
(4)
2.
src/tests/unit/tests/DetailsView/actions/assessment-action-message-creator.test.ts
(4)
3.
src/tests/unit/tests/DetailsView/components/assessment-issues-test-view.test.tsx
(6)
4.
src/tests/unit/tests/DetailsView/components/test-view-container.test.tsx
(1)
5. src/tests/unit/tests/DetailsView/details-view-body.test.tsx (1)
6. src/tests/unit/tests/DetailsView/details-view-content.test.tsx (3)
7. src/tests/unit/tests/DetailsView/document-title-updater.test.ts (1)
8. src/tests/unit/tests/DetailsView/handlers/get-document-title.test.ts
(2)
9.
src/tests/unit/tests/DetailsView/components/left-nav/details-view-left-nav.test.tsx
(1)
10.
src/tests/unit/tests/DetailsView/components/next-requirement-button.test.tsx
(1)
11.
src/tests/unit/tests/DetailsView/components/scan-incomplete-warning.test.tsx
(1)

Number of errors covered as part of this user story: **25**

**SUBPART 2:**

Merged PR2 which had these files fixed:
v-prachin#1

1. src/tests/unit/tests/injected/analyzer-state-update-handler.test.ts
(5)
2. src/tests/unit/tests/injected/analyzers/analyzer-provider.test.ts (1)
3. src/tests/unit/tests/injected/analyzers/tab-stops-analyzer.test.ts
(1)
4. src/tests/unit/tests/injected/selector-map-helper.test.ts (4)
5.
src/tests/unit/tests/injected/target-page-visualization-updater.test.ts
(1)
6.
src/tests/unit/tests/injected/visualization-state-change-handler.test.ts
(2)
7.
src/tests/unit/tests/injected/visualization-type-drawer-registrar.test.ts
(1)
8.
src/tests/unit/tests/popup/components/diagnostic-view-toggle-factory.test.tsx
(8)
9.
src/tests/unit/tests/background/stores/visualization-scan-result-store.test.ts
(2)

Number of errors covered as part of this user story: **25**

**SUBPART 3:**

1.
src/tests/unit/tests/DetailsView/components/adhoc-static-test-view.test.tsx
(1)
2.
src/tests/unit/tests/DetailsView/components/adhoc-tab-stops-test-view.test.tsx
(1)
3. src/tests/unit/tests/DetailsView/components/iframe-warning.test.tsx
(2)
4. src/tests/unit/tests/DetailsView/components/issues-table.test.tsx (1)
5. src/tests/unit/tests/DetailsView/details-view-container.test.tsx (2)
6. src/tests/unit/tests/injected/adapters/resolution-creator.test.ts (1)
7. src/tests/unit/tests/reports/package/axe-results-report.test.ts (1)
8. src/tests/unit/tests/background/target-tab-controller.test.ts (1)
9. src/tests/unit/tests/background/stores/persistent-store.test.ts (1)
10.
src/tests/unit/tests/DetailsView/components/adhoc-issues-test-view.test.tsx(1)
11.
src/tests/unit/tests/background/initial-visualization-store-data-generator.test.ts
(2)
12. src/tests/unit/tests/reports/components/inline-image.test.tsx (1)
13.
src/tests/unit/tests/common/message-creators/assessment-card-selection-message-creator.test.ts
14.
src/tests/unit/tests/common/message-creators/card-selection-message-creator.test.ts
15.
src/tests/unit/tests/common/message-creators/needs-review-card-selection-message-creator.test.ts
16. src/tests/unit/tests/common/notification-creator.test.ts
17. src/tests/unit/tests/common/telemetry-data-factory.test.ts
18.
src/tests/unit/tests/DetailsView/actions/details-view-action-message-creator.test.ts
19.
src/tests/unit/tests/DetailsView/actions/tab-stop-requirement-action-message-creator.test.ts
20.
src/tests/unit/tests/DetailsView/components/left-nav/visualization-based-left-nav.test.tsx

Number of errors covered as part of this user story: **30**

**Total Number of errors covered as part of this user story: **80****

- src/common/components/cards/instance-details-group.tsx

- src/DetailsView/details-view-initializer.ts

Due to typescript changes the style of the snapshot file got
re-arranged. So updated the snapshot files.
##### Context

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [x] Addresses an existing issue:
#(#6611)
- [x] Ran `yarn fastpass`
- [x] Added/updated relevant unit test(s) (and ran `yarn test`)
- [x] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic
tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See
`CONTRIBUTING.md`.
- [n/a] (UI changes only) Added screenshots/GIFs to description above
- [n/a] (UI changes only) Verified usability with NVDA/JAWS

---------

Co-authored-by: Jeevani Chinthala <v-jeevanic@microsoft.com>
Co-authored-by: Vikash Yadav <v-viyada@microsoft.com>
  • Loading branch information
3 people committed May 9, 2024
1 parent b81a131 commit d00b0cd
Show file tree
Hide file tree
Showing 55 changed files with 518 additions and 523 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"ts-loader": "^9.5.1",
"typed-scss-modules": "^8.0.0",
"typemoq": "^2.1.0",
"typescript": "^4.9.5",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/report-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"jest-file-snapshot": "^0.5.0",
"jest-junit": "^16.0.0",
"prettier": "^3.2.5",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -924,67 +924,6 @@
display: flex;
}

/* css-modules:src/common/components/cards/related-paths-card-row */
.path-list--MxxKM {
padding-left: 16px;
list-style-type: disc;
}

/* css-modules:src/common/components/cards/rich-resolution-content */
.multi-line-text-yes-bullet--TXyX- {
padding-left: 16px;
}
.multi-line-text-yes-bullet--TXyX- li {
list-style-type: disc;
margin-bottom: 4px;
}
.multi-line-text-no-bullet--AUXXt {
padding-left: 0;
list-style: none;
}
.multi-line-text-no-bullet--AUXXt li:not(:last-child) {
margin-bottom: 4px;
}
.combination-lists--boK5y {
flex-direction: column;
display: flex;
}

/* css-modules:src/common/components/cards/urls-card-row */
.urls-row-content--JDdRx {
padding-left: 16px;
}
.urls-row-content--JDdRx li {
list-style-type: disc;
margin-bottom: 4px;
}
.urls-row-content-new-Failure--oL5lS {
color: var(--negative-outcome);
font-weight: bold;
}

/* css-modules:src/common/components/cards/how-to-fix-card-row */
.how-to-fix-content--Zz96u {
margin-bottom: 16px;
}
.how-to-fix-content--Zz96u ul {
padding-left: 16px;
}
.how-to-fix-content--Zz96u ul li {
list-style-type: disc;
margin-bottom: 4px;
}

/* css-modules:src/common/components/cards/snippet-card-row */
.snippet--hSNfv {
font-family:
menlo,
consolas,
courier new,
monospace;
white-space: normal;
}

/* css-modules:src/common/components/toast */
.toast-container--L-5HM {
display: inline-block;
Expand Down Expand Up @@ -1489,6 +1428,67 @@
overflow: hidden;
clip-path: inset(100% 100% 100% 100%);
}

/* css-modules:src/common/components/cards/related-paths-card-row */
.path-list--MxxKM {
padding-left: 16px;
list-style-type: disc;
}

/* css-modules:src/common/components/cards/rich-resolution-content */
.multi-line-text-yes-bullet--TXyX- {
padding-left: 16px;
}
.multi-line-text-yes-bullet--TXyX- li {
list-style-type: disc;
margin-bottom: 4px;
}
.multi-line-text-no-bullet--AUXXt {
padding-left: 0;
list-style: none;
}
.multi-line-text-no-bullet--AUXXt li:not(:last-child) {
margin-bottom: 4px;
}
.combination-lists--boK5y {
flex-direction: column;
display: flex;
}

/* css-modules:src/common/components/cards/urls-card-row */
.urls-row-content--JDdRx {
padding-left: 16px;
}
.urls-row-content--JDdRx li {
list-style-type: disc;
margin-bottom: 4px;
}
.urls-row-content-new-Failure--oL5lS {
color: var(--negative-outcome);
font-weight: bold;
}

/* css-modules:src/common/components/cards/how-to-fix-card-row */
.how-to-fix-content--Zz96u {
margin-bottom: 16px;
}
.how-to-fix-content--Zz96u ul {
padding-left: 16px;
}
.how-to-fix-content--Zz96u ul li {
list-style-type: disc;
margin-bottom: 4px;
}

/* css-modules:src/common/components/cards/snippet-card-row */
.snippet--hSNfv {
font-family:
menlo,
consolas,
courier new,
monospace;
white-space: normal;
}
/*# sourceMappingURL=report.css.map */
</style></head><body><header data-automation-id="report-header-section"><div class="report-header-bar--SDV11"><svg role="img" aria-hidden="true" class="header-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0" maskUnits="userSpaceOnUse" x="0" y="3" width="48" height="43" style="mask-type:alpha"><path d="M43.8309 27.1383C49.3148 21.6544 49.3148 12.7633 43.8309 7.27934C38.347 1.79544 29.4558 1.79543 23.9719 7.27934C18.488 1.79544 9.59684 1.79544 4.11293 7.27934C-1.37098 12.7633 -1.37098 21.6544 4.11293 27.1383L21.986 45.0114C23.0828 46.1082 24.861 46.1082 25.9578 45.0114L43.8309 27.1383Z" fill="white"></path></mask><g mask="url(#mask0)"><path d="M43.8309 27.1383C49.3148 21.6544 49.3148 12.7633 43.8309 7.27934C38.347 1.79544 29.4558 1.79543 23.9719 7.27934C18.488 1.79544 9.59684 1.79544 4.11293 7.27934C-1.37098 12.7633 -1.37098 21.6544 4.11293 27.1383L21.986 45.0114C23.0828 46.1082 24.861 46.1082 25.9578 45.0114L43.8309 27.1383Z" fill="white"></path><rect x="43.9494" y="7.24556" width="14.0948" height="42.2726" transform="rotate(45 43.9494 7.24556)" fill="#D6E9F7"></rect><mask id="mask1" maskUnits="userSpaceOnUse" x="-6" y="-3" width="30" height="31" style="mask-type:alpha"><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="#CFEBFF"></path><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="url(#paint0_linear)"></path></mask><g mask="url(#mask1)"><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="white"></path><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="url(#paint1_linear)"></path><rect x="4.54834" y="6.88206" width="16.3577" height="42.2726" transform="rotate(-45 4.54834 6.88206)" fill="#D6E9F7"></rect><rect x="4.54834" y="6.88206" width="16.3577" height="42.2726" transform="rotate(-45 4.54834 6.88206)" fill="url(#paint2_linear)"></rect></g><g filter="url(#filter0_d)"><path fill-rule="evenodd" clip-rule="evenodd" d="M34.0764 27.3564C39.8071 27.3483 44.4461 22.6961 44.438 16.9655C44.4299 11.2349 39.7778 6.59585 34.0472 6.60393C28.3165 6.61201 23.6775 11.2642 23.6856 16.9948C23.6888 19.2829 24.4324 21.397 25.6895 23.1108L23.4287 25.3788C22.8852 25.395 22.3466 25.6109 21.9324 26.0265L17.1218 30.8526C16.4185 31.5582 16.4203 32.7005 17.126 33.4038L17.6952 33.9713C18.4009 34.6746 19.5431 34.6728 20.2465 33.9671L25.057 29.141C25.4715 28.7252 25.6857 28.1855 25.6998 27.6415L27.9603 25.3737C29.6766 26.6235 31.7907 27.3596 34.0764 27.3564ZM34.0368 23.2439C37.4964 23.2579 40.3122 20.4647 40.3262 17.0051C40.3401 13.5456 37.5469 10.7298 34.0874 10.7158C30.6279 10.7018 27.812 13.495 27.7981 16.9545C27.7841 20.4141 30.5773 23.2299 34.0368 23.2439Z" fill="#004880"></path></g></g><defs><filter id="filter0_d" x="15.748" y="6.50654" width="29.5246" height="29.5269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="0.725705"></feOffset><feGaussianBlur stdDeviation="0.40317"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0447352 0 0 0 0 0.305769 0 0 0 0 0.492222 0 0 0 0.51 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"></feBlend></filter><linearGradient id="paint0_linear" x1="14.3166" y1="16.8744" x2="5.92409" y2="8.23504" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#073A5F" stop-opacity="0.3"></stop><stop offset="1" stop-color="#CFEBFF" stop-opacity="0"></stop></linearGradient><linearGradient id="paint1_linear" x1="14.3166" y1="16.8744" x2="5.92409" y2="8.23504" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#165B8E" stop-opacity="0.29"></stop><stop offset="1" stop-color="white" stop-opacity="0"></stop></linearGradient><linearGradient id="paint2_linear" x1="11.3179" y1="20.1024" x2="11.0819" y2="11.1606" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#165B8E" stop-opacity="0.29"></stop><stop offset="1" stop-color="#D6E9F7" stop-opacity="0"></stop></linearGradient></defs></svg><div class="header-text--EdTxw">Accessibility Insights</div></div><div class="report-header-command-bar--NJWdl"><div class="target-page--hjh44">Target page: <a target="_blank" href="https://markreay.github.io/AU/before.html" class="ms-Link insights-link root-109" title="Page Title for Axe Results With Issues" id="new-tab-link-with-confirmation-dialog__0">Page Title for Axe Results With Issues</a><script>(function(linkId, doc, confirmCallback) {
const targetPageLink = doc.getElementById(linkId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -924,67 +924,6 @@
display: flex;
}

/* css-modules:src/common/components/cards/related-paths-card-row */
.path-list--MxxKM {
padding-left: 16px;
list-style-type: disc;
}

/* css-modules:src/common/components/cards/rich-resolution-content */
.multi-line-text-yes-bullet--TXyX- {
padding-left: 16px;
}
.multi-line-text-yes-bullet--TXyX- li {
list-style-type: disc;
margin-bottom: 4px;
}
.multi-line-text-no-bullet--AUXXt {
padding-left: 0;
list-style: none;
}
.multi-line-text-no-bullet--AUXXt li:not(:last-child) {
margin-bottom: 4px;
}
.combination-lists--boK5y {
flex-direction: column;
display: flex;
}

/* css-modules:src/common/components/cards/urls-card-row */
.urls-row-content--JDdRx {
padding-left: 16px;
}
.urls-row-content--JDdRx li {
list-style-type: disc;
margin-bottom: 4px;
}
.urls-row-content-new-Failure--oL5lS {
color: var(--negative-outcome);
font-weight: bold;
}

/* css-modules:src/common/components/cards/how-to-fix-card-row */
.how-to-fix-content--Zz96u {
margin-bottom: 16px;
}
.how-to-fix-content--Zz96u ul {
padding-left: 16px;
}
.how-to-fix-content--Zz96u ul li {
list-style-type: disc;
margin-bottom: 4px;
}

/* css-modules:src/common/components/cards/snippet-card-row */
.snippet--hSNfv {
font-family:
menlo,
consolas,
courier new,
monospace;
white-space: normal;
}

/* css-modules:src/common/components/toast */
.toast-container--L-5HM {
display: inline-block;
Expand Down Expand Up @@ -1489,6 +1428,67 @@
overflow: hidden;
clip-path: inset(100% 100% 100% 100%);
}

/* css-modules:src/common/components/cards/related-paths-card-row */
.path-list--MxxKM {
padding-left: 16px;
list-style-type: disc;
}

/* css-modules:src/common/components/cards/rich-resolution-content */
.multi-line-text-yes-bullet--TXyX- {
padding-left: 16px;
}
.multi-line-text-yes-bullet--TXyX- li {
list-style-type: disc;
margin-bottom: 4px;
}
.multi-line-text-no-bullet--AUXXt {
padding-left: 0;
list-style: none;
}
.multi-line-text-no-bullet--AUXXt li:not(:last-child) {
margin-bottom: 4px;
}
.combination-lists--boK5y {
flex-direction: column;
display: flex;
}

/* css-modules:src/common/components/cards/urls-card-row */
.urls-row-content--JDdRx {
padding-left: 16px;
}
.urls-row-content--JDdRx li {
list-style-type: disc;
margin-bottom: 4px;
}
.urls-row-content-new-Failure--oL5lS {
color: var(--negative-outcome);
font-weight: bold;
}

/* css-modules:src/common/components/cards/how-to-fix-card-row */
.how-to-fix-content--Zz96u {
margin-bottom: 16px;
}
.how-to-fix-content--Zz96u ul {
padding-left: 16px;
}
.how-to-fix-content--Zz96u ul li {
list-style-type: disc;
margin-bottom: 4px;
}

/* css-modules:src/common/components/cards/snippet-card-row */
.snippet--hSNfv {
font-family:
menlo,
consolas,
courier new,
monospace;
white-space: normal;
}
/*# sourceMappingURL=report.css.map */
</style></head><body><header data-automation-id="report-header-section"><div class="report-header-bar--SDV11"><svg role="img" aria-hidden="true" class="header-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0" maskUnits="userSpaceOnUse" x="0" y="3" width="48" height="43" style="mask-type:alpha"><path d="M43.8309 27.1383C49.3148 21.6544 49.3148 12.7633 43.8309 7.27934C38.347 1.79544 29.4558 1.79543 23.9719 7.27934C18.488 1.79544 9.59684 1.79544 4.11293 7.27934C-1.37098 12.7633 -1.37098 21.6544 4.11293 27.1383L21.986 45.0114C23.0828 46.1082 24.861 46.1082 25.9578 45.0114L43.8309 27.1383Z" fill="white"></path></mask><g mask="url(#mask0)"><path d="M43.8309 27.1383C49.3148 21.6544 49.3148 12.7633 43.8309 7.27934C38.347 1.79544 29.4558 1.79543 23.9719 7.27934C18.488 1.79544 9.59684 1.79544 4.11293 7.27934C-1.37098 12.7633 -1.37098 21.6544 4.11293 27.1383L21.986 45.0114C23.0828 46.1082 24.861 46.1082 25.9578 45.0114L43.8309 27.1383Z" fill="white"></path><rect x="43.9494" y="7.24556" width="14.0948" height="42.2726" transform="rotate(45 43.9494 7.24556)" fill="#D6E9F7"></rect><mask id="mask1" maskUnits="userSpaceOnUse" x="-6" y="-3" width="30" height="31" style="mask-type:alpha"><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="#CFEBFF"></path><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="url(#paint0_linear)"></path></mask><g mask="url(#mask1)"><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="white"></path><path d="M23.9718 7.27863L4.11284 27.1376C-1.37106 21.6537 -1.37106 12.7625 4.11284 7.27863C9.59675 1.79472 18.4879 1.79472 23.9718 7.27863Z" fill="url(#paint1_linear)"></path><rect x="4.54834" y="6.88206" width="16.3577" height="42.2726" transform="rotate(-45 4.54834 6.88206)" fill="#D6E9F7"></rect><rect x="4.54834" y="6.88206" width="16.3577" height="42.2726" transform="rotate(-45 4.54834 6.88206)" fill="url(#paint2_linear)"></rect></g><g filter="url(#filter0_d)"><path fill-rule="evenodd" clip-rule="evenodd" d="M34.0764 27.3564C39.8071 27.3483 44.4461 22.6961 44.438 16.9655C44.4299 11.2349 39.7778 6.59585 34.0472 6.60393C28.3165 6.61201 23.6775 11.2642 23.6856 16.9948C23.6888 19.2829 24.4324 21.397 25.6895 23.1108L23.4287 25.3788C22.8852 25.395 22.3466 25.6109 21.9324 26.0265L17.1218 30.8526C16.4185 31.5582 16.4203 32.7005 17.126 33.4038L17.6952 33.9713C18.4009 34.6746 19.5431 34.6728 20.2465 33.9671L25.057 29.141C25.4715 28.7252 25.6857 28.1855 25.6998 27.6415L27.9603 25.3737C29.6766 26.6235 31.7907 27.3596 34.0764 27.3564ZM34.0368 23.2439C37.4964 23.2579 40.3122 20.4647 40.3262 17.0051C40.3401 13.5456 37.5469 10.7298 34.0874 10.7158C30.6279 10.7018 27.812 13.495 27.7981 16.9545C27.7841 20.4141 30.5773 23.2299 34.0368 23.2439Z" fill="#004880"></path></g></g><defs><filter id="filter0_d" x="15.748" y="6.50654" width="29.5246" height="29.5269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="0.725705"></feOffset><feGaussianBlur stdDeviation="0.40317"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0447352 0 0 0 0 0.305769 0 0 0 0 0.492222 0 0 0 0.51 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"></feBlend></filter><linearGradient id="paint0_linear" x1="14.3166" y1="16.8744" x2="5.92409" y2="8.23504" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#073A5F" stop-opacity="0.3"></stop><stop offset="1" stop-color="#CFEBFF" stop-opacity="0"></stop></linearGradient><linearGradient id="paint1_linear" x1="14.3166" y1="16.8744" x2="5.92409" y2="8.23504" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#165B8E" stop-opacity="0.29"></stop><stop offset="1" stop-color="white" stop-opacity="0"></stop></linearGradient><linearGradient id="paint2_linear" x1="11.3179" y1="20.1024" x2="11.0819" y2="11.1606" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#165B8E" stop-opacity="0.29"></stop><stop offset="1" stop-color="#D6E9F7" stop-opacity="0"></stop></linearGradient></defs></svg><div class="header-text--EdTxw">Accessibility Insights</div></div><div class="report-header-command-bar--NJWdl"><div class="target-page--hjh44">Target page: <a target="_blank" href="https://markreay.github.io/AU/after.html" class="ms-Link insights-link root-109" title="Page Title for Axe Results Without Issues" id="new-tab-link-with-confirmation-dialog__0">Page Title for Axe Results Without Issues</a><script>(function(linkId, doc, confirmCallback) {
const targetPageLink = doc.getElementById(linkId);
Expand Down

0 comments on commit d00b0cd

Please sign in to comment.