Interface CssParserWarning


public interface CssParserWarning
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The given construct is
    deprecated and will be removed in a future version
    static final int
    A syntax construct was used
    that should be avoided
    static final int
    A feature is not implemented
  • Field Details

    • DEPRECATED

      static final int DEPRECATED
      The given construct is
      deprecated and will be removed in a future version
      See Also:
    • SYNTAX

      static final int SYNTAX
      A syntax construct was used
      that should be avoided
      See Also:
    • UNIMPLEMENTED

      static final int UNIMPLEMENTED
      A feature is not implemented
      See Also: