Created
March 9, 2012 11:44
-
-
Save paulrouget/2006202 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #foo { | |
| color: red; | |
| } | |
| "color" is the property. | |
| "red" is the value. | |
| "color:red" is the declaration. | |
| Spec: http://www.w3.org/TR/1998/REC-CSS2-19980512/syndata.html#declaration |
Jepp, it doesn't. I think it would be best described as implicit declaration.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mdix: I don’t remember that CSS uses the concept of assignment to describe its syntax.
This is a declaration:
This is a series of declarations (term not used in the spec):
This is a declaration block:
This is a rule set: