public static class Role extends Object
The ARIA specification defines a hierarchy of roles, which is mirrored here as
a hierarchy of Java interfaces. Some roles are abstract and define methods that are common to
their children. Only concrete roles (available via methods in Roles
) should be used to
modify HTML elements.
For more details, see The Roles Model in the ARIA specification.
Copyright © 2018. All rights reserved.