-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report 🐛
Playground crashes when attempting to target an input with multiple labels used in aria-labelledby
To Reproduce ✔️
- Paste this into the HTML box
<div id="a">One</div>
<div id="b">Two</div>
<input
type="text"
aria-labelledby="a b"
/>
There are various ways to trigger the crash
- Click the input in the preview
- Try to manually construct a valid selector in the bottom left panel
Expected behavior 🤔
No crash
Suggested solution 🔦
Error suggests that maybe you are constructing a selector that causes the issue:
Your Environment 💻
- browser: Chrome
- os: Mac
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working