Interface SeparatorRole

    • Method Detail

      • getAriaExpandedState

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

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

        void removeAriaExpandedState​(Element element)
        Removes the aria-expanded attribute from the element.
      • removeAriaOrientationProperty

        void removeAriaOrientationProperty​(Element element)
        Removes the aria-orientation attribute from the element.