static bool isValidBorderWidthValue(String value) { return CSSLength.isNonNegativeLength(value) || value == THIN || value == MEDIUM || value == THICK; }