Difference between revisions of "CSS GUIDE -MOZ-USER-MODIFY"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
Possible uses include:  
 
Possible uses include:  
 
This property is similar to the [http://www.w3.org/TR/1999/WD-css3-userint-19990916#user-modify user-modify] property of CSS3.
 
  
 
== Syntax ==
 
== Syntax ==
Line 29: Line 27:
  
 
== Notes ==
 
== Notes ==
 
+
This property is similar to the [http://www.w3.org/TR/1999/WD-css3-userint-19990916#user-modify user-modify] property of CSS3.
  
 
== Specification Conformance  ==
 
== Specification Conformance  ==

Revision as of 19:28, 12 December 2006

Summary

-moz-user-modify is a Mozilla property extension to CSS that is used to determine whether or not an element may be modified, and, in certain circumstances, whether or not the content itself is viewable.

Possible uses include:

Syntax

TARGET_ELEMENT{}
TARGET_ELEMENT{}
TARGET_ELEMENT{}
TARGET_ELEMENT{}

Legal Values

ValueDescription
inheritInherit the value from parent element.
read-onlyAllow for viewing, selecting and copying the element contents.
read-writeAllow for viewing, selecting, copying and editing the element contents.
write-onlyAllow for selecting and editing the element contents.

Usage Examples

asdf 
asdf 
asdf 

Notes

This property is similar to the user-modify property of CSS3.

Specification Conformance

Doesn't conform to CSS standards; A Mozilla CSS Extension.

Browser Compatibility

Netscape 6+
Mozilla 0.6+
Firefox 1.0+

See Also

-moz-user-focus
-moz-user-input
-moz-user-select

References

Mozilla Developer Centre - CSS Reference - Mozilla Extensions (developer.mozilla.org)
Netscape CSS Extensions (blooberry.com)
User Interface for CSS3 (w3.org)