<angle-percentage>
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.
The <angle-percentage>
CSS data type represents a value that can be either a <angle>
or a <percentage>
.
Where an <angle-percentage>
is specified as an allowable type, this means that the percentage resolves to an angle and therefore can be used in a calc()
expression.
Syntax
Refer to the documentation for <angle>
and <percentage>
for details of the individual syntaxes allowed by this type.
Formal syntax
<angle-percentage> =
<angle> |
<percentage>
Specifications
Specification |
---|
CSS Values and Units Module Level 4 # mixed-percentages |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
<angle-percentage> |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.