The specified value of a CSS property is set in one out of three ways.
color
property is set to green
then the text color of the corresponding element will be green.<p>
) inside a <div>
and the <div>
has a CSS font
property value of "Arial" and the <p>
doesn't have a font
property defined then it will inherit the Arial font.Specification | Status | Comment |
---|---|---|
CSS Level 2 (Revision 1) The definition of 'cascaded value' in that specification. | Recommendation | Initial definition |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/specified_value