(e)
| 126 | // ============ HELPER FUNCTIONS ============ |
| 127 | |
| 128 | function hasExplicitAccessibleName(e) { |
| 129 | return e.hasAttribute('aria-label') || e.hasAttribute('aria-labelledby'); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Get explicit ARIA role from element (from roleUtils.ts line 270-274) |
no outgoing calls
no test coverage detected