public class CssInheritance extends Object implements IStyleInheritance
| Constructor and Description |
|---|
CssInheritance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInheritable(String cssProperty)
Checks if a property is inheritable.
|
public boolean isInheritable(String cssProperty)
If css custom property (--*) is encountered always returns true, since css variables are always inheritable
isInheritable in interface IStyleInheritancecssProperty - the CSS propertyCopyright © 1998–2025 Apryse Group NV. All rights reserved.