File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ <h1 class="display-1 fw-bold mb-4">Demo</h1>
7373 < div class ="modal-content ">
7474 < div class ="modal-header ">
7575 < h5 class ="modal-title " id ="modalWithComponentsLabel "> Changelog</ h5 >
76- < button type ="button " class ="btn-close " data-bs-dismiss ="modal "> </ button >
76+ < button type ="button " class ="btn-close " data-bs-dismiss ="modal " aria-label =" Close " > </ button >
7777 </ div >
7878 <!-- /.modal-header -->
7979 < div class ="modal-body ">
Original file line number Diff line number Diff line change @@ -1579,7 +1579,7 @@ <h2 id="migration" tabindex="-1">
15791579 < div class ="modal-content ">
15801580 < div class ="modal-header ">
15811581 < h5 class ="modal-title " id ="modalWithComponentsLabel "> Changelog</ h5 >
1582- < button type ="button " class ="btn-close " data-bs-dismiss ="modal "> </ button >
1582+ < button type ="button " class ="btn-close " data-bs-dismiss ="modal " aria-label =" Close " > </ button >
15831583 </ div >
15841584 <!-- /.modal-header -->
15851585 < div class ="modal-body ">
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
8989 < div class ="modal-content ">
9090 < div class ="modal-header ">
9191 < h5 class ="modal-title " id ="modalWithComponentsLabel "> Changelog</ h5 >
92- < button type ="button " class ="btn-close " data-bs-dismiss ="modal "> </ button >
92+ < button type ="button " class ="btn-close " data-bs-dismiss ="modal " aria-label =" Close " > </ button >
9393 </ div >
9494 <!-- /.modal-header -->
9595 < div class ="modal-body ">
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ <h1>Child yield</h1>
274274 < div class ="modal-content ">
275275 < div class ="modal-header ">
276276 < h5 class ="modal-title " id ="modalWithComponentsLabel "> Changelog</ h5 >
277- < button type ="button " class ="btn-close " data-bs-dismiss ="modal "> </ button >
277+ < button type ="button " class ="btn-close " data-bs-dismiss ="modal " aria-label =" Close " > </ button >
278278 </ div >
279279 <!-- /.modal-header -->
280280 < div class ="modal-body ">
Original file line number Diff line number Diff line change @@ -3551,7 +3551,8 @@ module.exports = {
35513551 // Add additional attributes, use '*' in the end to check by startsWith
35523552 // Example: 'start-with-*'
35533553 safelistAttributes : [
3554- 'data-*'
3554+ 'data-*' ,
3555+ 'aria-*'
35553556 ] ,
35563557
35573558 // Skip this attributes
You can’t perform that action at this time.
0 commit comments