CSS -moz-outline-radius-topleft Property Reference

The CSS -moz-outline-radius-topleft property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -moz-outline-radius-topleft Property Reference

The CSS -moz-outline-radius-topleft property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-moz-outline-radius-topleft overview

The CSS -moz-outline-radius-topleft property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

-moz-outline-radius-topleft formal syntax
FieldValue
Formal syntax<outline-radius>
Initial value0
Applies toallElements
InheritedNo
PercentagesreferToDimensionOfBorderBox
Computed valueasSpecified
Animation typelpc
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -moz-outline-radius-topleft. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-moz-outline-radius-topleft live example
CSS .reset-example { -moz-outline-radius-topleft: initial; } .inherit-example { -moz-outline-radius-topleft: inherit; } @supports (-moz-outline-radius-topleft: initial) { .supported { -moz-outline-radius-topleft: initial; } }

Description

The CSS -moz-outline-radius-topleft property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -moz-outline-radius-topleft
  2. MDN: CSS Properties Reference

Similar or alternative tools

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