This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions