@@ -57,17 +57,17 @@ When `<b-tabs>` is in `card` mode, each `<b-tab>` sub-component will automatical
57
57
<b-card no-body >
58
58
<b-tabs card >
59
59
<b-tab no-body title =" Picture 1" >
60
- <b-card-img bottom src =" https://picsum.photos/600/200/?image=21" ></b-card-img >
60
+ <b-card-img bottom src =" https://picsum.photos/600/200/?image=21" alt = " Image 21 " ></b-card-img >
61
61
<b-card-footer >Picture 1 footer</b-card-footer >
62
62
</b-tab >
63
63
64
64
<b-tab no-body title =" Picture 2" >
65
- <b-card-img bottom src =" https://picsum.photos/600/200/?image=25" ></b-card-img >
65
+ <b-card-img bottom src =" https://picsum.photos/600/200/?image=25" alt = " Image 25 " ></b-card-img >
66
66
<b-card-footer >Picture 2 footer</b-card-footer >
67
67
</b-tab >
68
68
69
69
<b-tab no-body title =" Picture 3" >
70
- <b-card-img bottom src =" https://picsum.photos/600/200/?image=26" ></b-card-img >
70
+ <b-card-img bottom src =" https://picsum.photos/600/200/?image=26" alt = " Image 26 " ></b-card-img >
71
71
<b-card-footer >Picture 3 footer</b-card-footer >
72
72
</b-tab >
73
73
@@ -289,8 +289,8 @@ If you want to add extra tabs that do not have any content, you can put them in
289
289
<b-tabs >
290
290
<!-- Add your b-tab components here -->
291
291
<template v-slot:tabs-end >
292
- <b-nav-item href =" #" @click =" () => {}" >Another tab</b-nav-item >
293
- <li class =" nav-item align-self-center" >Plain text</li >
292
+ <b-nav-item href =" #" role = " presentation " @click =" () => {}" >Another tab</b-nav-item >
293
+ <li role = " presentation " class =" nav-item align-self-center" >Plain text</li >
294
294
</template >
295
295
</b-tabs >
296
296
</div >
@@ -531,7 +531,7 @@ It is recommended to use the `disabled` attribute on the `<b-tab>` component ins
531
531
532
532
<!-- New Tab Button (Using tabs-end slot) -->
533
533
<template v-slot:tabs-end >
534
- <b-nav-item @click.prevent =" newTab" href =" #" ><b >+</b ></b-nav-item >
534
+ <b-nav-item role = " presentation " @click.prevent =" newTab" href =" #" ><b >+</b ></b-nav-item >
535
535
</template >
536
536
537
537
<!-- Render this if no tabs -->
0 commit comments