Adina

Results 7 comments of Adina

> I resolved this problem by changing line 1309 to "self.show_bounding_box_from_annotation_file(str(self.file_path))" to force it to a string. Thanks, this works!!

Thanks @robdodson!

Thank you @mra11yx !! Great work!! As you know I'm heads down with the rotation. I will give this some love later.

Where I see this being a big issue is with Single-page Applications (SPA). Typically new content and the controls to advance throuch the SPA are populated into a common container...

Here is a "real-world" application. It is an example of a Single Page Application, describing accessibility with SPA: http://haltersweb.github.io/Accessibility/spa.html

Yes, you may find accessibility validation issues for ARIA 1.0 comboboxes, such as "role combobox not allowed on input field" but this is based on 1.1 ARIA. But here's the...

@moroshko We are currently working on creating a PR for an updated accessible version of your autocomplete. It may take a little while but when we're done we will submit...