(/** @type {string} */ tagName)
| 4921 | return false; |
| 4922 | }; |
| 4923 | const inScope = (/** @type {string} */ tagName) => |
| 4924 | hasNameInScope(tagName, SCOPE_DEFAULT); |
| 4925 | const inButtonScope = (/** @type {string} */ tagName) => |
| 4926 | hasNameInScope(tagName, SCOPE_BUTTON); |
| 4927 | const inListItemScope = (/** @type {string} */ tagName) => |
no test coverage detected