We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c870a commit b60232fCopy full SHA for b60232f
projects/coreui-angular/src/lib/footer/footer.component.ts
@@ -13,13 +13,15 @@ export class FooterComponent {
13
* @type Positions
14
*/
15
@Input() position?: Positions;
16
+
17
/**
18
* Default role for footer. [docs]
19
* @type string
- * @default 'footer'
20
+ * @default 'contentinfo'
21
22
+ @HostBinding('attr.role')
23
@Input()
- @HostBinding('attr.role') role = 'footer';
24
+ role = 'contentinfo';
25
26
@HostBinding('class')
27
get getClasses(): any {
0 commit comments