Interface TabRole

    • Method Detail

      • getAriaSelectedState

        java.lang.String getAriaSelectedState​(Element element)
        Returns the value of the aria-selected attribute for the element or "" if no such attribute is present.
      • removeAriaSelectedState

        void removeAriaSelectedState​(Element element)
        Removes the aria-selected attribute from the element.