File tree 3 files changed +16
-9
lines changed
3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,10 @@ export default class AuMainHeader extends Component<AuMainHeaderSignature> {
55
55
Naar de hoofdinhoud
56
56
</a >
57
57
</div >
58
- <nav aria-label =" Informatie en instellingen" class =" au-c-main-header__actions" >
58
+ <nav
59
+ aria-label =" Informatie en instellingen"
60
+ class =" au-c-main-header__actions"
61
+ >
59
62
<ul class =" au-c-list-horizontal" >
60
63
{{#if @ contactRoute }}
61
64
<li class =" au-c-list-horizontal__item" >
@@ -85,11 +88,7 @@ class NavigationNarrator extends Component {
85
88
}
86
89
87
90
<template >
88
- <div
89
- aria-live =" assertive"
90
- aria-atomic =" true"
91
- aria-relevant =" all"
92
- >
91
+ <div aria-live =" assertive" aria-atomic =" true" aria-relevant =" all" >
93
92
<span class =" au-u-hidden-visually" >
94
93
{{this .activeRoute }}
95
94
</span >
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ export default {
15
15
} ,
16
16
contactLabel : {
17
17
control : 'text' ,
18
- description : 'Set the label for the contact link (default: Contacteer ons)' ,
18
+ description :
19
+ 'Set the label for the contact link (default: Contacteer ons)' ,
19
20
} ,
20
21
} ,
21
22
parameters : {
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ export default {
47
47
48
48
const Template = ( args ) => ( {
49
49
template : hbs `
50
+ {{! template-lint-disable require-context-role }}
50
51
<AuDropdown
51
52
@title={{this.title}}
52
53
@alignment={{this.alignment}}
@@ -64,12 +65,15 @@ const Template = (args) => ({
64
65
<AuButton @skin="link" @icon="logout" role="menuitem">
65
66
Afmelden
66
67
</AuButton>
67
- </AuDropdown>` ,
68
+ </AuDropdown>
69
+ {{! template-lint-enable require-context-role }}
70
+ ` ,
68
71
context : args ,
69
72
} ) ;
70
73
71
74
const TemplateSeparator = ( args ) => ( {
72
75
template : hbs `
76
+ {{! template-lint-disable require-context-role }}
73
77
<AuDropdown
74
78
@title={{this.title}}
75
79
@alignment={{this.alignment}}
@@ -101,9 +105,12 @@ const TemplateSeparator = (args) => ({
101
105
<AuButton @alert="true" @skin="link" @icon="bin" role="menuitem">
102
106
Verwijder
103
107
</AuButton>
104
- </AuDropdown>` ,
108
+ </AuDropdown>
109
+ {{! template-lint-enable require-context-role }}
110
+ ` ,
105
111
context : args ,
106
112
} ) ;
113
+ /* prettier-ignore-end */
107
114
108
115
export const Component = Template . bind ( { } ) ;
109
116
Component . args = {
You can’t perform that action at this time.
0 commit comments