HTML DOM style Object Misc properties

What are all the misc properties available in the dom style object?

Explanation

HTML DOM style Object Misc property:
The misc property is used to change the additional values to an element at runtime. The misc properties of the style object were listed in the table given below:
syntax:
object.style.property=value;
Property Description
acceleratorSets or returns a Boolean value indicating whether the element contains an accelerator key
behavior
cssTextReturns the content of a css rule in its entirety, from the selector to the corresponding CSS declaration(s).
imeModeSets or retrieves the state of an Input Method Editor (IME).

Ask Questions

Ask Question