CSS -webkit-user-modify Property Reference

The CSS -webkit-user-modify property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -webkit-user-modify Property Reference

The CSS -webkit-user-modify property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-webkit-user-modify overview

The CSS -webkit-user-modify property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-webkit-user-modify formal syntax
FieldValue
Formal syntaxread-only | read-write | read-write-plaintext-only
Initial valueread-only
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediainteractive
Specification groupWebKit Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -webkit-user-modify. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-webkit-user-modify live example
CSS .reset-example { -webkit-user-modify: initial; } .inherit-example { -webkit-user-modify: inherit; } @supports (-webkit-user-modify: initial) { .supported { -webkit-user-modify: initial; } }

Description

The CSS -webkit-user-modify property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -webkit-user-modify
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies