You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
danieltroger
changed the title
Element.prototype.ariaControlsElements doesn't exist at all in TypeScriptElement.prototype.ariaControlsElements is not typed in TypeScript
Apr 9, 2025
It's supported in all major browsers (Firefox, Safari and Chromium) but not in TypeScript.
You can go to https://truewerk.com/collections/farming-ranching and run
document.querySelector("[aria-controls]").ariaControlsElements
to see it in action.I found something about it here https://dontcallmedom.github.io/webidlpedia/names/ARIAMixin.html which may help with creating the types.
The text was updated successfully, but these errors were encountered: