Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
In Mozilla applications, the -moz-outline-radius-topright
CSS property can be used to round the top-right corner of an element's outline
.
The value of -moz-outline-radius-topright
is either a CSS <length>
or a percentage of the corresponding dimensions of the border box. The calc()
function may be used as well.
<length>
<length>
.<percentage>
Initial value | 0 |
---|---|
Applies to | all elements |
Inherited | no |
Percentages | refer to the corresponding dimension of the border box |
Computed value | as specified |
Animation type | a length, percentage or calc(); |
<outline-radius>where
<outline-radius> = <length> | <percentage>
<p>Look at this paragraph's top-right corner.</p>
p { margin: 5px; border: solid cyan; outline: dotted red; -moz-outline-radius-topright: 2em; }
The example above will not display the desired effect if you are viewing this in a browser other than Firefox.
Not part of any standard.
Desktop | ||||||
---|---|---|---|---|---|---|
-moz-outline-radius-topright
|
No | No | 1 | No | No | No |
Mobile | ||||||
---|---|---|---|---|---|---|
-moz-outline-radius-topright
|
No | No | 4 | No | No | No |
-moz-outline-radius
property for more information.
© 2005–2020 Mozilla and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-outline-radius-topright