Priyank Chodisetti
Priyank Chodisetti
## Description Fixes a bug where annotation_types.Len can go over the described length ## Test ### Before the fix: ``` ======================================================================================== FAILURES ========================================================================================= _______________________________________________________________________ test_annotated_type_collection_length[List] _______________________________________________________________________ type_ = typing.List[int] @pytest.mark.parametrize("type_",...
### Defect Fixes Resolve the following two a11y issues: - ARIA attributes must conform to valid values (aria-valid-attr-value) - Certain ARIA roles must contain particular children (aria-required-children) ### Before ...