feat(Switch): add tabindex for a11y (#9887)

This commit is contained in:
neverland 2021-11-17 16:07:07 +08:00 committed by GitHub
parent fe7f5e28d7
commit 0dd93a0032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 0 deletions

View File

@ -117,6 +117,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch"
style="font-size: 24px;"
tabindex="0"
aria-checked="false"
>
<div class="van-switch__node">

View File

@ -222,6 +222,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
<div role="switch"
class="van-switch van-switch--on"
style="font-size: 24px;"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">

View File

@ -52,6 +52,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch"
style="font-size: 24px;"
tabindex="0"
aria-checked="false"
>
<div class="van-switch__node">

View File

@ -172,6 +172,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch"
style="font-size: 20px;"
tabindex="0"
aria-checked="false"
>
<div class="van-switch__node">

View File

@ -47,6 +47,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch"
style="font-size: 24px;"
tabindex="0"
aria-checked="false"
>
<div class="van-switch__node">

View File

@ -68,6 +68,7 @@ export default defineComponent({
disabled,
})}
style={style}
tabindex={disabled ? undefined : 0}
aria-checked={checked}
onClick={onClick}
>

View File

@ -4,6 +4,7 @@ exports[`should render demo and match snapshot 1`] = `
<div>
<div role="switch"
class="van-switch van-switch--on"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">
@ -22,6 +23,7 @@ exports[`should render demo and match snapshot 1`] = `
<div>
<div role="switch"
class="van-switch van-switch--on van-switch--loading"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">
@ -46,6 +48,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch van-switch--on"
style="font-size: 24px;"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">
@ -56,6 +59,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch van-switch--on"
style="background-color: rgb(238, 10, 36);"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">
@ -65,6 +69,7 @@ exports[`should render demo and match snapshot 1`] = `
<div>
<div role="switch"
class="van-switch van-switch--on"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">
@ -81,6 +86,7 @@ exports[`should render demo and match snapshot 1`] = `
<div role="switch"
class="van-switch van-switch--on"
style="font-size: 24px;"
tabindex="0"
aria-checked="true"
>
<div class="van-switch__node">