diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index d86dcd2ce..9afd36c1f 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -20,7 +20,7 @@ textPosition="text-start" :isRequired="true" :value="modelValue" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> diff --git a/src/common-components/funnel-sub-header/funnel-sub-header.vue b/src/common-components/funnel-sub-header/funnel-sub-header.vue index f510e167a..3fd7ebc15 100644 --- a/src/common-components/funnel-sub-header/funnel-sub-header.vue +++ b/src/common-components/funnel-sub-header/funnel-sub-header.vue @@ -8,6 +8,7 @@ @@ -22,7 +23,6 @@ export default { props: { text: String, hasBackButton: Boolean, - backButtonUrl: String, backButtonAccessibleText: String, backButtonAction: Function, }, diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index 0fabbddf1..bbbf589f7 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -40,7 +40,6 @@
@@ -227,7 +226,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" hasError errorMessage="Error" /> @@ -241,7 +240,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" />
@@ -272,7 +271,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> @@ -319,7 +318,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> @@ -362,7 +361,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> @@ -409,7 +408,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> @@ -452,7 +451,7 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> @@ -503,7 +502,7 @@ sizeInRem="1" v-bind:totalInGroup="3" v-bind:positionInGroup="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> @@ -554,7 +553,7 @@ sizeInRem="1" v-bind:totalInGroup="3" v-bind:positionInGroup="1" - screenReaderOnlyText="(opens new window)" + screenReaderOnlyText=" opens new window" /> diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js b/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js index b7ae7ef49..8d5f3d8b7 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js @@ -33,6 +33,7 @@ describe("list-button.vue", () => { expect(label.attributes()).toEqual({ tabindex: "-1", for: "2023", + "aria-labelledby": "2023", class: "d-flex flex-column justify-content-center py-3 px-4 last-item", "aria-checked": "false", }); diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 5df8261ec..7721917c2 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -3,7 +3,7 @@
-
-