Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb60232f

Browse files
committed
fix(footer): role="contentinfo"
1 parent78c870a commitb60232f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎projects/coreui-angular/src/lib/footer/footer.component.ts‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ export class FooterComponent {
1313
*@type Positions
1414
*/
1515
@Input()position?:Positions;
16+
1617
/**
1718
* Default role for footer. [docs]
1819
*@type string
19-
*@default 'footer'
20+
*@default 'contentinfo'
2021
*/
22+
@HostBinding('attr.role')
2123
@Input()
22-
@HostBinding('attr.role')role='footer';
24+
role='contentinfo';
2325

2426
@HostBinding('class')
2527
getgetClasses():any{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp