I'm looking for a source/spec that can tell me what CSS properties can applied to which HTML elements. For instance, the css property; "overflow". I know I can apply this to div, p, textarea but what other elements can I apply this too? Is there a spec somewhere I can reference?
|
1
|
|
|
|
|
|
This would be the summary you are looking for. Taken directly from the W3.org website. |
||
|
|
|
|
pffft, you're all liars, there's only one property that can be applied to one element. h1 { blink: fast; } |
||
|
|
|
|
Any CSS property can be applied to any HTML element; they don't restrict each other. However, as Aron Rotteveel mentioned, the element will have to be either a replaced element (like
|
||
|
|
|
|
You could always use the official spec. The answer to your particular question is here. |
||
|
|
|
|
See http://www.w3.org/TR/CSS2/ and http://www.w3.org/TR/CSS/. For example, regarding your question about the http://www.w3.org/TR/CSS2/visufx.html#overflow-clipping, stating:
|
||||||
|
