Class CSSInterface

java.lang.Object
elemental2.dom.CSSInterface

@JsType(isNative=true, namespace="<global>") public class CSSInterface extends Object
  • Constructor Details

    • CSSInterface

      public CSSInterface()
  • Method Details

    • escape

      public String escape(String ident)
    • registerProperty

      public void registerProperty(PropertyDefinition propertyDefinition)
    • supports

      public boolean supports(String property, String value)
    • supports

      public boolean supports(String property)