Created
March 9, 2012 11:22
-
-
Save paulrouget/2006132 to your computer and use it in GitHub Desktop.
Question
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
| I have a CSS question, please don't look at the spec, | |
| I want to understand how Web Developers understand some CSS terms: | |
| #foo { | |
| color: red; | |
| opacity: 0.5; | |
| } | |
| ** Do you know what is a Declaration here? ** | |
| See answer there: https://gist.github.com/2006202 | |
| Please comment here to say if you knew it or not, but don't give the answer. | |
| It's important to share your answer not matter if you knew to correct answer or not. | |
| This will have an impact of how we build a menu in the Firefox DevTools. | |
| Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes