Package org.xhtmlrenderer.css.constants


@NullMarked @CheckReturnValue package org.xhtmlrenderer.css.constants
  • Class
    Description
    A CSSName is a Singleton representing a single CSS property name, like border-width.
     
    An IdentValue represents a string that you can assign to a CSS property, where the string is one of several enumerated values.
     
     
    Utility class for working with CSSValue instances.