The Wayback Machine - https://web.archive.org/web/20171009093745/https://developer.mozilla.org/en-US/docs/Web/CSS/resolved_value

MDN will be in maintenance mode on Tuesday October 10, from 9:30 AM to 1:30 PM Pacific (4:30 PM to 8:30 PM UTC) as we move data centers.

The resolved value of a CSS property is the value returned by getComputedStyle(). For most properties, it is the computed value, but for a few legacy properties (including width and height), it is instead the used value. See the specification link below for more per-property details.

Specifications

SpecificationStatusComment
CSS Object Model (CSSOM)
The definition of 'resolved value' in that specification.
Working DraftInitial definition.

See also

Document Tags and Contributors

Tags: 
 Contributors to this page:mfluehr, BychekRU, Sebastianz, Dholbert
 Last updated by:mfluehr,
close