@Generated(value="org.realityforge.webtack")
public final class CSS
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
escape(java.lang.String ident)
The CSS.escape() static method returns a CSSOMString containing the escaped string passed as parameter, mostly for use as part of a CSS selector.
|
static CSSNamespace |
namespace()
Return the 'CSS' namespace object.
|
static boolean |
supports(java.lang.String conditionText)
The CSS.supports() method returns a Boolean value indicating if the browser supports a given CSS feature, or not.
|
static boolean |
supports(java.lang.String property,
java.lang.String value)
The CSS.supports() method returns a Boolean value indicating if the browser supports a given CSS feature, or not.
|
@Nonnull
public static java.lang.String escape(@Nonnull
java.lang.String ident)
public static boolean supports(@Nonnull
java.lang.String property,
@Nonnull
java.lang.String value)
public static boolean supports(@Nonnull
java.lang.String conditionText)
@Nonnull public static CSSNamespace namespace()