Class CSSTryRule


  • public class CSSTryRule
    extends java.lang.Object
    CSS try rule representation.
    • Method Detail

      • getStyleSheetId

        public java.util.Optional<StyleSheetId> getStyleSheetId()
        The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
      • getStyle

        public CSSStyle getStyle()
        Associated style declaration.