Hyphenates a camel-cased CSS property key.
Applicable to the names of HTMLElement.style properties, including vendor-specific ones.
HTMLElement.style
Prepends hyphen to leading capital letters, e.g. to vendor-specific prefixes. Replaces ms- prefix with -ms- one.
ms-
-ms-
Caches hyphenated names for the sake of speed.
Camel-cased CSS property name to hyphenate.
Hyphenated CSS property name.
Generated using TypeDoc
Hyphenates a camel-cased CSS property key.
Applicable to the names of
HTMLElement.style
properties, including vendor-specific ones.Prepends hyphen to leading capital letters, e.g. to vendor-specific prefixes. Replaces
ms-
prefix with-ms-
one.Caches hyphenated names for the sake of speed.