Skip to content

Commit

Permalink
remove uneccesary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Jun 26, 2024
1 parent 5d7b2af commit 51c8089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export function isVisible(el: HTMLElement): boolean {
/**
* Given a element, make sure that it's `aria-labelledby` has a value and it's
* value maps to a element in the DOM that has valid text
*
* @TODO: Make the `document` argument a required argument
**/
export function labelledByIsValid(el: Element): boolean {
const id = el.getAttribute("aria-labelledby");
Expand Down

0 comments on commit 51c8089

Please sign in to comment.