Enum EHTMLRole

  • All Implemented Interfaces:
    com.helger.commons.id.IHasID<String>, Serializable, Comparable<EHTMLRole>

    public enum EHTMLRole
    extends Enum<EHTMLRole>
    implements com.helger.commons.id.IHasID<String>
    Enumeration with all HTML roles. Source: http://www.w3.org/TR/wai-aria/roles
    Note: the deprecated rules are the abstract ones, as they should not be used in HTML generation. They are only present for completeness!
    Author:
    Philip Helger