|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: syndata.src,v 1.33 1997-11-05 14:48:06 ian Exp $ --> |
| 3 | +<!-- $Id: syndata.src,v 1.34 1997-11-20 15:36:17 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>CSS2 syntax and basic data types</TITLE> |
@@ -762,6 +762,25 @@ is a treble sound. |
762 | 762 | <P>The frequency value must be followed immediately by the frequency |
763 | 763 | unit without an intervening space. |
764 | 764 |
|
| 765 | +<!-- |
| 766 | +<h3>The 'inherit' keyword</h3> |
| 767 | + |
| 768 | +<p>All properties accept the value <span class="index-def" |
| 769 | +title="inherit, keyword"><a name="value-def-inherit" |
| 770 | +class="value-def">'inherit'</a></span>, which means that the value of |
| 771 | +the property is the same as the value of the property in the parent |
| 772 | +element. See <a href="process.src#inheritance">Inheritance</a> in the |
| 773 | +chapter on the CSS processing model. |
| 774 | + |
| 775 | +<p>For inherited properties, specifying the value as 'inherit' has the |
| 776 | +same effect as omitting the property, except that it increases the <a |
| 777 | +href="cascade.html#cascading-order">specificity</a>, since it allows a |
| 778 | +selector. |
| 779 | + |
| 780 | +<p>Specifying 'inherit' for a property of the root element has the |
| 781 | +same effect as setting it to the initial value. |
| 782 | +--> |
| 783 | + |
765 | 784 | <H2><a name="css-in-html">CSS embedded in HTML</a></H2> |
766 | 785 |
|
767 | 786 | <P> CSS style sheets may be embedded in HTML documents, and to be able |
|
0 commit comments