Created
August 10, 2011 17:48
-
-
Save dcneiner/1137601 to your computer and use it in GitHub Desktop.
List of Inherited CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Consolidated lists of CSS properties that are inherited by default. | |
Taken from http://www.w3.org/TR/CSS21/propidx.html | |
-------------------------------------------------------------------- | |
One item not in the list was "text-decoration" which affects child elements. A few new properties (text-shadow) also affect child elements | |
List | |
azimuth | |
border-collapse | |
border-spacing | |
caption-side | |
color | |
cursor | |
direction | |
elevation | |
empty-cells | |
font-family | |
font-size | |
font-style | |
font-variant | |
font-weight | |
font | |
letter-spacing | |
line-height | |
list-style-image | |
list-style-position | |
list-style-type | |
list-style | |
orphans | |
pitch-range | |
pitch | |
quotes | |
richness | |
speak-header | |
speak-numeral | |
speak-punctuation | |
speak | |
speech-rate | |
stress | |
text-align | |
text-indent | |
text-transform | |
visibility | |
voice-family | |
volume | |
white-space | |
widows | |
word-spacing |
Missing pointer-events
Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for solving my problem about inheritance.