Valor Especifícado

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

O valor especificado de uma propriedade CSS está definido em uma de três maneiras.

  1. If the document's stylesheet has specified a value for the property then it will be used. For example; if the color property is set to green then the text color of the corresponding element will be green.
  2. If the document's stylesheet has not specified a value then it will be inherited form the parent element (if possible). For example; if we have a paragraph (<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.
  3. If none of the above are available, the initial value for the element as specified by the CSS specification is applied.

Especificações

No specification found

No specification data found for undefined.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Veja também