You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The a11y support is being currently prototyped.

 

SHOULD FIX before final code merge

  • View.getAccessible() should follow the notify*() pattern to reflect that it's a native callback. Anthony Petrov
  • Classes in win/, mac/, etc. should start with a Win*, Mac*, etc. prefixes (as much as I don't like the naming scheme, we should stick to the pattern to avoid confusion).
  • Use javaIDs instead of statics for MIDs in GlassAccessible.cpp
  • Perhaps instead of using the PlatformFactory, we should add a new factory method to the Application class in Glass.
  • Support Windows 7. Currently GlassAccessibility extends ISelectionItemProvider, which is only supported since Windows 8. We may want to eliminate the direct code dependency on Win8 interfaces and use some dynamic techniques to support both Win8 & Win7. Anthony Petrov

  • No labels