Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tab): don't use aria-expanded on the panel #3143

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

ndarilek
Copy link
Contributor

I'm a screen reader user, and the existence of aria-expanded="true" on the panel doesn't make much sense to me and isn't visible in any ARIA examples I've examined. This removes the attribute and updates the spec.

I'm a screen reader user, and the existence of `aria-expanded="true"` on the panel doesn't make much sense to me and isn't visible in any ARIA examples I've examined. This removes the attribute and updates the spec.
@codecov
Copy link

codecov bot commented Apr 20, 2019

Codecov Report

Merging #3143 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #3143   +/-   ##
=======================================
  Coverage   99.14%   99.14%           
=======================================
  Files         212      212           
  Lines        3874     3874           
  Branches     1154     1154           
=======================================
  Hits         3841     3841           
  Misses         26       26           
  Partials        7        7
Impacted Files Coverage Δ
src/components/tabs/tab.js 96.96% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92756bd...12e34d7. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 20, 2019

Codecov Report

Merging #3143 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #3143   +/-   ##
=======================================
  Coverage   99.14%   99.14%           
=======================================
  Files         212      212           
  Lines        3874     3874           
  Branches     1154     1154           
=======================================
  Hits         3841     3841           
  Misses         26       26           
  Partials        7        7
Impacted Files Coverage Δ
src/components/tabs/tab.js 96.96% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92756bd...12e34d7. Read the comment docs.

@tmorehouse tmorehouse merged commit 381eacf into bootstrap-vue:dev Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants