readOnly
Summary
Non standard. Indicates if the style sheet is currently in read only mode.
Property of css/cssom/styleSheetcss/cssom/styleSheet
Syntax
Note: This property is read-only.
var isReadOnly = stylesheet.readOnly;
Return Value
Returns an object of type BooleanBoolean
Returns whether the style sheet is currently in read only mode.
Notes
You cannot modify style sheets obtained through a link object or the @import rule while the designMode property is enabled. For more information, see Introduction to MSHTML Editing.
See also
Related pages
- styleSheetstyleSheet
- rulerule
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]