(attr: string)
| 312 | } |
| 313 | |
| 314 | _activeElementHasAttribute(attr: string): boolean { |
| 315 | return !!((this.getRootNode() as Document).activeElement?.hasAttribute(attr)); |
| 316 | } |
| 317 | |
| 318 | get _ariaCurrent() { |
| 319 | return this.navigated ? true : undefined; |
no test coverage detected