Path: blob/main/files/en-us/web/css/-moz-outline-radius-topleft/index.md
6581 views
------{{CSSRef}}{{deprecated_header}}{{Non-standard_header}}
In Mozilla applications, the -moz-outline-radius-topleft CSS property can be used to round the top-left corner of an element's {{cssxref("outline")}}.
Syntax
The value of -moz-outline-radius-topleft is either a CSS <length> or a percentage of the corresponding dimensions of the border box. The calc() function may be used as well.
Values
<length>: The radius of the circle defining the curvature of the top and left edges of the element, specified as a CSS
<length>.
<percentage>: The radius of the circle defining the rounding of the top-left corner of the element, specified as the percentages of the top and left sides of the border box.
Formal definition
{{CSSInfo}}
Formal syntax
Examples
The example below will not display the desired effect if you are viewing this in a browser other than Firefox.
HTML
CSS
Result
{{EmbedLiveSample("Examples")}}
Specifications
Not part of any standard.
Browser compatibility
{{Compat}}
See also
See the {{cssxref("-moz-outline-radius")}} property for more information.