File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
<span class =" ui5-popup-frame" @focusin =" {{ _onfocusin }} " >
4
4
<span id =" {{ _id }} -firstfe" tabindex =" 0" ></span >
5
5
<div style =" {{ zindex }} " class =" ui5-dialog-root-parent {{ classes.dialogParent }} " >
6
- <div tabindex =" -1" aria-labelledby =" {{ headerAriaLabelledBy }} " role =" dialog" aria-modal =" true" class =" ui5-popup-root ui5-dialog-root {{ classes.dialogParent }} " >
6
+ <section tabindex =" -1" aria-labelledby =" {{ headerAriaLabelledBy }} " role =" dialog" aria-modal =" true" class =" ui5-popup-root ui5-dialog-root {{ classes.dialogParent }} " >
7
7
{{> header }}
8
8
<section class =" ui5-dialog-section" >
9
9
<div class =" ui5-popup-content" >
13
13
</div >
14
14
</section >
15
15
{{> footer }}
16
- </div >
16
+ </section >
17
17
</div >
18
18
<span id =" {{ _id }} -lastfe" tabindex =" 0" ></span >
19
19
<div tabindex =" 0" id =" {{ _id }} -blocklayer" style =" {{ blockLayer }} " class =" {{ classes.blockLayer }} " ></div >
Original file line number Diff line number Diff line change 6
6
<slot name =" header" ></slot >
7
7
</div >
8
8
{{ else }}
9
- <h2 id =" {{ _id }} -popup-heading" role = " {{ role }} " class =" ui5-popup-header ui5-popup-headerText" >{{ headerText }} </h2 >
9
+ <h2 id =" {{ _id }} -popup-heading" class =" ui5-popup-header ui5-popup-headerText" >{{ headerText }} </h2 >
10
10
{{ /if }}
11
11
</header >
12
12
{{ /if }}
15
15
{{ #*inline " footer" }}
16
16
{{ #if hasFooter }}
17
17
<footer >
18
- <div class =" ui5-popup-footer" >
18
+ <div class =" ui5-popup-footer" role = " toolbar " >
19
19
<slot name =" footer" ></slot >
20
20
</div >
21
21
</footer >
You can’t perform that action at this time.
0 commit comments