CSS -webkit-touch-callout Property Reference

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

CSS -webkit-touch-callout Property Reference

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

Updated 2026-08-12

-webkit-touch-callout overview

The CSS -webkit-touch-callout 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-touch-callout formal syntax
FieldValue
Formal syntaxdefault | none
Initial valuedefault
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupWebKit Extensions
StatusNonstandard

Practical examples

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

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

Description

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

References

  1. MDN: -webkit-touch-callout
  2. MDN: CSS Properties Reference

Similar or alternative tools

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