👷♂️ Patch fixes
- Fixes issue where only labels associated using ID where found in
HTMLButtonElement.labels
,HTMLInputElement.labels
,HTMLSelectElement.labels
andHTMLTextAreaElement.labels
. It will now also return labels associated by being a parent. (#988)
Thank you @joshkel for your contribution!