JUCE Accessibility on `develop`

Does Pro Tools support VoiceOver navigation to the JUCE components?

When I enter my plug-in via VoiceOver keyboard navigation, from the “frame” that Pro Tools provides for the plug-in, it speaks the name of a window that I presume is the one created by the DAW. I enter the plug-in at this point using VO-Shift-DownArrow. After entering, Pro Tools reads the first parameter, with the type “Parameter”, rather than “button”, “slider”, etc. While in this mode, VO-left and VO-right navigate the parameter list, and the parameters are read in the order that they were created.

I have occasionally seen the VoiceOver navigation that is common in other DAWs, but only if I “trick” the system by setting VoiceOver to follow my mouse clicks (in the VoiceOver utility app) and then clicking within the plug-in.

Is there a setting in Pro Tools, or some other VoiceOver method, that I can use to navigate using the data that I am providing via the JUCE accessibility API?

Thanks in advance.