-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(required-children): add combobox > listbox exception (#559)
* fix(required-children): add combobox > listbox exception No longer requires a collapsed combobox to own a child listbox #548 * fix(required-children): add combobox type=search > textbox exception Allows role=textbox child to be missing from <input type=search role=combobox> parent Closes #549 * fix(required-children): add exception for combobox type=email|url|tel > textbox Allows role=textbox to be missing from <input type=email|url|tel role=combobox> Related to #549
- Loading branch information
1 parent
42b46d9
commit 8d0991f
Showing
2 changed files
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters